Heartbeat Control - Version 1.1.2

Version Description

Download this release

Release Info

Developer JeffMatson
Plugin Icon 128x128 Heartbeat Control
Version 1.1.2
Comparing to
See all releases

Code changes from version 1.1.1 to 1.1.2

heartbeat-control.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Heartbeat Control
4
  * Plugin URI: https://jeffmatson.net/heartbeat-control
5
  * Description: Completely controls the WordPress heartbeat.
6
- * Version: 1.1
7
  * Author: Jeff Matson
8
  * Author URI: http://jeffmatson.net
9
  * License: GPL2
@@ -33,7 +33,7 @@ class Heartbeat_Control {
33
  }
34
 
35
  public function register_dependencies() {
36
- require_once( dirname( __FILE__ ) . 'autoloader.php' );
37
  }
38
 
39
  public function maybe_upgrade() {
3
  * Plugin Name: Heartbeat Control
4
  * Plugin URI: https://jeffmatson.net/heartbeat-control
5
  * Description: Completely controls the WordPress heartbeat.
6
+ * Version: 1.1.2
7
  * Author: Jeff Matson
8
  * Author URI: http://jeffmatson.net
9
  * License: GPL2
33
  }
34
 
35
  public function register_dependencies() {
36
+ require_once( dirname( __FILE__ ) . '/autoloader.php' );
37
  }
38
 
39
  public function maybe_upgrade() {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://jeffmatson.net/donate
4
  Tags: heartbeat, admin-ajax, server resources, heartbeat control, heartbeat api, performance, debugging, javascript
5
  Requires at least: 3.6
6
  Tested up to: 4.8.2
7
- Stable tag: 1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,6 +12,10 @@ Allows you to easily manage the frequency of the WordPress heartbeat API.
12
 
13
  == Description ==
14
 
 
 
 
 
15
  Allows you to easily manage the frequency of the WordPress heartbeat API with just a few clicks.
16
 
17
  The heartbeat API can be disabled entirely and allowed for only specific locations.
@@ -35,6 +39,13 @@ All options are located within Settings > Heartbeat Control.
35
  If you commonly leave your WordPress admin up for long periods of time, especially while writing or editing a post, the repeated POST requests can cause high resource usage. To avoid this, the heartbeat can be modified or even disabled to lower your server resource usage.
36
 
37
  == Changelog ==
 
 
 
 
 
 
 
38
  = 1.1 =
39
  * Rewritten from the ground up for future extensibility.
40
  * Performance enhancements.
4
  Tags: heartbeat, admin-ajax, server resources, heartbeat control, heartbeat api, performance, debugging, javascript
5
  Requires at least: 3.6
6
  Tested up to: 4.8.2
7
+ Stable tag: 1.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ **Important:**
16
+ Upon the release of 1.1, a small issue existed that caused a big problem which broke the plugin. The issue has been resolved as of version 1.1.2.
17
+ If you're getting errors, check your plugin version and update to 1.1.2, which should fix everything. You'll need to replace the plugin (wp-content/plugins/heartbeat-control) via FTP. Once you do that, all should be well.
18
+
19
  Allows you to easily manage the frequency of the WordPress heartbeat API with just a few clicks.
20
 
21
  The heartbeat API can be disabled entirely and allowed for only specific locations.
39
  If you commonly leave your WordPress admin up for long periods of time, especially while writing or editing a post, the repeated POST requests can cause high resource usage. To avoid this, the heartbeat can be modified or even disabled to lower your server resource usage.
40
 
41
  == Changelog ==
42
+ =1.1.2 =
43
+ * Bugfixes.
44
+ * Resolves potential fatal error mistakenly pushed to 1.1.
45
+
46
+ = 1.1.1 =
47
+ * Bugfixes.
48
+
49
  = 1.1 =
50
  * Rewritten from the ground up for future extensibility.
51
  * Performance enhancements.
trunk/heartbeat-control.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Heartbeat Control
4
  * Plugin URI: https://jeffmatson.net/heartbeat-control
5
  * Description: Completely controls the WordPress heartbeat.
6
- * Version: 1.1
7
  * Author: Jeff Matson
8
  * Author URI: http://jeffmatson.net
9
  * License: GPL2
@@ -33,7 +33,7 @@ class Heartbeat_Control {
33
  }
34
 
35
  public function register_dependencies() {
36
- require_once( dirname( __FILE__ ) . 'autoloader.php' );
37
  }
38
 
39
  public function maybe_upgrade() {
3
  * Plugin Name: Heartbeat Control
4
  * Plugin URI: https://jeffmatson.net/heartbeat-control
5
  * Description: Completely controls the WordPress heartbeat.
6
+ * Version: 1.1.2
7
  * Author: Jeff Matson
8
  * Author URI: http://jeffmatson.net
9
  * License: GPL2
33
  }
34
 
35
  public function register_dependencies() {
36
+ require_once( dirname( __FILE__ ) . '/autoloader.php' );
37
  }
38
 
39
  public function maybe_upgrade() {
trunk/readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://jeffmatson.net/donate
4
  Tags: heartbeat, admin-ajax, server resources, heartbeat control, heartbeat api, performance, debugging, javascript
5
  Requires at least: 3.6
6
  Tested up to: 4.8.2
7
- Stable tag: 1.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,6 +12,10 @@ Allows you to easily manage the frequency of the WordPress heartbeat API.
12
 
13
  == Description ==
14
 
 
 
 
 
15
  Allows you to easily manage the frequency of the WordPress heartbeat API with just a few clicks.
16
 
17
  The heartbeat API can be disabled entirely and allowed for only specific locations.
@@ -35,6 +39,13 @@ All options are located within Settings > Heartbeat Control.
35
  If you commonly leave your WordPress admin up for long periods of time, especially while writing or editing a post, the repeated POST requests can cause high resource usage. To avoid this, the heartbeat can be modified or even disabled to lower your server resource usage.
36
 
37
  == Changelog ==
 
 
 
 
 
 
 
38
  = 1.1 =
39
  * Rewritten from the ground up for future extensibility.
40
  * Performance enhancements.
4
  Tags: heartbeat, admin-ajax, server resources, heartbeat control, heartbeat api, performance, debugging, javascript
5
  Requires at least: 3.6
6
  Tested up to: 4.8.2
7
+ Stable tag: 1.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ **Important:**
16
+ Upon the release of 1.1, a small issue existed that caused a big problem which broke the plugin. The issue has been resolved as of version 1.1.2.
17
+ If you're getting errors, check your plugin version and update to 1.1.2, which should fix everything. You'll need to replace the plugin (wp-content/plugins/heartbeat-control) via FTP. Once you do that, all should be well.
18
+
19
  Allows you to easily manage the frequency of the WordPress heartbeat API with just a few clicks.
20
 
21
  The heartbeat API can be disabled entirely and allowed for only specific locations.
39
  If you commonly leave your WordPress admin up for long periods of time, especially while writing or editing a post, the repeated POST requests can cause high resource usage. To avoid this, the heartbeat can be modified or even disabled to lower your server resource usage.
40
 
41
  == Changelog ==
42
+ =1.1.2 =
43
+ * Bugfixes.
44
+ * Resolves potential fatal error mistakenly pushed to 1.1.
45
+
46
+ = 1.1.1 =
47
+ * Bugfixes.
48
+
49
  = 1.1 =
50
  * Rewritten from the ground up for future extensibility.
51
  * Performance enhancements.