Skip to content

Commit

Permalink
Bump version to 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bonny committed Dec 30, 2024
1 parent 4079037 commit 292d4a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.2
* Version: 5.4.3
* Requires at least: 6.6
* Requires PHP: 7.4
* Author: Pär Thernström
Expand Down Expand Up @@ -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.4.2' );
define( 'SIMPLE_HISTORY_VERSION', '5.4.3' );

/**
* Filesystem path to plugin directory.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-history",
"version": "5.4.2",
"version": "5.4.3",
"description": "WordPress audit log and history plugin with nice GUI",
"author": "Pär Thernström",
"license": "GPL",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: eskapism
Donate link: https://www.paypal.me/eskapism
Tags: history, audit log, event log, user tracking, activity
Tested up to: 6.7
Stable tag: 5.4.2
Stable tag: 5.4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 292d4a3

Please sign in to comment.