Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona authored Aug 31, 2023
2 parents e793b20 + e9b45df commit e56f67f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions heartbeat-control.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Heartbeat Control by WP Rocket
* Plugin URI: https://wordpress.org/plugins/heartbeat-control/
* Description: Completely controls the WordPress heartbeat.
* Version: 2.0
* Version: 2.0.1
* Author: WP Rocket
* Author URI: https://wp-rocket.me
* License: GPL2
Expand All @@ -14,7 +14,7 @@

namespace Heartbeat_Control;

define( 'HBC_VERSION', '2.0' );
define( 'HBC_VERSION', '2.0.1' );
define( 'HBC_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'HBC_PLUGIN_URL', plugin_dir_url( __FILE__ ) );

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: heartbeat, admin-ajax, server resources, heartbeat control, heartbeat api,
Requires at least: 3.6
Requires PHP: 5.3
Tested up to: 6.3
Stable tag: 2.0
Stable tag: 2.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -54,6 +54,9 @@ If you commonly leave your WordPress admin up for long periods of time, especial
You can report any security bugs found in the source code of the site-reviews plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/heartbeat-control). The Patchstack team will assist you with verification, CVE assignment and take care of notifying the developers of this plugin.

== Changelog ==
= 2.0.1 =
* Fix PHP warnings & deprecated notices

= 2.0 - 2019/11/04 =
* Revamp the settings page.

Expand Down

0 comments on commit e56f67f

Please sign in to comment.