Version Description
Download this release
Release Info
Developer | redwallhp |
Plugin | WP125 |
Version | 1.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 1.2.1
- readme.txt +1 -2
- wp125.php +2 -2
readme.txt
CHANGED
@@ -6,8 +6,7 @@ Donate link: http://www.webmaster-source.com/donate/?plugin=wp125
|
|
6 |
Tags: ads, 125x125, management, advertisement
|
7 |
Requires at least: 2.3
|
8 |
Tested up to: 2.7
|
9 |
-
Stable tag: 1.2.
|
10 |
-
|
11 |
|
12 |
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.
|
13 |
|
6 |
Tags: ads, 125x125, management, advertisement
|
7 |
Requires at least: 2.3
|
8 |
Tested up to: 2.7
|
9 |
+
Stable tag: 1.2.1
|
|
|
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 |
|
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.2.
|
9 |
*/
|
10 |
|
11 |
|
@@ -85,7 +85,7 @@ function wp125_CheckAdDate($thedate, $theid, $pre_exp_email) {
|
|
85 |
$thedefdate = $thedate;
|
86 |
$thedate = strtotime($thedate);
|
87 |
if ($today > $thedate) {
|
88 |
-
$updatedb = "UPDATE $adtable_name SET status='0'
|
89 |
$results = $wpdb->query($updatedb);
|
90 |
sendExpirationEmail($theid);
|
91 |
}
|
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.2.1
|
9 |
*/
|
10 |
|
11 |
|
85 |
$thedefdate = $thedate;
|
86 |
$thedate = strtotime($thedate);
|
87 |
if ($today > $thedate) {
|
88 |
+
$updatedb = "UPDATE $adtable_name SET status='0' AND pre_exp_email='0' WHERE id='$theid'";
|
89 |
$results = $wpdb->query($updatedb);
|
90 |
sendExpirationEmail($theid);
|
91 |
}
|