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