diff --git a/ad-code-manager.php b/ad-code-manager.php index b961a1d..7f12bfa 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 +Version: 0.4.1 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' ); +define( 'AD_CODE_MANAGER_VERSION', '0.4.1' ); 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 a2f36f2..b555995 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: rinatkhaziev, jeremyfelt, danielbachhuber, carldanley, zztimur, au Tags: advertising, ad codes, ads, adsense, dfp, doubleclick for publishers Requires at least: 3.1 Tested up to: 3.6-beta1 -Stable tag: 0.4 +Stable tag: 0.4.1 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.1 (??? ??, 2013) = += 0.4.1 (Apr. 27, 2013) = * Disabled rendering of ads on preview to avoid crawling errors. Thanks [Paul Gibbs](https://github.com/paulgibbs) * Bug fix: Corrected "medium rectangle" ad size for DFP Async Provider. Thanks [Marco](https://github.com/NRG-R9T)