Skip to content

Commit

Permalink
Bumping version to 0.5 since 0.5-alpha was latest tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
rinatkhaziev committed Sep 15, 2015
1 parent 610e0cd commit 261801c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.3
Version: 0.5
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.3' );
define( 'AD_CODE_MANAGER_VERSION', '0.5' );
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.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** advertising, ad codes, ads, adsense, dfp, doubleclick for publishers
**Requires at least:** 3.1
**Tested up to:** 4.3
**Stable tag:** 0.4.3
**Stable tag:** 0.5

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

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

## Upgrade Notice ##

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

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


### 0.4.3 (??? ?? ????) ###
### 0.5 (Sep 15, 2015) ###
* Added support for flex sized DFP Async ads (see upgrade notice)
* Added robots.txt entries for provider's crawlers
* Bug fix: Prevent global `$post` polution if ad code is getting rendered inside a loop
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: 4.3
Stable tag: 0.4.3
Stable tag: 0.5

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

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

== Upgrade Notice ==

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

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

== Changelog ==

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

0 comments on commit 261801c

Please sign in to comment.