From 8109dc57075b17cd4e5b3c1ef6830b9b00a06a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Thernstr=C3=B6m?= Date: Sun, 2 Feb 2025 17:19:41 +0100 Subject: [PATCH] Bump versions to 5.6.1 --- index.php | 4 ++-- package.json | 2 +- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 9f4f341e..e31e49a8 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ * Plugin URI: https://simple-history.com * Text Domain: simple-history * Description: Plugin that logs various things that occur in WordPress and then presents those events in a very nice GUI. - * Version: 5.6.0 + * Version: 5.6.1 * Requires at least: 6.6 * Requires PHP: 7.4 * Author: Pär Thernström @@ -49,7 +49,7 @@ * @TODO: make activation multi site aware, as in https://github.com/scribu/wp-proper-network-activation * register_activation_hook( trailingslashit(WP_PLUGIN_DIR) . trailingslashit( plugin_basename(__DIR__) ) . "index.php" , array("SimpleHistory", "on_plugin_activate" ) ); */ -define( 'SIMPLE_HISTORY_VERSION', '5.6.0' ); +define( 'SIMPLE_HISTORY_VERSION', '5.6.1' ); /** * Filesystem path to plugin directory. diff --git a/package.json b/package.json index ed446248..f409cde6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-history", - "version": "5.6.0", + "version": "5.6.1", "description": "WordPress audit log and history plugin with nice GUI", "author": "Pär Thernström", "license": "GPL", diff --git a/readme.txt b/readme.txt index ddba74f1..6c5afd39 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: eskapism, wpsimplehistory Donate link: https://simple-history.com/sponsor/ Tags: history, audit log, event log, user tracking, activity Tested up to: 6.7 -Stable tag: 5.6.0 +Stable tag: 5.6.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html