Version Description
Download this release
Release Info
Developer | redwallhp |
Plugin | WP125 |
Version | 1.5.2 |
Comparing to | |
See all releases |
Code changes from version 1.5.1 to 1.5.2
- readme.txt +6 -3
- wp125.php +2 -2
readme.txt
CHANGED
@@ -5,8 +5,8 @@ Author URI: http://www.webmaster-source.com
|
|
5 |
Donate link: http://www.webmaster-source.com/donate/?plugin=wp125
|
6 |
Tags: ads, 125x125, management, advertisement
|
7 |
Requires at least: 2.8
|
8 |
-
Tested up to: 3.
|
9 |
-
Stable tag: 1.5.
|
10 |
|
11 |
Easy management of 125x125 ads on your blog. Ads can be run for a specified number of days, and will automatically be taken down. Track clicks too.
|
12 |
|
@@ -74,6 +74,9 @@ First, uncheck the Default Style box on the Settings page. This will remove the
|
|
74 |
= How do I make the ads open in a new window? =
|
75 |
If you absolutely *must* have your ads open in a new window when clicked, open the wp125.php file and find the `define(...` line near the top and remove the first `//` from the beginning.
|
76 |
|
|
|
|
|
|
|
77 |
= My ads don't appear in two columns, even though I have the option set! How do I fix this? =
|
78 |
The parent DIV that the ad code is inside probably isn't wide enough. You really need a *minimum* of 250px of horizontal space to have two ad columns, more if you use the default CSS. You could try reducing the CSS padding around the ads from 10px to something lower.
|
79 |
|
@@ -130,4 +133,4 @@ If you're having a problem with the plugin, try posting on the official WordPres
|
|
130 |
* 1.4.8 - Translation update.
|
131 |
* 1.4.9 - Some changes to the default CSS. Added a clearfix to the ads in two-column mode (finally!). Also, updated some buttons to match changes in WordPress.
|
132 |
* 1.5.0 - Fixed a potential CSRF vulnerability. (Minor security fix.)
|
133 |
-
* 1.5.1 - Added Czech translation.
|
5 |
Donate link: http://www.webmaster-source.com/donate/?plugin=wp125
|
6 |
Tags: ads, 125x125, management, advertisement
|
7 |
Requires at least: 2.8
|
8 |
+
Tested up to: 3.8
|
9 |
+
Stable tag: 1.5.2
|
10 |
|
11 |
Easy management of 125x125 ads on your blog. Ads can be run for a specified number of days, and will automatically be taken down. Track clicks too.
|
12 |
|
74 |
= How do I make the ads open in a new window? =
|
75 |
If you absolutely *must* have your ads open in a new window when clicked, open the wp125.php file and find the `define(...` line near the top and remove the first `//` from the beginning.
|
76 |
|
77 |
+
= Why is the Slot dropdown missing when I try to add a new banner? =
|
78 |
+
Turn off AdBlock. It indiscriminately zaps page elements containing the word "ad," which means you're going to have a bad time managing ads...
|
79 |
+
|
80 |
= My ads don't appear in two columns, even though I have the option set! How do I fix this? =
|
81 |
The parent DIV that the ad code is inside probably isn't wide enough. You really need a *minimum* of 250px of horizontal space to have two ad columns, more if you use the default CSS. You could try reducing the CSS padding around the ads from 10px to something lower.
|
82 |
|
133 |
* 1.4.8 - Translation update.
|
134 |
* 1.4.9 - Some changes to the default CSS. Added a clearfix to the ads in two-column mode (finally!). Also, updated some buttons to match changes in WordPress.
|
135 |
* 1.5.0 - Fixed a potential CSRF vulnerability. (Minor security fix.)
|
136 |
+
* 1.5.1 - Added Czech translation.
|
wp125.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.webmaster-source.com/wp125-ad-plugin-wordpress/
|
|
5 |
Description: Easily manage 125x125 ads within your WordPress Dashboard.
|
6 |
Author: Matt Harzewski (redwall_hp)
|
7 |
Author URI: http://www.webmaster-source.com
|
8 |
-
Version: 1.5.
|
9 |
*/
|
10 |
|
11 |
|
@@ -272,4 +272,4 @@ You should have received a copy of the GNU General Public License
|
|
272 |
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
273 |
*/
|
274 |
|
275 |
-
?>
|
5 |
Description: Easily manage 125x125 ads within your WordPress Dashboard.
|
6 |
Author: Matt Harzewski (redwall_hp)
|
7 |
Author URI: http://www.webmaster-source.com
|
8 |
+
Version: 1.5.2
|
9 |
*/
|
10 |
|
11 |
|
272 |
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
273 |
*/
|
274 |
|
275 |
+
?>
|