Plugin Directory

Changeset 3400881


Ignore:
Timestamp:
11/22/2025 10:58:29 AM (4 months ago)
Author:
PierreLannoy
Message:

Sessions 3.3.0 released from GitHub

Location:
sessions
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sessions/tags/3.3.0/CHANGELOG.md

    r3347476 r3400881  
    44The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **Sessions** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
    55
     6## [3.3.0] - 2025-11-20
     7
     8### Added
     9- Compatibility with WordPress 6.9.
     10
    611## [3.2.1] - 2025-08-20
    712
    813### Fixed
    914- [SEC005] XSS vulnerability (thanks to [Nabil Irawan](https://patchstack.com/database/researcher/5ed330fb-186f-46e7-a384-7fa23435a9e0) from [Patchstack](https://patchstack.com)).
    10 - An error may be triggered while viewing plugin detail (in plugins page)
     15- An error may be triggered while viewing plugin detail (in plugins page).
    1116
    1217## [3.2.0] - 2025-04-14
  • sessions/tags/3.3.0/init.php

    r3347476 r3400881  
    1313define( 'POSE_PRODUCT_ABBREVIATION', 'posessions' );
    1414define( 'POSE_SLUG', 'sessions' );
    15 define( 'POSE_VERSION', '3.2.1' );
     15define( 'POSE_VERSION', '3.3.0' );
    1616define( 'POSE_CODENAME', '"-"' );
    1717define( 'POSE_CDN_AVAILABLE', true );
  • sessions/tags/3.3.0/readme.txt

    r3347476 r3400881  
    44Requires at least: 6.2
    55Requires PHP: 8.1
    6 Tested up to: 6.8
    7 Stable tag: 3.2.1
     6Tested up to: 6.9
     7Stable tag: 3.3.0
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • sessions/tags/3.3.0/sessions.php

    r3347476 r3400881  
    1111 * Plugin URI:        https://perfops.one/sessions
    1212 * Description:       Powerful sessions manager for WordPress with sessions limiter and full analytics reporting capabilities.
    13  * Version:           3.2.1
     13 * Version:           3.3.0
    1414 * Requires at least: 6.2
    1515 * Requires PHP:      8.1
  • sessions/trunk/CHANGELOG.md

    r3347476 r3400881  
    44The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **Sessions** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
    55
     6## [3.3.0] - 2025-11-20
     7
     8### Added
     9- Compatibility with WordPress 6.9.
     10
    611## [3.2.1] - 2025-08-20
    712
    813### Fixed
    914- [SEC005] XSS vulnerability (thanks to [Nabil Irawan](https://patchstack.com/database/researcher/5ed330fb-186f-46e7-a384-7fa23435a9e0) from [Patchstack](https://patchstack.com)).
    10 - An error may be triggered while viewing plugin detail (in plugins page)
     15- An error may be triggered while viewing plugin detail (in plugins page).
    1116
    1217## [3.2.0] - 2025-04-14
  • sessions/trunk/init.php

    r3347476 r3400881  
    1313define( 'POSE_PRODUCT_ABBREVIATION', 'posessions' );
    1414define( 'POSE_SLUG', 'sessions' );
    15 define( 'POSE_VERSION', '3.2.1' );
     15define( 'POSE_VERSION', '3.3.0' );
    1616define( 'POSE_CODENAME', '"-"' );
    1717define( 'POSE_CDN_AVAILABLE', true );
  • sessions/trunk/readme.txt

    r3347476 r3400881  
    44Requires at least: 6.2
    55Requires PHP: 8.1
    6 Tested up to: 6.8
    7 Stable tag: 3.2.1
     6Tested up to: 6.9
     7Stable tag: 3.3.0
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • sessions/trunk/sessions.php

    r3347476 r3400881  
    1111 * Plugin URI:        https://perfops.one/sessions
    1212 * Description:       Powerful sessions manager for WordPress with sessions limiter and full analytics reporting capabilities.
    13  * Version:           3.2.1
     13 * Version:           3.3.0
    1414 * Requires at least: 6.2
    1515 * Requires PHP:      8.1
Note: See TracChangeset for help on using the changeset viewer.