Releases: llaville/php-compatinfo-db
Releases · llaville/php-compatinfo-db
5.3.0
5.3.0 - 2023-03-22
Added
- PHP 8.1.17 support
- PHP 8.2.4 support
Changed
- igbinary reference updated to version 3.2.14
- mcrypt reference updated to version 1.0.6
- xlswriter reference updated to version 1.5.4
- yaml reference updated to version 2.2.3
- xdebug reference updated to version 3.2.1
Removed
- Clean-up Application code to display manifest at runtime (handled now by BOX Manifest v3 with custom stub)
Full Changelog: 5.2.0...5.3.0
5.2.0
5.2.0 - 2023-02-25
Added
- PHP 8.0.28 support
- PHP 8.1.15 and 8.1.16 support
- PHP 8.2.2 and 8.2.3 support
Changed
- igbinary reference updated to version 3.2.13
Full Changelog: 5.1.0...5.2.0
5.1.0
Added
- PHP 8.0.27 support
- PHP 8.1.14 support
- PHP 8.2.1 support
Changed
- Xhprof reference updated to version 2.3.9
Fixed
- minimum PHP requirement for CompatInfoDB version 5.x
Full Changelog: 5.0.0...5.1.0
4.11.0
Added
- PHP 8.2.0 support (backport from v5.0.0)
5.0.0
Added
- PHP 8.2.0 support
Changed
- Upgrade
psr/log
dependency by adding support to v3 - Xdebug reference updated to version 3.2.0 (stable)
Removed
- Drop support for PHP 7
- Drop support for Symfony 4 and allow Symfony 6 support
Full Changelog: 4.10.0...5.0.0
4.10.0
Added
- PHP 8.2.0RC7 support
- PHP 8.1.13 support
- PHP 8.0.26 support
Changed
db:build
anddb:release
commands are only available when development mode is active (env varAPP_ENV
sets todev
)- Xdebug reference updated to version 3.2.0RC2
Removed
bartlett/box-manifest
dev dependency is no more needed since we use the new toHighlight manifest builder available since v2.1.0 (see https://github.com/llaville/box-manifest/releases/tag/2.1.0)
Fixed
- support to Solr 2.6.0 (see commit php/pecl-search_engine-solr@080b983)
Full Changelog: 4.9.0...4.10.0
4.9.0
Added
- PHP 8.2.0RC6 support
Changed
- The
db:release
command is now able to add new releases for all declared extensions (and not only thecore
) - Igbinary reference updated to version 3.2.12 (stable)
- Solr reference updated to version 2.6.0 (stable)
- Xdebug reference updated to version 3.1.6 (stable)
- Xhprof reference updated to version 2.3.8 (stable)
4.8.0
4.7.1
Fixed
- add missing
bartlett/box-manifest
dev dependency to allowbartlett/umlwriter
to draw diagram classes
4.7.0
Added
- PHP 8.0.25 support
- PHP 8.1.12 support
- PHP 8.2.0RC5 support