Releases: SimonDevelop/sirene
Releases · SimonDevelop/sirene
Release 2.1.0
- Ensures that the company and city parameters are properly encoded when querying the Sirene API.
This fixes potential issues with special characters in these fields, leading to more reliable search results. - Improves search functionality by adding support for searching by the establishment's usual name.
This change introduces the 'cue' (denominationUsuelleEtablissement) field to the search parameters.
It also modifies the query construction logic to properly handle the 'cue' field by wrapping it within a 'periode' clause.
Release 2.0.2
- Fix return value if curl returns null
Release 2.0.1
- Fix the new sirene api url with PL #14 by @frenchcomp
Release 2.0.0
BREAKING CHANGE
- Change of Sirene API authentication system
- Support for php 8.1 to 8.4
Release 1.1.6
- Fix url api
- Add the possibility of modifying the URL to point to from the settings (11).
Release 1.1.5
- Fix url api
Release 1.1.4
- fix pagination on searchEtablissement function
- Update documentation
Release 1.1.3
- Add siren param for searchEtablissement function
Release 1.1.2
Features :
- Add 'informations' function
Release 1.1.1
Fix:
- Consideration of escapes for 'searchEtablissement' function