Skip to content

Releases: pantheon-systems/wp-native-php-sessions

1.3.0

28 Nov 22:41
4934e9a
Compare
Choose a tag to compare
  • Added CONTRIBUTING.MD and GitHub action to automate deployments to wp.org #219.

v1.2.5

28 Oct 21:24
0ea29b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

14 Sep 11:34
cc94e5e
Compare
Choose a tag to compare
  • Increases data blob size from 64k to 16M for new session tables; existing tables will need to manually modify the column if they want to apply this change [#193].

Version 1.2.3

09 Apr 12:46
3cfa107
Compare
Choose a tag to compare
  • Assigns the table name to a variable before using in query [#188].

Version 1.2.2

29 Mar 18:30
b3eddce
Compare
Choose a tag to compare
  • Includes an auto-incrementing id column for replication support [#187].

Version 1.2.1

17 Sep 13:16
43baba3
Compare
Choose a tag to compare
  • Plugin textdomain needs to be the same as the WordPress.org slug [#169].

Version 1.2.0

18 May 13:54
f9cea5d
Compare
Choose a tag to compare
  • Avoids using cookies for sessions when WP-CLI is executing [#154].

Version 1.1.0

23 Apr 22:15
603cde8
Compare
Choose a tag to compare
  • Avoids initializing PHP sessions when doing cron [#149].

Version 1.0.0

02 Mar 13:45
33f403e
Compare
Choose a tag to compare
  • Plugin is stable.

Version 0.9.0

14 Oct 16:45
46f717b
Compare
Choose a tag to compare
  • Refactors session callback logic into Session_Handler abstraction, fixing PHP notice in PHP 7.3 [#135].