Appearance
<div style="display: none;" hidden="true" aria-hidden="true">Are you an LLM? You can read better optimized documentation at /changelog/Changelog.4.91.md for this page in Markdown format</div>
Version 4
version 4.91
[4.91.2] fix(pipeline): change Advisable\Composer\Composer class name to Advisable\Composer\ComposerScripts [4.91.2] chore: delete obsolete BitbucketCleanTags which was cleaning client branch tags [4.91.1] task: command to remove cached container if it exists when running composer post autoload dump [4.91.1] task: moved BitbucketCleanTags to Advisable\Composer namespace [4.91.0] refactor(transporters): implement getFieldConfiguration() in all config classes
- Complete migration from hardcoded registry fields at
AdvTransportersRegistryto dynamic config class definitions. All transporter config classes now extend BaseTransporterConfig and implement thegetFieldConfiguration()static method, establishing a consistent pattern across the codebase. - Refactor all existing transporter config classes to extend BaseTransporterConfig
- Implement
getFieldConfiguration()method in each config class - Remove duplicate
__get()andfilterObject()methods from config classes - Preserve all existing business logic and specialized methods
- Maintain backward compatibility for property access patterns
Notes
- [4.91.1] requirements
composer i - [4.91.0] requirements
composer i