Skip to content

Commit 261801c

Browse files
committed
Bumping version to 0.5 since 0.5-alpha was latest tagged
1 parent 610e0cd commit 261801c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.3
7+
Version: 0.5
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.3' );
27+
define( 'AD_CODE_MANAGER_VERSION', '0.5' );
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.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** advertising, ad codes, ads, adsense, dfp, doubleclick for publishers
44
**Requires at least:** 3.1
55
**Tested up to:** 4.3
6-
**Stable tag:** 0.4.3
6+
**Stable tag:** 0.5
77

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

@@ -49,7 +49,7 @@ Since the plugin is in its early stages, there are a couple additional configura
4949

5050
## Upgrade Notice ##
5151

52-
### 0.4.3 ###
52+
### 0.5 ###
5353
DFP Async provider now supports multiple sizes. [Check out this snippet to see implementation](http://pastie.org/10422227)
5454

5555
### 0.4 ###
@@ -70,7 +70,7 @@ Flush the cache when adding or deleting ad codes, and set priority of 10 when a
7070
## Changelog ##
7171

7272

73-
### 0.4.3 (??? ?? ????) ###
73+
### 0.5 (Sep 15, 2015) ###
7474
* Added support for flex sized DFP Async ads (see upgrade notice)
7575
* Added robots.txt entries for provider's crawlers
7676
* Bug fix: Prevent global `$post` polution if ad code is getting rendered inside a loop

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: rinatkhaziev, jeremyfelt, danielbachhuber, carldanley, zztimur, au
33
Tags: advertising, ad codes, ads, adsense, dfp, doubleclick for publishers
44
Requires at least: 3.1
55
Tested up to: 4.3
6-
Stable tag: 0.4.3
6+
Stable tag: 0.5
77

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

@@ -39,7 +39,7 @@ Since the plugin is in its early stages, there are a couple additional configura
3939

4040
== Upgrade Notice ==
4141

42-
= 0.4.3 =
42+
= 0.5 =
4343
DFP Async provider now supports multiple sizes. [Check out this snippet to see implementation](http://pastie.org/10422227)
4444

4545
= 0.4 =
@@ -59,7 +59,7 @@ Flush the cache when adding or deleting ad codes, and set priority of 10 when a
5959

6060
== Changelog ==
6161

62-
= 0.4.3 (Sep 15, 2015) =
62+
= 0.5 (Sep 15, 2015) =
6363
* Added support for flex sized DFP Async ads (see upgrade notice)
6464
* Added robots.txt entries for provider's crawlers
6565
* Bug fix: Prevent global `$post` polution if ad code is getting rendered inside a loop

0 commit comments

Comments
 (0)