Changeset 3400881
- Timestamp:
- 11/22/2025 10:58:29 AM (4 months ago)
- Location:
- sessions
- Files:
-
- 8 edited
- 1 copied
-
tags/3.3.0 (copied) (copied from sessions/trunk)
-
tags/3.3.0/CHANGELOG.md (modified) (1 diff)
-
tags/3.3.0/init.php (modified) (1 diff)
-
tags/3.3.0/readme.txt (modified) (1 diff)
-
tags/3.3.0/sessions.php (modified) (1 diff)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/init.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/sessions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sessions/tags/3.3.0/CHANGELOG.md
r3347476 r3400881 4 4 The 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). 5 5 6 ## [3.3.0] - 2025-11-20 7 8 ### Added 9 - Compatibility with WordPress 6.9. 10 6 11 ## [3.2.1] - 2025-08-20 7 12 8 13 ### Fixed 9 14 - [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). 11 16 12 17 ## [3.2.0] - 2025-04-14 -
sessions/tags/3.3.0/init.php
r3347476 r3400881 13 13 define( 'POSE_PRODUCT_ABBREVIATION', 'posessions' ); 14 14 define( 'POSE_SLUG', 'sessions' ); 15 define( 'POSE_VERSION', '3. 2.1' );15 define( 'POSE_VERSION', '3.3.0' ); 16 16 define( 'POSE_CODENAME', '"-"' ); 17 17 define( 'POSE_CDN_AVAILABLE', true ); -
sessions/tags/3.3.0/readme.txt
r3347476 r3400881 4 4 Requires at least: 6.2 5 5 Requires PHP: 8.1 6 Tested up to: 6. 87 Stable tag: 3. 2.16 Tested up to: 6.9 7 Stable tag: 3.3.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
sessions/tags/3.3.0/sessions.php
r3347476 r3400881 11 11 * Plugin URI: https://perfops.one/sessions 12 12 * Description: Powerful sessions manager for WordPress with sessions limiter and full analytics reporting capabilities. 13 * Version: 3. 2.113 * Version: 3.3.0 14 14 * Requires at least: 6.2 15 15 * Requires PHP: 8.1 -
sessions/trunk/CHANGELOG.md
r3347476 r3400881 4 4 The 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). 5 5 6 ## [3.3.0] - 2025-11-20 7 8 ### Added 9 - Compatibility with WordPress 6.9. 10 6 11 ## [3.2.1] - 2025-08-20 7 12 8 13 ### Fixed 9 14 - [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). 11 16 12 17 ## [3.2.0] - 2025-04-14 -
sessions/trunk/init.php
r3347476 r3400881 13 13 define( 'POSE_PRODUCT_ABBREVIATION', 'posessions' ); 14 14 define( 'POSE_SLUG', 'sessions' ); 15 define( 'POSE_VERSION', '3. 2.1' );15 define( 'POSE_VERSION', '3.3.0' ); 16 16 define( 'POSE_CODENAME', '"-"' ); 17 17 define( 'POSE_CDN_AVAILABLE', true ); -
sessions/trunk/readme.txt
r3347476 r3400881 4 4 Requires at least: 6.2 5 5 Requires PHP: 8.1 6 Tested up to: 6. 87 Stable tag: 3. 2.16 Tested up to: 6.9 7 Stable tag: 3.3.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
sessions/trunk/sessions.php
r3347476 r3400881 11 11 * Plugin URI: https://perfops.one/sessions 12 12 * Description: Powerful sessions manager for WordPress with sessions limiter and full analytics reporting capabilities. 13 * Version: 3. 2.113 * Version: 3.3.0 14 14 * Requires at least: 6.2 15 15 * Requires PHP: 8.1
Note: See TracChangeset
for help on using the changeset viewer.