Releases: Spoje-NET/php-abraflexi
3.6.2
3.6.1
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
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
- 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
- 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
What's Changed
- Relation's value is now without first array level [0]
- Readme fix abraflexi.info -> flexibee info by @Vitexus in #59
- getSumsFromAbraFlexi now returns clean restult or empty array
Full Changelog: 3.5.2...3.5.4
3.5.2
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
New Contributors
Full Changelog: 3.4.0...3.5.2
🔒Locking support🔓
What is new:
- Locking trait added @Vitexus
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 toFormats
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
foroffline
&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
Code quality improve.
Full Changelog: 3.3.0...3.3.2
Update release
Main reason of this release is use of latest ease-core library
What's Changed
New Contributors
Full Changelog: 3.2.0...3.3.0