From 6267d62fab80a3788bbd5f2e2cd1be8c0e823232 Mon Sep 17 00:00:00 2001 From: Piotr Delawski Date: Mon, 22 Jul 2024 13:19:12 +0200 Subject: [PATCH] Plugin version will be bumped in upcoming release --- classes/class-plugin.php | 2 +- readme.txt | 6 +----- stream.php | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/classes/class-plugin.php b/classes/class-plugin.php index 37cd6861..376e0a17 100755 --- a/classes/class-plugin.php +++ b/classes/class-plugin.php @@ -18,7 +18,7 @@ class Plugin { * * @const string */ - const VERSION = '3.10.1'; + const VERSION = '3.10.0'; /** * WP-CLI command diff --git a/readme.txt b/readme.txt index 720137e1..41f4d145 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: xwp Tags: wp stream, stream, activity, logs, track Requires at least: 4.5 Tested up to: 6.3 -Stable tag: 3.10.1 +Stable tag: 3.10.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -103,10 +103,6 @@ Track changes to posts when using the block editor. == Changelog == -= 3.10.1 - October 9, 2023 = - -- Fix: Fixed the dynamic callback locating routine by removing the hyphen as a valid function name character. - = 3.10.0 - October 9, 2023 = - Fix: Improve PHP 8.1 compatibility by updating `filter_*()` calls referencing `FILTER_SANITIZE_STRING` (issue [#1422](https://github.com/xwp/stream/pull/1422)). diff --git a/stream.php b/stream.php index 446a8d11..46dbc44c 100644 --- a/stream.php +++ b/stream.php @@ -3,7 +3,7 @@ * Plugin Name: Stream * Plugin URI: https://xwp.co/work/stream/ * Description: Stream tracks logged-in user activity so you can monitor every change made on your WordPress site in beautifully organized detail. All activity is organized by context, action and IP address for easy filtering. Developers can extend Stream with custom connectors to log any kind of action. - * Version: 3.10.1 + * Version: 3.10.0 * Author: XWP * Author URI: https://xwp.co * License: GPLv2+