Skip to content

Releases: SimonDevelop/sirene

Release 2.1.0

27 Aug 19:02

Choose a tag to compare

  • 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

05 Jun 10:32

Choose a tag to compare

  • Fix return value if curl returns null

Release 2.0.1

16 Jan 13:41
1629858

Choose a tag to compare

Release 2.0.0

05 Jan 22:01

Choose a tag to compare

BREAKING CHANGE

  • Change of Sirene API authentication system
  • Support for php 8.1 to 8.4

Release 1.1.6

03 Jul 10:05

Choose a tag to compare

  • Fix url api
  • Add the possibility of modifying the URL to point to from the settings (11).

Release 1.1.5

03 May 09:27

Choose a tag to compare

  • Fix url api

Release 1.1.4

01 Feb 08:37

Choose a tag to compare

  • fix pagination on searchEtablissement function
  • Update documentation

Release 1.1.3

30 Jan 20:40

Choose a tag to compare

  • Add siren param for searchEtablissement function

Release 1.1.2

01 Dec 15:30

Choose a tag to compare

Features :

  • Add 'informations' function

Release 1.1.1

13 Jul 09:25

Choose a tag to compare

Fix:

  • Consideration of escapes for 'searchEtablissement' function