Skip to content

Commit

Permalink
Merge pull request #25 from Scanfully/dev
Browse files Browse the repository at this point in the history
 Version bump to 1.2.4 and changelog
  • Loading branch information
barrykooij authored Jun 15, 2024
2 parents 80696a1 + ad9a79e commit c691456
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://scanfully.com
Tags: scanfully, performance, monitoring, site health
Requires at least: 6.0
Tested up to: 6.5.3
Stable tag: 1.2.3
Stable tag: 1.2.4
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 7.4
Expand Down Expand Up @@ -93,6 +93,10 @@ No, our plugin on listens to changes in the WordPress backend and sends these ch

== Changelog ==

= 1.2.4 : Jun 15, 2024 =
* Tweak: Updated logos.
* Tweak: Set correct event names for pluginactivate and plugindeactivate events.

= 1.2.3 : May 14, 2024 =
* Tweak: Removed error_log call.

Expand Down
4 changes: 2 additions & 2 deletions scanfully.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @wordpress-plugin
* Plugin Name: Scanfully
* Version: 1.2.3
* Version: 1.2.4
* Plugin URI: https://scanfully.com/wp-plugin
* Description: Scanfully is your favorite WordPress performance and health monitoring tool.
* Author: Scanfully
Expand Down Expand Up @@ -46,7 +46,7 @@ function Scanfully(): \Scanfully\Main {
add_action( 'plugins_loaded', function () {
// meta
define( 'SCANFULLY_PLUGIN_FILE', __FILE__ );
define( 'SCANFULLY_VERSION', '1.2.3' );
define( 'SCANFULLY_VERSION', '1.2.4' );

// boot
require 'vendor/autoload.php';
Expand Down

0 comments on commit c691456

Please sign in to comment.