Skip to content

3.0.1

Latest

Choose a tag to compare

@magicsunday magicsunday released this 21 Jul 08:34
23f2f42

Documentation and CI maintenance only. No functional changes — the API surface is identical to 3.0.0.

Documentation

  • Updated the bundled developer manual to Universal Messenger 7.64 (doc/Developer_de_UM_7-64.pdf).
  • Corrected the server compatibility boundary: API-key basic authentication requires Universal Messenger 7.56.0 or later, not 7.40 as previously stated. The umopen/open token is deprecated since UM 7.41 and works only transitionally. See the Compatibility table in the README.
  • Added the Compatibility table mapping SDK major versions to Universal Messenger server generations.
  • Fixed doc/Basic.md: the constructor example was missing $apiSecret, and the class map is the fifth parameter, not the fourth.

Maintenance

  • Migrated CI to the shared org php-ci reusable workflow.
  • Renovate configuration adjustments for org-owned reusable workflows.

Resolves #33, #35 (#34, #36).