Skip to content

Commit

Permalink
Merge pull request #67 from pantheon-systems/update-readme-0-6-1
Browse files Browse the repository at this point in the history
Update README for 0.6.1
  • Loading branch information
danielbachhuber authored May 25, 2017
2 parents c832263 + 7b3aa97 commit 4a8c0c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** comments, sessions
**Requires at least:** 3.0.1
**Tested up to:** 4.7
**Stable tag:** 0.6.0
**Stable tag:** 0.6.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -66,6 +66,9 @@ However, if you intend to scale your application, local tempfiles are a dangerou

## Changelog ##

### 0.6.1. (May 25th, 2017) ###
* Bug fix: Prevents warning session_write_close() expects exactly 0 parameters, 1 given.

### 0.6.0 (November 23rd, 2016) ###
* Bug fix: Prevents PHP fatal error in `session_write_close()` by running on WordPress' `shutdown` action, before `$wpdb` destructs itself.
* Bug fix: Stores the actual user id in the sessions table, instead of `(bool) $user_id`.
Expand Down
2 changes: 1 addition & 1 deletion pantheon-sessions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Native PHP Sessions for WordPress
Version: 0.6.0
Version: 0.6.1
Description: Offload PHP's native sessions to your database for multi-server compatibility.
Author: Pantheon
Author URI: https://www.pantheon.io/
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: getpantheon, outlandish josh, mpvanwinkle77, danielbachhuber
Tags: comments, sessions
Requires at least: 3.0.1
Tested up to: 4.7
Stable tag: 0.6.0
Stable tag: 0.6.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -66,6 +66,9 @@ If you see an error like "Fatal error: session_start(): Failed to initialize sto

== Changelog ==

= 0.6.1. (May 25th, 2017) =
* Bug fix: Prevents warning session_write_close() expects exactly 0 parameters, 1 given.

= 0.6.0 (November 23rd, 2016) =
* Bug fix: Prevents PHP fatal error in `session_write_close()` by running on WordPress' `shutdown` action, before `$wpdb` destructs itself.
* Bug fix: Stores the actual user id in the sessions table, instead of `(bool) $user_id`.
Expand Down

0 comments on commit 4a8c0c4

Please sign in to comment.