Skip to content

Releases: laminas/laminas-zendframework-bridge

laminas-zendframework-bridge 0.4.2

16 Dec 20:56
0.4.2
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #36 adds some cases for classes that contain the verbiage "Expressive" and "Apigility" ot ensure they are rewritten correctly.

laminas-zendframework-bridge 0.4.1

10 Dec 22:34
0.4.1
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #35 removes zend-debug from the replacement list, as it is not being brought over to Laminas.

laminas-zendframework-bridge 0.4.0

27 Nov 15:02
0.4.0
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #32 changes all references to Expressive to instead reference Mezzio.

  • #32 changes all references to Apigility to instead reference Laminas API Tools. The vendor becomes laminas-api-tools, the URL becomes api-tools.getlaminas.org, packages and repos are prefixed with api-tools, and namespaces become Laminas\ApiTools.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-zendframework-bridge 0.3.8

14 Nov 15:47
0.3.8
Compare
Choose a tag to compare

Added

  • #29 adds entries to translate ZendDeveloperTools to Laminas\DeveloperTools, and vice-versa.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-zendframework-bridge 0.3.7

12 Nov 18:23
0.3.7
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #28 updates the zenddevelopertools string to rewrite to laminas-developer-tools instead of laminasdevelopertools.

laminas-zendframework-bridge 0.3.6

07 Nov 17:35
0.3.6
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #27 adds a rewrite rule for zend-framework.flf => laminas-project.flf.

laminas-zendframework-bridge 0.3.5

06 Nov 20:35
0.3.5
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #25 adds entries for ZendHttp and ZendModule, which are file name segments in files from the zend-feed and zend-config-aggregator-module packages, respectively.

laminas-zendframework-bridge 0.3.4

06 Nov 20:18
0.3.4
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #24 adds a rule to never rewrite the string Doctrine\Zend.

  • #23 adds a missing map for each of ZendAcl and ZendRbac, which occur in the zend-expressive-authorization-acl and zend-expressive-authorization-rbac packages, respectively.

laminas-zendframework-bridge 0.3.3

06 Nov 15:49
0.3.3
Compare
Choose a tag to compare

Added

  • #22 adds configuration post-processing features, exposed both as a laminas-config-aggregator post processor (for use with Expressive applications) and as a laminas-modulemanager EVENT_MERGE_CONFIG listener (for use with MVC applications). When registered, it will post-process the configuration, replacing known Zend Framework-specific strings with their Laminas replacements. A ruleset is provided that ensures dependency configuration is rewritten in a safe manner, routing configuration is skipped, and certain top-level configuration keys are matched exactly (instead of potentially as substrings or word stems). A later release of laminas-migration will auto-register these tools in applications when possible.

Changed

  • #22 removes support for PHP versions prior to PHP 5.6. We have decided to only support supported PHP versions, whether that support is via php.net or commercial. The lowest supported PHP version we have found is 5.6. Users wishing to migrate to Laminas must at least update to PHP 5.6 before doing so.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-zendframework-bridge 0.3.2

30 Oct 14:47
0.3.2
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #21 removes rewriting of the Amazon library, as it is not moving to Laminas.

  • #21 removes rewriting of the GCM and APNS libraries, as they are not moving to Laminas.

Fixed

  • #21 fixes how the recaptcha and twitter library package and namespaces are rewritten.