From 74425dfbd0518f4db141df31c819592f37ef0daf Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Tue, 19 Mar 2013 15:27:36 -0700 Subject: [PATCH] Ship v0.4 --- ad-code-manager.php | 4 ++-- readme.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ad-code-manager.php b/ad-code-manager.php index 0b913a4..f200de3 100644 --- a/ad-code-manager.php +++ b/ad-code-manager.php @@ -4,7 +4,7 @@ Plugin URI: http://automattic.com Description: Easy ad code management Author: Rinat Khaziev, Jeremy Felt, Daniel Bachhuber, Automattic, doejo -Version: 0.4-working +Version: 0.4 Author URI: http://automattic.com GNU General Public License, Free Software Foundation @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -define( 'AD_CODE_MANAGER_VERSION', '0.4-working' ); +define( 'AD_CODE_MANAGER_VERSION', '0.4' ); define( 'AD_CODE_MANAGER_ROOT' , dirname( __FILE__ ) ); define( 'AD_CODE_MANAGER_FILE_PATH' , AD_CODE_MANAGER_ROOT . '/' . basename( __FILE__ ) ); define( 'AD_CODE_MANAGER_URL' , plugins_url( '/', __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 3f47554..dc07ebe 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: rinatkhaziev, jeremyfelt, danielbachhuber, carldanley, zztimur, automattic, doejo Tags: advertising, ad codes, ads, adsense, dfp, doubleclick for publishers Requires at least: 3.1 -Tested up to: 3.5.1 -Stable tag: 0.3 +Tested up to: 3.5.2 +Stable tag: 0.4 Manage your ad codes through the WordPress admin in a safe and easy way. @@ -56,7 +56,7 @@ Flush the cache when adding or deleting ad codes, and set priority of 10 when a == Changelog == -= 0.4 (???? ??, 2013) = += 0.4 (Mar. 19, 2013) = * Streamlined configuration for Doubleclick for Publishers Async and Google AdSense * Faster, cleaner JavaScript thanks to [Jeremy Felt](https://github.com/jeremyfelt) and [Carl Danley](https://github.com/carldanley) * New filter 'acm_output_html_after_tokens_processed' for rare cases where you might want to filter html after the tokens are processed