Skip to content

3.6.0

Compare
Choose a tag to compare
@Vitexus Vitexus released this 10 Aug 08:47
· 28 commits to main since this release

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.