Changeset 3411177
- Timestamp:
- 12/04/2025 04:13:42 PM (3 months ago)
- Location:
- wp-native-php-sessions
- Files:
-
- 8 edited
- 1 copied
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
tags/1.4.5 (copied) (copied from wp-native-php-sessions/trunk)
-
tags/1.4.5/pantheon-sessions.php (modified) (2 diffs)
-
tags/1.4.5/readme.txt (modified) (2 diffs)
-
trunk/pantheon-sessions.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-native-php-sessions/tags/1.4.5/pantheon-sessions.php
r3363528 r3411177 2 2 /** 3 3 * Plugin Name: Native PHP Sessions 4 * Version: 1.4. 44 * Version: 1.4. 5 5 * Description: Offload PHP's native sessions to your database for multi-server compatibility. 6 6 * Author: Pantheon … … 14 14 use Pantheon_Sessions\Session; 15 15 16 define( 'PANTHEON_SESSIONS_VERSION', '1.4. 4' );16 define( 'PANTHEON_SESSIONS_VERSION', '1.4.' ); 17 17 18 18 /** -
wp-native-php-sessions/tags/1.4.5/readme.txt
r3363528 r3411177 3 3 Tags: comments, sessions 4 4 Requires at least: 5.3 5 Tested up to: 6. 8.16 Stable tag: 1.4. 45 Tested up to: 6. 6 Stable tag: 1.4. 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 98 98 99 99 == Changelog == 100 101 102 100 103 101 104 = 1.4.4 (September 17, 2025) = -
wp-native-php-sessions/trunk/pantheon-sessions.php
r3363528 r3411177 2 2 /** 3 3 * Plugin Name: Native PHP Sessions 4 * Version: 1.4. 44 * Version: 1.4. 5 5 * Description: Offload PHP's native sessions to your database for multi-server compatibility. 6 6 * Author: Pantheon … … 14 14 use Pantheon_Sessions\Session; 15 15 16 define( 'PANTHEON_SESSIONS_VERSION', '1.4. 4' );16 define( 'PANTHEON_SESSIONS_VERSION', '1.4.' ); 17 17 18 18 /** -
wp-native-php-sessions/trunk/readme.txt
r3363528 r3411177 3 3 Tags: comments, sessions 4 4 Requires at least: 5.3 5 Tested up to: 6. 8.16 Stable tag: 1.4. 45 Tested up to: 6. 6 Stable tag: 1.4. 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 98 98 99 99 == Changelog == 100 101 102 100 103 101 104 = 1.4.4 (September 17, 2025) =
Note: See TracChangeset
for help on using the changeset viewer.