Skip to content

Releases: colinmollenhour/Cm_RedisSession

Fix loading with compiler

19 Nov 03:49
60fddb0
Compare
Choose a tag to compare

What's Changed

  • Add compatibility with Magento compilation by @fredden in #195

New Contributors

Full Changelog: 2.4.0...2.5.0

Remove Zend dependency and fix PHP 8.2 support

03 Oct 14:23
Compare
Choose a tag to compare

What's Changed

  • Remove dependency on Zend. Add ReturnTypeWillChange annotation to suppress warnings in PHP 8.2 in 4f10ca7
  • Include details for specific version installation by @norgeindian in #193

New Contributors

Full Changelog: 3.1.1...3.2.0

Fix PHP Warning

21 Mar 15:48
Compare
Choose a tag to compare

Do not return false and instead re-throw the exception to avoid PHP warning: Warning: session_start(): Failed to read session data: user (path: )

Add setDieOnError() and fix break_after

20 Mar 19:04
Compare
Choose a tag to compare

The signature of Cm_RedisSession_Model_Session_Config::__construct has been updated because calling session_name() in the config model is too early to get the correct value so it must be passed in.

-    public function __construct($path = 'global/redis_session')
+    public function __construct(string $sessionName)

Full Changelog: 3.0.3...3.1.0

Update to php-redis-session-abstract 1.5

20 Mar 18:21
be7c732
Compare
Choose a tag to compare

Restored model rewrite

22 Feb 14:14
a7dd1a4
Compare
Choose a tag to compare

What's Changed

  • Added session rewrite for backwards compatibility by @alexherbs in #190

New Contributors

Full Changelog: 3.0.1...3.0.2

Composer-only updates

04 Aug 18:17
6066dd9
Compare
Choose a tag to compare

This extension is now intended to be installed solely via composer and it is strongly recommended to use OpenMage.

Proper composer module

03 Aug 23:54
bc89343
Compare
Choose a tag to compare
Pre-release

This release is packaged exclusively as a composer module. If you do not use composer stick with the 2.x release.

Replace core_mysql4 with core_resource.

28 Jan 20:06
08025ef
Compare
Choose a tag to compare

This may break compatibility with really old versions of Magento (I don't know which offhand), hence the minor version update to 2.4.0.

2.3.3: Prevent initialization of front controller when constructing session …

20 Mar 23:52
471e9af
Compare
Choose a tag to compare