Releases: ezsystems/LegacyBridge
Releases · ezsystems/LegacyBridge
v2.1.0-rc1
Features
- Add command "init" to configure platform install for legacy bridge usage (#147)
Automates parts of the install, further automation steps can easily be added in future releases.
Fixes
- Fix CORS OPTIONS Call for POST REST requests (#163)
Install by following INSTALL.md but with composer command:
composer require --update-no-dev "ezsystems/legacy-bridge:^2.1@rc"
2.0.10
Fixes:
- Purge Url Alias Path Cache Items on Content Publish (#162)
2.0.9
Fixes:
- Check if legacy engine is set before calling it, needed for PHP 7.3 (#159)
- Follow-up EZP-29144: Handle missing LocationID and semanticPathInfo (#160)
- Make sure to detect bool parameters & cast to int for URLGenerator usage (aaadbea)
1.4.11
Fixes:
- Follow-up EZP-29144: Handle missing LocationID and semanticPathInfo (#160)
- Make sure to detect bool parameters & cast to int for URLGenerator usage (aaadbea)
2.0.8
Fixes
- Fix SiteAccess mapping on inline legacy calls with default site access ( #157)
- Fix wrapper installer failing on deeper var folder structures (default on v2) (#158)
Misc
- [Travis] Add 1.4 to active branches + Fix unit tests
1.4.10
Fixes
- EZP-29144: Make websiteToolbarAction's Response cacheable (#152)
- Fix SiteAccess mapping on inline legacy calls with default site access ( #157)
- Fix wrapper installer failing on deeper var folder structures (default on v2) (#158)
Misc
- [Travis] Add 1.4 to active branches + Fix unit tests
2.0.7
Fixes
- EZP-29144: Make websiteToolbarAction's Response cacheable (#152)
- Improve SPI cache clearing for content version to fix issue when previewing edited drafts with v2 (#153)
- _Note: In order for the user issue to be solved you'll also need to update to eZ Platform 2.2.2 which introduces the cache tag used in order to clear this cache. _
Doc
- Remove another mention of --update-no-dev in install instructions (5e43e9b)
2.0.6
Fix EZP-29366: Undefined Class LegacyCreatUserSlot (#151)
1.4.9
Fix EZP-29366: Undefined Class LegacyCreatUserSlot (#151)
2.0.5
Changes
- EZP-29156: Legacy Signal Slot missing for CreateUserSignal (#148)