Releases: laposta/laposta-api-php
Releases · laposta/laposta-api-php
2.2.0
09 Jan 15:11
Compare
Sorry, something went wrong.
No results found
Added
Scoped distribution build tooling and release workflow for plugin-safe usage.
Scoped build smoke test script.
Third-party PSR license copies in third-party-licenses/.
Changed
Manual installation documentation to recommend the scoped build and clarify unscoped usage risks.
2.1.0
06 Jan 13:22
Compare
Sorry, something went wrong.
No results found
[2.1.0] - 2025-01-06
Added
ListApi::syncMembers() for the JSON actions-based member sync endpoint, plus the accompanying SyncAction enum, integration test, and runnable example.
Deprecated
ListApi::addOrUpdateMembers() and BulkMode now point to the new syncMembers + SyncAction API.
2.0.1
29 May 16:40
Compare
Sorry, something went wrong.
No results found
[2.0.1] - 2025-05-29
Fixed
Removed directories from .gitattributes that should be included in repository archives
2.0.0-rc.1
27 May 12:00
Compare
Sorry, something went wrong.
No results found
Changed
Fully rewritten codebase; not backward compatible with v1.x
Configuration and usage structure updated (see README )
2.0.0
27 May 14:10
Compare
Sorry, something went wrong.
No results found
[2.0.0] - 2025-05-27
Added
API instance reuse via caching for improved performance
Methods to manage caching behavior (enabling, disabling, clearing)
Default use of cached instances in all API retrieval methods
Expanded test coverage for instance reuse, disabling, and clearing of cached instances
v1.8
09 May 11:49
Compare
Sorry, something went wrong.
No results found
Added support for bulk imports (v1.7) and segments (v1.8)
v1.6
22 Feb 10:58
Compare
Sorry, something went wrong.
No results found
Added support for bulk insert and update through the api endpoint list/{list_id}/members
Changed minimum php version to 5.6