Releases: Spoje-NET/php-abraflexi
Releases · Spoje-NET/php-abraflexi
v3.7.2
- v3.7.2 (UNRELEASED)
- change library composer name to
spojenet/abraflexiattempt
- change library composer name to
What's Changed
- composer: update ergebnis/composer-normalize requirement from ^2.48 to ^2.50 by @dependabot[bot] in #93
Simple ExtID Relation parsing Fixed #96
Full Changelog: v3.7.0...v3.7.2
3.7.0
Version 3.7.0
New Features
- Enhanced code generation tools for evidence classes
- Improved error handling and exception management
- Added comprehensive PHPUnit test coverage for new classes
- Enhanced internationalization support with English translations
Improvements
- Updated all code to follow PSR-12 coding standard
- Migrated all comments and documentation to English
- Enhanced type safety with proper type hints throughout
- Improved performance optimizations for evidence queries
- Better security practices and input validation
Bug Fixes
- Fixed typed property initialization issues in RO class
- Resolved conflicts in evidence class generation
- Fixed date handling and timestamp conversion methods
- Corrected exception handling in various modules
Development
- Updated development dependencies and tools
- Enhanced code linting and quality assurance
- Improved test coverage and reliability
- Better documentation and code comments
Compatibility
- Requires PHP 8.4 or later
- Updated for latest AbraFlexi API compatibility
- Maintained backward compatibility where possible
This release represents a significant improvement in code quality, maintainability, and developer experience.
3.6.6
Version 3.6.6
- Updated core classes for PHP 8.4 compatibility.
- Improved exception handling and error messages across the library.
- Refactored code to follow PSR-12 coding standard and project best practices.
- Added and updated PHPUnit tests for all new and changed classes.
- Enhanced internationalization support using the i18n library.
- Optimized performance for evidence queries and data processing.
- Fixed initialization bug for typed properties in RO class.
- Updated documentation and code comments to English.
- Ensured all code is linted and passes php -l checks.
- Various minor bug fixes and improvements for maintainability and security.
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
getExternalIDmethod 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\Codeclass - The
idExistsmethod 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
getExternalIDmethod 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\Codeclass - The
idExistsmethod 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