Skip to content

1.15.3

Compare
Choose a tag to compare
@falkenhawk falkenhawk released this 04 Jan 14:32
· 20 commits to master since this release

This is a general release of all packages in the monorepo.
You may use individual packages by installing them via composer: composer require zf1s/zend-* or the whole framework in one go with composer require zf1s/zf1 - see README.

  • general: php 8.2 & 8.3 compatibility
    • php 8.3 compatibility fixes (#182)
    • php 8.2 compatibility fixes (#183), including:
      • add missing class properties, to address Creation of dynamic property {x} is deprecated deprecation messages + more fixes (#170)
      • allow dynamic props in Zend_Form, Zend_Form_Element and Zend_View_Abstract (#180)
      • remaining compatibility fixes (#181)
  • zend-controller
    • make zend-filter dependency required (#171)
  • zend-uri
    • update required and suggested dependencies according to usage (#177)
  • zend-validate
    • update required and suggested dependencies according to usage (#179)
  • zend-view
    • update required and suggested dependencies according to usage (#178)
  • general: ci & tests
    • github weekly workflow run (#173)
    • zend-ldap: fix failing tests due to changes in bitnami/openldap:2.5 (#172)

🎉 Contributors: @falkenhawk @fballiano @glensc @hungtrinh @maksimovic @partikus @smhg