Skip to content

Commit 14747a1

Browse files
author
Pantheon Automation
committed
Release 1.4.6
1 parent aa74f60 commit 14747a1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** comments, sessions
44
**Requires at least:** 5.3
55
**Tested up to:** 6.9
6-
**Stable tag:** 1.4.6-dev
6+
**Stable tag:** 1.4.6
77
**Requires PHP:** 7.4
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
@@ -100,7 +100,7 @@ Adds a WP-CLI command to add an index to the sessions table if one does not exis
100100

101101
## Changelog ##
102102

103-
### 1.4.6-dev ###
103+
### 1.4.6 (22 June 2026) ###
104104
* Compatibility: Supports PHP 8.5
105105

106106
### 1.4.5 (December 2, 2025) ###

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
4-
* Version: 1.4.6-dev
4+
* Version: 1.4.6
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.4.6-dev' );
16+
define( 'PANTHEON_SESSIONS_VERSION', '1.4.6' );
1717

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

readme.txt

Lines changed: 2 additions & 2 deletions
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: 5.3
55
Tested up to: 6.9
6-
Stable tag: 1.4.6-dev
6+
Stable tag: 1.4.6
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -98,7 +98,7 @@ Adds a WP-CLI command to add an index to the sessions table if one does not exis
9898

9999
== Changelog ==
100100

101-
= 1.4.6-dev =
101+
= 1.4.6 (22 June 2026) =
102102
* Compatibility: Supports PHP 8.5
103103

104104
= 1.4.5 (December 2025) =

0 commit comments

Comments
 (0)