Releases: redbitcz/php-debug-mode-enabler
Releases · redbitcz/php-debug-mode-enabler
5.0.1
v5.0.0
- Add support for PHP 8.3
- [BC] Drop support for PHP 7.4
v4.0.1
- Add compatibility with package
nette/utils:v4
4.0.0
What's Changed
- Add Firebase JWT v6 compatibility by @jakubboucek in #14
- [BC] Rename
Detector::detectProductionMode()
toDetector::detectProduction()
- [BC] Change default state to production mode for
Detector::detectProduction()
- Add support for PHP 8.2
Full Changelog: v3.2.2...v4.0.0
3.2.2
Only added&updated License tags
3.2.1
3.2.0
3.1.0
3.0.0
Full refactoring library with refactored API (#1)
Changes:
- PHP 7.3 no more supported
- Support tested up to PHP 8.1 (currently at RC2 stage)
Enabler
and$tempDir
are now optional.- Support enablind/disabling detecting modes (IP, Cookie, Environment, Enabler)
- Enabler can configure Cookie options (Secure, HttpOnly, SameSite) and TTL.
2.0.2
- Detector: Add production mode method (for better Nette framework integration)