Plugin Directory

Changeset 3411177

Timestamp:
12/04/2025 04:13:42 PM (3 months ago)
Author:
getpantheon
Message:

Update to version 1.4.5 from GitHub

Location:
wp-native-php-sessions
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-native-php-sessions/tags/1.4.5/pantheon-sessions.php

    r3363528 r3411177  
    22/**
    33 * Plugin Name: Native PHP Sessions
    4  * Version: 1.4.4
     4 * Version: 1.4.
    55 * Description: Offload PHP's native sessions to your database for multi-server compatibility.
    66 * Author: Pantheon
     
    1414use Pantheon_Sessions\Session;
    1515
    16 define( 'PANTHEON_SESSIONS_VERSION', '1.4.4' );
     16define( 'PANTHEON_SESSIONS_VERSION', '1.4.' );
    1717
    1818/**
  • wp-native-php-sessions/tags/1.4.5/readme.txt

    r3363528 r3411177  
    33Tags: comments, sessions
    44Requires at least: 5.3
    5 Tested up to: 6.8.1
    6 Stable tag: 1.4.4
     5Tested up to: 6.
     6Stable tag: 1.4.
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    9898
    9999== Changelog ==
     100
     101
     102
    100103
    101104= 1.4.4 (September 17, 2025) =
  • wp-native-php-sessions/trunk/pantheon-sessions.php

    r3363528 r3411177  
    22/**
    33 * Plugin Name: Native PHP Sessions
    4  * Version: 1.4.4
     4 * Version: 1.4.
    55 * Description: Offload PHP's native sessions to your database for multi-server compatibility.
    66 * Author: Pantheon
     
    1414use Pantheon_Sessions\Session;
    1515
    16 define( 'PANTHEON_SESSIONS_VERSION', '1.4.4' );
     16define( 'PANTHEON_SESSIONS_VERSION', '1.4.' );
    1717
    1818/**
  • wp-native-php-sessions/trunk/readme.txt

    r3363528 r3411177  
    33Tags: comments, sessions
    44Requires at least: 5.3
    5 Tested up to: 6.8.1
    6 Stable tag: 1.4.4
     5Tested up to: 6.
     6Stable tag: 1.4.
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    9898
    9999== Changelog ==
     100
     101
     102
    100103
    101104= 1.4.4 (September 17, 2025) =
Note: See TracChangeset for help on using the changeset viewer.