Version Description
Download this release
Release Info
Developer | webzunft |
Plugin | Advanced Ads |
Version | 1.5.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.5.0 to 1.5.0.1
- advanced-ads.php +1 -1
- public/class-advanced-ads.php +2 -3
- readme.txt +1 -1
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.5.0
|
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.5.0.1
|
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.5.0';
|
29 |
|
30 |
/**
|
31 |
* post type slug
|
@@ -114,9 +114,8 @@ class Advanced_Ads {
|
|
114 |
// only when not doing ajax
|
115 |
if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
|
116 |
Advanced_Ads_Ajax::get_instance();
|
117 |
-
} else {
|
118 |
-
add_action( 'plugins_loaded', array( $this, 'wp_plugins_loaded' ) );
|
119 |
}
|
|
|
120 |
}
|
121 |
|
122 |
/**
|
25 |
* @var string
|
26 |
*/
|
27 |
|
28 |
+
const VERSION = '1.5.0.1';
|
29 |
|
30 |
/**
|
31 |
* post type slug
|
114 |
// only when not doing ajax
|
115 |
if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
|
116 |
Advanced_Ads_Ajax::get_instance();
|
|
|
|
|
117 |
}
|
118 |
+
add_action( 'plugins_loaded', array( $this, 'wp_plugins_loaded' ) );
|
119 |
}
|
120 |
|
121 |
/**
|
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.2
|
7 |
-
Stable tag: 1.5.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
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.2
|
7 |
+
Stable tag: 1.5.0.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|