Releases: pantheon-systems/wp-native-php-sessions
Releases · pantheon-systems/wp-native-php-sessions
1.3.0
v1.2.5
What's Changed
- Bump yoast/phpunit-polyfills from 1.0.1 to 1.0.2 by @dependabot in #197
- Bump behat/mink-goutte-driver from 1.2.1 to 1.3.0 by @dependabot in #198
- Bump grunt-wp-readme-to-markdown from 2.0.1 to 2.1.0 by @dependabot in #199
- Bump behat/behat from 3.8.1 to 3.9.0 by @dependabot in #200
- Bump behat/behat from 3.9.0 to 3.10.0 by @dependabot in #201
- Bump yoast/phpunit-polyfills from 1.0.2 to 1.0.3 by @dependabot in #202
- Update 'Tested Up To' for WordPress 5.9 by @danielbachhuber in #203
- Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.1 to 0.7.2 by @dependabot in #204
- [UpdateTool - Project Information] Add support level badge. by @pantheon-ci-bot in #205
- Bump guzzlehttp/psr7 from 1.8.3 to 1.8.5 by @dependabot in #206
- Bump grunt from 1.4.1 to 1.5.2 by @dependabot in #207
- update actively maintained link anchor [skip ci] by @CdrMarks in #214
- [BUGS-5463] return type will change by @stovak in #216
- Prepare for 1.2.5 by @jazzsequence in #217
- Add Tom's wp.org profile to props by @jazzsequence in #218
New Contributors
- @pantheon-ci-bot made their first contribution in #205
- @CdrMarks made their first contribution in #214
- @stovak made their first contribution in #216
- @jazzsequence made their first contribution in #217
Full Changelog: v1.2.4...v1.2.5
v1.2.4
Version 1.2.3
- Assigns the table name to a variable before using in query [#188].
Version 1.2.2
- Includes an auto-incrementing
id
column for replication support [#187].
Version 1.2.1
- Plugin textdomain needs to be the same as the WordPress.org slug [#169].
Version 1.2.0
- Avoids using cookies for sessions when WP-CLI is executing [#154].
Version 1.1.0
- Avoids initializing PHP sessions when doing cron [#149].
Version 1.0.0
- Plugin is stable.
Version 0.9.0
- Refactors session callback logic into
Session_Handler
abstraction, fixing PHP notice in PHP 7.3 [#135].