Skip to content

Commit

Permalink
Merge pull request #108 from pantheon-systems/update-readme-0-7-0
Browse files Browse the repository at this point in the history
Update README for v0.7.0
  • Loading branch information
danielbachhuber authored Apr 3, 2019
2 parents a551bd4 + e8483d8 commit 2f76713
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
**Contributors:** getpantheon, outlandish josh, mpvanwinkle77, danielbachhuber
**Tags:** comments, sessions
**Requires at least:** 4.7
**Tested up to:** 5.0
**Stable tag:** 0.6.9
**Tested up to:** 5.2
**Stable tag:** 0.7.0
**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.7.0 (April 3rd, 2019) ###
* Adds a safety check that restores `$wpdb` when it's missing.

### 0.6.9 (May 15th, 2018) ###
* Ensures `_pantheon_session_destroy()` uses a return value.

Expand Down
4 changes: 2 additions & 2 deletions 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.9
* Version: 0.7.0
* Description: Offload PHP's native sessions to your database for multi-server compatibility.
* Author: Pantheon
* Author URI: https://www.pantheon.io/
Expand All @@ -12,7 +12,7 @@

use Pantheon_Sessions\Session;

define( 'PANTHEON_SESSIONS_VERSION', '0.6.9' );
define( 'PANTHEON_SESSIONS_VERSION', '0.7.0' );

class Pantheon_Sessions {

Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: getpantheon, outlandish josh, mpvanwinkle77, danielbachhuber
Tags: comments, sessions
Requires at least: 4.7
Tested up to: 5.0
Stable tag: 0.6.9
Tested up to: 5.2
Stable tag: 0.7.0
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.7.0 (April 3rd, 2019) =
* Adds a safety check that restores `$wpdb` when it's missing.

= 0.6.9 (May 15th, 2018) =
* Ensures `_pantheon_session_destroy()` uses a return value.

Expand Down

0 comments on commit 2f76713

Please sign in to comment.