Skip to content

Releases: ezsystems/LegacyBridge

v2.1.0-rc1

26 Feb 09:42
Compare
Choose a tag to compare
v2.1.0-rc1 Pre-release
Pre-release

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

08 Oct 15:48
Compare
Choose a tag to compare

Fixes:

  • Purge Url Alias Path Cache Items on Content Publish (#162)

2.0.9

05 Oct 13:52
Compare
Choose a tag to compare

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

05 Oct 13:50
Compare
Choose a tag to compare

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

12 Aug 14:21
Compare
Choose a tag to compare

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

12 Aug 14:18
f49ac16
Compare
Choose a tag to compare

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

04 Aug 18:41
Compare
Choose a tag to compare

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

02 Jul 10:02
v2.0.6
Compare
Choose a tag to compare

Fix EZP-29366: Undefined Class LegacyCreatUserSlot (#151)

1.4.9

02 Jul 10:01
v1.4.9
Compare
Choose a tag to compare

Fix EZP-29366: Undefined Class LegacyCreatUserSlot (#151)

2.0.5

01 Jul 13:44
Compare
Choose a tag to compare

Changes

  • EZP-29156: Legacy Signal Slot missing for CreateUserSignal (#148)