Skip to content

Commit

Permalink
Ship v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Mar 19, 2013
1 parent 6289732 commit 74425df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ad-code-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://creativecommons.org/licenses/GPL/2.0/>
Expand All @@ -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__ ) );
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 74425df

Please sign in to comment.