diff --git a/CHANGELOG.md b/CHANGELOG.md index 53fb3d9..c15156a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to **Sessions** are documented in this *changelog*. 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). +## [3.1.0] - 2024-11-22 + +### Added +- Compatibility with WordPress 6.6 & 6.7. + +### Changed +- Ability to self-update from Github. +- The plugin user agent is now more consistent and "standard". + +### Fixed +- There's a WordPress core "feature" which causes some PII to leak (to wp.org) during plugin and theme updates. This is no more the case for this plugin. +- In some cases, a WordPress notice can be triggered concerning the loading sequence of translations. + +### Removed +- Test site launching from wordpress.org plugin page. +- All Databeam hooks and libraries, as the Databeam project is abandoned. +- Dependency on wp.org for updates. + ## [3.0.1] - Not Yet Released ### Changed diff --git a/init.php b/init.php index a15b7e4..7251b78 100644 --- a/init.php +++ b/init.php @@ -12,6 +12,6 @@ define( 'POSE_PRODUCT_SHORTNAME', 'Sessions' ); define( 'POSE_PRODUCT_ABBREVIATION', 'posessions' ); define( 'POSE_SLUG', 'sessions' ); -define( 'POSE_VERSION', '3.0.0' ); +define( 'POSE_VERSION', '3.1.0' ); define( 'POSE_CODENAME', '"-"' ); define( 'POSE_CDN_AVAILABLE', true ); \ No newline at end of file diff --git a/readme.txt b/readme.txt index 668b099..928d446 100755 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: PierreLannoy, hosterra Tags: authentication, login, protection, role, session Requires at least: 6.2 Requires PHP: 8.1 -Tested up to: 6.5 -Stable tag: 3.0.0 +Tested up to: 6.7 +Stable tag: 3.1.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/sessions.php b/sessions.php index 5717bd6..7446f6b 100644 --- a/sessions.php +++ b/sessions.php @@ -10,7 +10,7 @@ * Plugin Name: Sessions * Plugin URI: https://perfops.one/sessions * Description: Powerful sessions manager for WordPress with sessions limiter and full analytics reporting capabilities. - * Version: 3.0.0 + * Version: 3.1.0 * Requires at least: 6.2 * Requires PHP: 8.1 * Author: Pierre Lannoy / PerfOps One