Skip to content

Commit 74425df

Browse files
Ship v0.4
1 parent 6289732 commit 74425df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ad-code-manager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: http://automattic.com
55
Description: Easy ad code management
66
Author: Rinat Khaziev, Jeremy Felt, Daniel Bachhuber, Automattic, doejo
7-
Version: 0.4-working
7+
Version: 0.4
88
Author URI: http://automattic.com
99
1010
GNU General Public License, Free Software Foundation <http://creativecommons.org/licenses/GPL/2.0/>
@@ -24,7 +24,7 @@
2424
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2525
2626
*/
27-
define( 'AD_CODE_MANAGER_VERSION', '0.4-working' );
27+
define( 'AD_CODE_MANAGER_VERSION', '0.4' );
2828
define( 'AD_CODE_MANAGER_ROOT' , dirname( __FILE__ ) );
2929
define( 'AD_CODE_MANAGER_FILE_PATH' , AD_CODE_MANAGER_ROOT . '/' . basename( __FILE__ ) );
3030
define( 'AD_CODE_MANAGER_URL' , plugins_url( '/', __FILE__ ) );

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: rinatkhaziev, jeremyfelt, danielbachhuber, carldanley, zztimur, automattic, doejo
33
Tags: advertising, ad codes, ads, adsense, dfp, doubleclick for publishers
44
Requires at least: 3.1
5-
Tested up to: 3.5.1
6-
Stable tag: 0.3
5+
Tested up to: 3.5.2
6+
Stable tag: 0.4
77

88
Manage your ad codes through the WordPress admin in a safe and easy way.
99

@@ -56,7 +56,7 @@ Flush the cache when adding or deleting ad codes, and set priority of 10 when a
5656

5757
== Changelog ==
5858

59-
= 0.4 (???? ??, 2013) =
59+
= 0.4 (Mar. 19, 2013) =
6060
* Streamlined configuration for Doubleclick for Publishers Async and Google AdSense
6161
* Faster, cleaner JavaScript thanks to [Jeremy Felt](https://github.com/jeremyfelt) and [Carl Danley](https://github.com/carldanley)
6262
* New filter 'acm_output_html_after_tokens_processed' for rare cases where you might want to filter html after the tokens are processed

0 commit comments

Comments
 (0)