Advanced Ads - Version 1.3.16

Version Description

  • fixed minor issue in admin js
  • fixed expiry date showing up on other post types too
Download this release

Release Info

Developer webzunft
Plugin Icon 128x128 Advanced Ads
Version 1.3.16
Comparing to
See all releases

Code changes from version 1.3.15 to 1.3.16

admin/class-advanced-ads-admin.php CHANGED
@@ -452,6 +452,8 @@ class Advanced_Ads_Admin {
452
  public function add_submit_box_meta(){
453
  global $post, $wp_locale;
454
 
 
 
455
  $ad = new Advads_Ad($post->ID);
456
 
457
  $time_adj = current_time('timestamp');
452
  public function add_submit_box_meta(){
453
  global $post, $wp_locale;
454
 
455
+ if($post->post_type !== Advanced_Ads::POST_TYPE_SLUG) return;
456
+
457
  $ad = new Advads_Ad($post->ID);
458
 
459
  $time_adj = current_time('timestamp');
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.3.15
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.3.16
16
  * Author: Thomas Maier
17
  * Author URI: http://webgilde.com
18
  * Text Domain: advanced-ads
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.
7
- Stable tag: 1.3.15
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -155,6 +155,11 @@ There is no revenue share. Advanced Ads doesn’t alter your ad codes in a way t
155
 
156
  == Changelog ==
157
 
 
 
 
 
 
158
  = 1.3.15 =
159
 
160
  * COOL: added expiry date for ads, see the [manual](http://wpadvancedads.com/advancedads/manual/start-expiry-date/)
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.
7
+ Stable tag: 1.3.16
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
155
 
156
  == Changelog ==
157
 
158
+ = 1.3.16 =
159
+
160
+ * fixed minor issue in admin js
161
+ * fixed expiry date showing up on other post types too
162
+
163
  = 1.3.15 =
164
 
165
  * COOL: added expiry date for ads, see the [manual](http://wpadvancedads.com/advancedads/manual/start-expiry-date/)