Skip to content

Commit 3dcc48d

Browse files
author
Pantheon Automation
committed
Release 1.4.5
1 parent 3e6b7f1 commit 3dcc48d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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.8.1
6-
**Stable tag:** 1.4.5-dev
6+
**Stable tag:** 1.4.5
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.5-dev ###
103+
### 1.4.5 (7 November 2025) ###
104104

105105
### 1.4.4 (September 17, 2025) ###
106106
* Compatibility: Supports PHP 8.4

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.5-dev
4+
* Version: 1.4.5
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.5-dev' );
16+
define( 'PANTHEON_SESSIONS_VERSION', '1.4.5' );
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.8.1
6-
Stable tag: 1.4.5-dev
6+
Stable tag: 1.4.5
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.5-dev =
101+
= 1.4.5 (7 November 2025) =
102102

103103
= 1.4.4 (September 17, 2025) =
104104
* Compatibility: Supports PHP 8.4

0 commit comments

Comments
 (0)