Skip to content

Commit

Permalink
Update readme and tag v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Oct 26, 2012
1 parent afa7784 commit fcac3b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 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.3-working
Version: 0.3
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.3-working' );
define( 'AD_CODE_MANAGER_VERSION', '0.3' );
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
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: rinatkhaziev, jeremyfelt, zztimur, danielbachhuber, automattic, doejo
Tags: advertising, ad codes, ads, adsense, dfp, doubleclick for publishers
Requires at least: 3.1
Tested up to: 3.4
Stable tag: 0.2.3
Tested up to: 3.4.2
Stable tag: 0.3

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

Expand Down Expand Up @@ -298,6 +298,9 @@ Example usage:

== Upgrade Notice ==

= 0.3 =
Conditional operator logic can be set on an ad code by ad code basis. Couple of bug fixes.

= 0.2.3 =
The filter acm_provider_columns is removed in favor of acm_ad_code_args (see acm_ad_code_args )

Expand All @@ -309,6 +312,12 @@ Flush the cache when adding or deleting ad codes, and set priority of 10 when a

== Changelog ==

= 0.3 (October 25, 2012) =
* Conditional operator logic can be set on an ad code by ad code basis. Thanks [jtsternberg](https://github.com/jtsternberg) for the pull request!
* Bug fix: If an ad tag doesn't need a URL, ignore the whitelist check
* Bug fix: Make sure that all providers list tables call parent::get_columns to avoid conflicts with filters.
* Coding standards cleanup

= 0.2.3 (June 25,2012) =

* Allow columns to be optional when creating and editing ad codes, introduced new filter acm_ad_code_args
Expand Down

0 comments on commit fcac3b2

Please sign in to comment.