Skip to content

Commit 6e83dd3

Browse files
author
John Spellman
authored
Release 1.3.3 (#234)
1 parent f4be4d3 commit 6e83dd3

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** comments, sessions
44
**Requires at least:** 4.7
55
**Tested up to:** 6.1
6-
**Stable tag:** 1.3.2
6+
**Stable tag:** 1.3.3
77
**Requires PHP:** 5.4
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
@@ -71,6 +71,9 @@ This mu-plugin will load WP Native PHP Sessions before all other plugins, while
7171

7272
## Changelog ##
7373

74+
### 1.3.3 (January 25, 2023) ###
75+
* Bump version in pantheon-sessions.php [[#234](https://github.com/pantheon-systems/wp-native-php-sessions/pull/234)].
76+
7477
### 1.3.2 (January 25, 2023) ###
7578
* PHP 8.2 compatibility [[#232](https://github.com/pantheon-systems/wp-native-php-sessions/pull/232)].
7679
* Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.2 to 1.0.0 [[#229](https://github.com/pantheon-systems/wp-native-php-sessions/pull/229)].

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-native-php-sessions",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/pantheon-systems/wp-native-php-sessions.git"

pantheon-sessions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Plugin Name: Native PHP Sessions for WordPress
4-
* Version: 1.3.1
4+
* Version: 1.3.3
55
* Description: Offload PHP's native sessions to your database for multi-server compatibility.
66
* Author: Pantheon
77
* Author URI: https://www.pantheon.io/
@@ -13,7 +13,7 @@
1313

1414
use Pantheon_Sessions\Session;
1515

16-
define( 'PANTHEON_SESSIONS_VERSION', '1.3.2' );
16+
define( 'PANTHEON_SESSIONS_VERSION', '1.3.3' );
1717

1818
/**
1919
* Main controller class for the plugin.

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: getpantheon, outlandish josh, mpvanwinkle77, danielbachhuber, andr
33
Tags: comments, sessions
44
Requires at least: 4.7
55
Tested up to: 6.1
6-
Stable tag: 1.3.2
6+
Stable tag: 1.3.3
77
Requires PHP: 5.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -70,6 +70,9 @@ This mu-plugin will load WP Native PHP Sessions before all other plugins, while
7070

7171
== Changelog ==
7272

73+
= 1.3.3 (January 25, 2023) =
74+
* Bump version in pantheon-sessions.php [[#234](https://github.com/pantheon-systems/wp-native-php-sessions/pull/234)].
75+
7376
= 1.3.2 (January 25, 2023) =
7477
* PHP 8.2 compatibility [[#232](https://github.com/pantheon-systems/wp-native-php-sessions/pull/232)].
7578
* Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.2 to 1.0.0 [[#229](https://github.com/pantheon-systems/wp-native-php-sessions/pull/229)].

0 commit comments

Comments
 (0)