Version Description
Download this release
Release Info
Developer | webzunft |
Plugin | Advanced Ads |
Version | 1.4.6 |
Comparing to | |
See all releases |
Code changes from version 1.4.5 to 1.4.6
- admin/includes/class-notices.php +0 -3
- advanced-ads.php +1 -1
- public/class-advanced-ads.php +1 -1
- readme.txt +3 -1
admin/includes/class-notices.php
CHANGED
@@ -44,9 +44,6 @@ class AdvAds_Admin_Notices {
|
|
44 |
$_SESSION['advanced_ads_version_notices'] = $this->new_versions;
|
45 |
}
|
46 |
|
47 |
-
print_r($this->versions);
|
48 |
-
die();
|
49 |
-
|
50 |
if($this->new_versions == array()) return;
|
51 |
|
52 |
// load update notices
|
44 |
$_SESSION['advanced_ads_version_notices'] = $this->new_versions;
|
45 |
}
|
46 |
|
|
|
|
|
|
|
47 |
if($this->new_versions == array()) return;
|
48 |
|
49 |
// load update notices
|
advanced-ads.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* Plugin Name: Advanced Ads
|
13 |
* Plugin URI: http://wpadvancedads.com
|
14 |
* Description: Manage and optimize your ads in WordPress
|
15 |
-
* Version: 1.4.
|
16 |
* Author: Thomas Maier
|
17 |
* Author URI: http://webgilde.com
|
18 |
* Text Domain: advanced-ads
|
12 |
* Plugin Name: Advanced Ads
|
13 |
* Plugin URI: http://wpadvancedads.com
|
14 |
* Description: Manage and optimize your ads in WordPress
|
15 |
+
* Version: 1.4.6
|
16 |
* Author: Thomas Maier
|
17 |
* Author URI: http://webgilde.com
|
18 |
* Text Domain: advanced-ads
|
public/class-advanced-ads.php
CHANGED
@@ -25,7 +25,7 @@ class Advanced_Ads {
|
|
25 |
* @var string
|
26 |
*/
|
27 |
|
28 |
-
const VERSION = '1.4.
|
29 |
|
30 |
/**
|
31 |
* post type slug
|
25 |
* @var string
|
26 |
*/
|
27 |
|
28 |
+
const VERSION = '1.4.6';
|
29 |
|
30 |
/**
|
31 |
* post type slug
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id
|
|
4 |
Tags: ads, ad, adsense, display, banner, advertisements, adverts, advert, monetization
|
5 |
Requires at least: WP 3.5, PHP 5.3
|
6 |
Tested up to: 4.1.1
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -169,6 +169,8 @@ There is no revenue share. Advanced Ads doesn’t alter your ad codes in a way t
|
|
169 |
|
170 |
== Changelog ==
|
171 |
|
|
|
|
|
172 |
= 1.4.5 =
|
173 |
|
174 |
* optimized code for some WordPress coding standards
|
4 |
Tags: ads, ad, adsense, display, banner, advertisements, adverts, advert, monetization
|
5 |
Requires at least: WP 3.5, PHP 5.3
|
6 |
Tested up to: 4.1.1
|
7 |
+
Stable tag: 1.4.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
169 |
|
170 |
== Changelog ==
|
171 |
|
172 |
+
= 1.4.6 =
|
173 |
+
|
174 |
= 1.4.5 =
|
175 |
|
176 |
* optimized code for some WordPress coding standards
|