Skip to content

Releases: redbitcz/php-debug-mode-enabler

5.0.1

23 Oct 23:11
v5.0.1
acc2b62
Compare
Choose a tag to compare

Just add support for PHP 8.4.

v5.0.0

17 Jan 12:19
960a45f
Compare
Choose a tag to compare
  • Add support for PHP 8.3
  • [BC] Drop support for PHP 7.4

v4.0.1

06 Jun 14:28
v4.0.1
08b2eea
Compare
Choose a tag to compare

4.0.0

18 Feb 08:07
v4.0.0
8e5ed05
Compare
Choose a tag to compare

What's Changed

  • Add Firebase JWT v6 compatibility by @jakubboucek in #14
  • [BC] Rename Detector::detectProductionMode() to Detector::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

06 Mar 00:32
v3.2.2
78f325c
Compare
Choose a tag to compare

Only added&updated License tags

3.2.1

19 Oct 12:26
v3.2.1
c340d45
Compare
Choose a tag to compare
  • Fix token cookie on non-secure context (#12)

3.2.0

19 Oct 11:38
v3.2.0
f02098b
Compare
Choose a tag to compare
  • Remove relations to previous remove fork-base (#9)
  • Throw warning when token file corrupted (#10)
  • Fix Array list format at token storage (#11)

3.1.0

18 Oct 04:20
v3.1.0
08d4bd9
Compare
Choose a tag to compare
  • Add extendability by Plugin to add custom detection methods (#4, #5, #6)
  • Product mode detection (#7)
  • Strict code (#8)

3.0.0

11 Sep 09:53
v3.0.0
e3227b1
Compare
Choose a tag to compare

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

16 May 23:56
v2.0.2
e9c204f
Compare
Choose a tag to compare
  • Detector: Add production mode method (for better Nette framework integration)