Version Description
- Bumped tested version
- Added donation button
Download this release
Release Info
Developer | JeffMatson |
Plugin | Heartbeat Control |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- heartbeat-control-menu.php +8 -1
- heartbeat-control.php +1 -1
- readme.txt +7 -4
heartbeat-control-menu.php
CHANGED
@@ -88,6 +88,13 @@
|
|
88 |
</tr>
|
89 |
</table>
|
90 |
<?php submit_button(); ?>
|
91 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
<?php
|
93 |
}
|
88 |
</tr>
|
89 |
</table>
|
90 |
<?php submit_button(); ?>
|
91 |
+
</form>
|
92 |
+
<p><strong>Did this plugin help you? Please consider donating to help keep Heartbeat Control updated:</strong></p>
|
93 |
+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
94 |
+
<input type="hidden" name="cmd" value="_s-xclick">
|
95 |
+
<input type="hidden" name="hosted_button_id" value="AV29EW5YCT2SG">
|
96 |
+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
97 |
+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
98 |
+
</form>
|
99 |
<?php
|
100 |
}
|
heartbeat-control.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Heartbeat Control
|
4 |
* Plugin URI: http://jeffmatson.net/heartbeat-control
|
5 |
* Description: Completely controls the WordPress heartbeat.
|
6 |
-
* Version: 1.0.
|
7 |
* Author: Jeff Matson
|
8 |
* Author URI: http://jeffmatson.net
|
9 |
* License: GPL2
|
3 |
* Plugin Name: Heartbeat Control
|
4 |
* Plugin URI: http://jeffmatson.net/heartbeat-control
|
5 |
* Description: Completely controls the WordPress heartbeat.
|
6 |
+
* Version: 1.0.2
|
7 |
* Author: Jeff Matson
|
8 |
* Author URI: http://jeffmatson.net
|
9 |
* License: GPL2
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: JeffMatson
|
|
3 |
Donate link: http://jeffmatson.net/
|
4 |
Tags: heartbeat, admin-ajax, server resources
|
5 |
Requires at least: 2.8
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -22,7 +22,7 @@ Heartbeat intervals can be modified between 15 and 60 seconds between requests,
|
|
22 |
|
23 |
1. Upload the plugin folder to the /wp-content/plugins/ directory.
|
24 |
1. Activate Heartbeat Control on the Plugins page.
|
25 |
-
1. Adjust any settings within
|
26 |
|
27 |
== Frequently Asked Questions ==
|
28 |
|
@@ -35,6 +35,9 @@ All options are located within Tools > 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 |
|
39 |
= 1.0 =
|
40 |
-
* Initial release.
|
3 |
Donate link: http://jeffmatson.net/
|
4 |
Tags: heartbeat, admin-ajax, server resources
|
5 |
Requires at least: 2.8
|
6 |
+
Tested up to: 4.2
|
7 |
+
Stable tag: 1.0.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
22 |
|
23 |
1. Upload the plugin folder to the /wp-content/plugins/ directory.
|
24 |
1. Activate Heartbeat Control on the Plugins page.
|
25 |
+
1. Adjust any settings within Settings > Heartbeat Control.
|
26 |
|
27 |
== Frequently Asked Questions ==
|
28 |
|
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.0.2 =
|
39 |
+
* Bumped tested version
|
40 |
+
* Added donation button
|
41 |
|
42 |
= 1.0 =
|
43 |
+
* Initial release.
|