Version Description
- Readme.txt update.
- Updated Donate Link in readme.txt.
Download this release
Release Info
Developer | chipbennett |
Plugin | cbnet Ping Optimizer |
Version | 2.3.2 |
Comparing to | |
See all releases |
Code changes from version 2.3.1 to 2.3.2
- cbnet-ping-optimizer.php +2 -2
- readme.txt +7 -2
cbnet-ping-optimizer.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: cbnet Ping Optimizer
|
4 |
* Plugin URI: http://www.chipbennett.net/wordpress/plugins/cbnetpo-ping-optimizer/
|
5 |
* Description: Saves your wordpress blog from getting tagged as ping spammer. (Note: this plugin is a fork of the cbnetpo Favicon plugin, with registration/activiation functionality removed.) Adjust settings <a href="options-general.php?page=cbnetpo-ping-optimizer/cbnetpo-ping-optimizer.php">here</a>.
|
6 |
-
* Version: 2.3.
|
7 |
* Author: Chip Bennett
|
8 |
* Author URI: http://www.chipbennett.net//
|
9 |
*
|
@@ -25,7 +25,7 @@
|
|
25 |
*/
|
26 |
|
27 |
define('cbnetpo_NAME', 'cbnet Ping Optimizer'); // Name of the Plugin
|
28 |
-
define('cbnetpo_VERSION', '2.3.
|
29 |
define("cbnetpo_LOG", true); // Set to 'true' to keep log, else 'false'.
|
30 |
|
31 |
/**
|
3 |
* Plugin Name: cbnet Ping Optimizer
|
4 |
* Plugin URI: http://www.chipbennett.net/wordpress/plugins/cbnetpo-ping-optimizer/
|
5 |
* Description: Saves your wordpress blog from getting tagged as ping spammer. (Note: this plugin is a fork of the cbnetpo Favicon plugin, with registration/activiation functionality removed.) Adjust settings <a href="options-general.php?page=cbnetpo-ping-optimizer/cbnetpo-ping-optimizer.php">here</a>.
|
6 |
+
* Version: 2.3.2
|
7 |
* Author: Chip Bennett
|
8 |
* Author URI: http://www.chipbennett.net//
|
9 |
*
|
25 |
*/
|
26 |
|
27 |
define('cbnetpo_NAME', 'cbnet Ping Optimizer'); // Name of the Plugin
|
28 |
+
define('cbnetpo_VERSION', '2.3.2'); // Current version of the Plugin
|
29 |
define("cbnetpo_LOG", true); // Set to 'true' to keep log, else 'false'.
|
30 |
|
31 |
/**
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== cbnet Ping Optimizer ===
|
2 |
Contributors: Chip Bennett
|
3 |
-
Donate link:
|
4 |
Tags: cbnet, Ping Optimizer, images, plugin, generator, picture, icon, admin, maxblogpress
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 2.9.1
|
7 |
-
Stable tag: 2.3.
|
8 |
|
9 |
Save your wordpress blog from getting tagged as ping spammer. Activation/subscription-free fork of MaxBlogPress Ping Optimizer plugin
|
10 |
|
@@ -56,6 +56,9 @@ Screenshots coming soon.
|
|
56 |
|
57 |
== Changelog ==
|
58 |
|
|
|
|
|
|
|
59 |
= 2.3.1 =
|
60 |
* Fixes bug in which options page settings do not save
|
61 |
= 2.3 =
|
@@ -65,6 +68,8 @@ Screenshots coming soon.
|
|
65 |
|
66 |
== Upgrade Notice ==
|
67 |
|
|
|
|
|
68 |
= 2.3.1 =
|
69 |
Bugfix release. Fixes bug in which options page settings do not save.
|
70 |
= 2.3 =
|
1 |
=== cbnet Ping Optimizer ===
|
2 |
Contributors: Chip Bennett
|
3 |
+
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QP3N9HUSYJPK6
|
4 |
Tags: cbnet, Ping Optimizer, images, plugin, generator, picture, icon, admin, maxblogpress
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 2.9.1
|
7 |
+
Stable tag: 2.3.2
|
8 |
|
9 |
Save your wordpress blog from getting tagged as ping spammer. Activation/subscription-free fork of MaxBlogPress Ping Optimizer plugin
|
10 |
|
56 |
|
57 |
== Changelog ==
|
58 |
|
59 |
+
= 2.3.2 =
|
60 |
+
* Readme.txt update.
|
61 |
+
* Updated Donate Link in readme.txt.
|
62 |
= 2.3.1 =
|
63 |
* Fixes bug in which options page settings do not save
|
64 |
= 2.3 =
|
68 |
|
69 |
== Upgrade Notice ==
|
70 |
|
71 |
+
= 2.3.2 =
|
72 |
+
Readme.txt update. Updated Donate Link in readme.txt.
|
73 |
= 2.3.1 =
|
74 |
Bugfix release. Fixes bug in which options page settings do not save.
|
75 |
= 2.3 =
|