Skip to content

Releases: Spoje-NET/php-abraflexi

3.6.2

12 Sep 18:44

Choose a tag to compare

Relation now can hold values

3.6.1

02 Sep 13:35
b497ea1

Choose a tag to compare

What's Changed

  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #72
  • composer: update friendsofphp/php-cs-fixer requirement from ^3.85 to ^3.86 by @dependabot[bot] in #71
  • composer: update ergebnis/php-cs-fixer-config requirement from ^6.52 to ^6.53 by @dependabot[bot] in #73

Full Changelog: 2025.7.0...3.6.1

3.6.0

10 Aug 08:47

Choose a tag to compare

php-abraflexi 3.6.0 release announcement

Comparison of changes between versions 3.5.4...3.6.0:


Main news and changes

New and improved features

  • Better support for multiple relations:
  • The getExternalID method now supports fields of Relation objects as external-ids, which allows working with records with multiple external relations at once.
  • PR #63 – Enhanced work with fields containing multiple relation values. Now all values are correctly processed and displayed.
  • New automatically generated docstrings for key parts of the code (PR #64).
  • Fix abraflexi.info → flexibee info conversion in the documentation (PR #59).

Bug fixes

  • Better handling of error responses from FlexiBee:
  • PR #57 – If FlexiBee returns an internal error (e.g. when importingXmlInternalError), the error message is now caught and displayed correctly.
  • Fix attachment upload (PR #41).
  • Fixed the return type note for RW::insertToAbraFlexi (PR #48).
  • New event class for better handling of events (PR #43).

Other changes

  • Improved compatibility with multiple sessions in records (session value arrays).
  • Improved tests and internal refactoring for better code readability and maintainability.
  • Minor fixes and documentation updates.

Deprecated

  • AbraFlexi\RO:code() and AbraFlexi\RO:uncode() will be replaced by the AbraFlexi\Code class
  • The idExists method was removed/deprecated in previous releases. If it was used in your project, we recommend switching to the new interface.

Full changelog

Detailed changes and commit list can be found here:
Full Changelog 3.5.4...3.6.0


If you encounter any problems or have a question, please use the issue tracker.# php-abraflexi 3.6.0 release announcement

Comparison of changes between versions 3.5.4...3.6.0:


Main news and changes

New and improved features

  • Better support for multiple relations:
  • The getExternalID method now supports fields of Relation objects as external-ids, which allows working with records with multiple external relations at once.
  • PR #63 – Enhanced work with fields containing multiple relation values. Now all values are correctly processed and displayed.
  • New automatically generated docstrings for key parts of the code (PR #64).
  • Fix abraflexi.info → flexibee info conversion in the documentation (PR #59).

Bug fixes

  • Better handling of error responses from FlexiBee:
  • PR #57 – If FlexiBee returns an internal error (e.g. when importingXmlInternalError), the error message is now caught and displayed correctly.
  • Fix attachment upload (PR #41).
  • Fixed the return type note for RW::insertToAbraFlexi (PR #48).
  • New event class for better handling of events (PR #43).

Other changes

  • Improved compatibility with multiple sessions in records (session value arrays).
  • Improved tests and internal refactoring for better code readability and maintainability.
  • Minor fixes and documentation updates.

Deprecated

  • AbraFlexi\RO:code() and AbraFlexi\RO:uncode() will be replaced by the AbraFlexi\Code class
  • The idExists method was removed/deprecated in previous releases. If it was used in your project, we recommend switching to the new interface.

Full changelog

Detailed changes and commit list can be found here:
Full Changelog 3.5.4...3.6.0


If you encounter any problems or have a question, please use the issue tracker.

v3.5.6 – getExternalID supports array of Relation objects

24 Jul 14:08

Choose a tag to compare

  • The getExternalID method now supports arrays of Relation objects as external-ids.
  • This improves compatibility with multiple external relations in records.
  • No other changes included.

v3.5.5 – Backport: multiple relation parsing fix

24 Jul 13:47

Choose a tag to compare

  • Backport of PR #63: Proper handling of fields with multiple relation values.
  • Fixed: Each relation value is now correctly processed and displayed.
  • This change is backward compatible and does not include other changes from main intended for 3.6.0.

3.5.4

27 Jun 07:36

Choose a tag to compare

What's Changed

Full Changelog: 3.5.2...3.5.4

3.5.2

09 Apr 20:26

Choose a tag to compare

What's New

Fixes

  • The Decoded can be string; Uncaught TypeError: Cannot access offset
  • 401 response parsing fix
  • Do not fall when there is no company defined yet
  • Update strict types for Hooks class
  • Fixed wrong type annotation in RW class #58
  • Deprecated idExists removal

Other Changes

  • Code reformat
  • Merge pull request #57 from wpj-cz/main
  • Package version fix
  • Codesniffer is not required
  • Static files compiled for AbraFlexi Release: v2025.4.0

What's Changed

  • handle importXmlInternalError gracefully in RO.php by @ovalek in #57

New Contributors

Full Changelog: 3.4.0...3.5.2

🔒Locking support🔓

16 Jan 00:06

Choose a tag to compare

What is new:

What is fixed:

  • Fix when no relations obtained Vítězslav Dvořák (Jan 14, 2025)
  • Throw exception when zamekK is not loaded already @Vitexus (Jan 16, 2025)
  • Better record (un)locking @Vitexus (Jan 16, 2025)

What is changed:

  • Function contentTypeToResponseFormat() moved to Formats class Vítězslav Dvořák (Jan 14, 2025)
  • Update for AbraFlexi 2024.7.1 Vítězslav Dvořák (Jan 14, 2025)
  • Update static files Vítězslav Dvořák (Jan 14, 2025)
  • Do not build docs and its package Vítězslav Dvořák (Jan 14, 2025)
  • Use setupBoolProperty to set $this->debug @Vitexus (Jan 15, 2025)
  • Merge origin/main into main @Vitexus (Jan 15, 2025)
  • Use setupBoolProperty for offline & autoload @Vitexus (Jan 15, 2025)
  • Use setupBoolProperty for $this->throwException @Vitexus (Jan 15, 2025)
  • Do not change version in debian/composer.json

@Vitexus (Jan 15, 2025)

Full Changelog: 3.3.2...3.4.0

3.3.2

08 Jan 12:02

Choose a tag to compare

Code quality improve.

Full Changelog: 3.3.0...3.3.2

Update release

17 Nov 13:07

Choose a tag to compare

Main reason of this release is use of latest ease-core library

What's Changed

  • Use stable version of vitexsoftware/ease-core, dev-main create types … by @Mirak52 in #50

New Contributors

Full Changelog: 3.2.0...3.3.0