Skip to content

Releases: laposta/laposta-api-php

2.2.0

09 Jan 15:11

Choose a tag to compare

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

Choose a tag to compare

[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

Choose a tag to compare

[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

Choose a tag to compare

Changed

  • Fully rewritten codebase; not backward compatible with v1.x
  • Configuration and usage structure updated (see README)

2.0.0

27 May 14:10

Choose a tag to compare

[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

Choose a tag to compare

Added support for bulk imports (v1.7) and segments (v1.8)

v1.6

22 Feb 10:58

Choose a tag to compare

Added support for bulk insert and update through the api endpoint list/{list_id}/members
Changed minimum php version to 5.6