mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	Update address list import to latest compiled addresses
The import of the address list has been upgraded to use the latest version of the compiled addresses from Belgian-best-address. In the AddressReferenceBEFromBestAddress class, the RELEASE constant has been updated to point to the v1.1.1 tag.
This commit is contained in:
		
							
								
								
									
										6
									
								
								.changes/unreleased/Feature-20240530-160003.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.changes/unreleased/Feature-20240530-160003.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| kind: Feature | ||||
| body: | | ||||
|   Upgrade import of address list to the last version of compiled addresses of belgian-best-address | ||||
| time: 2024-05-30T16:00:03.440767606+02:00 | ||||
| custom: | ||||
|   Issue: "" | ||||
| @@ -18,7 +18,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface; | ||||
|  | ||||
| class AddressReferenceBEFromBestAddress | ||||
| { | ||||
|     private const RELEASE = 'https://gitea.champs-libres.be/api/v1/repos/Chill-project/belgian-bestaddresses-transform/releases/tags/v1.0.0'; | ||||
|     private const RELEASE = 'https://gitea.champs-libres.be/api/v1/repos/Chill-project/belgian-bestaddresses-transform/releases/tags/v1.1.1'; | ||||
|  | ||||
|     public function __construct(private readonly HttpClientInterface $client, private readonly AddressReferenceBaseImporter $baseImporter, private readonly AddressToReferenceMatcher $addressToReferenceMatcher) {} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user