Releases: diablomedia/zf1-captcha
Releases · diablomedia/zf1-captcha
PHP 8.3 Ready
PHP 8.2 Ready
Tested against PHP 8.2
PHP 8.1 Ready
This version has been tested against PHP 8.1.
- PHP < 7.4 has been dropped (and is enforced with composer.json).
- PHP 5 specific code removed.
- Tests support PHPUnit 9
PHP 8.0 Tested
This release has been tested on PHP 8, there were minor code changes necessary to work with some new signatures of PHP 8 but there should be no functionality changes.
Allowing Updated Zend_Config
This changes composer.json to allow for 2.x of Zend_Config component.
PHP 7.4 Tested
This release contains some docblock fixes to satisfy updated version oh phpstan, also bumped the minor version of zendframework1-view
, no other code changes were necessary for PHP 7.4.
PHP 7.3 tested
This release has been tested against php 7.3.
Better Autoloading
1.0.1 adding grumphp, fixing style, narrowing autoload namespace
First Release
1.0.0 bringing in the captcha elements/decorators from zend_form since they…