Skip to content

Commit fcac3b2

Browse files
Update readme and tag v0.3
1 parent afa7784 commit fcac3b2

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
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.3-working
7+
Version: 0.3
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.3-working' );
27+
define( 'AD_CODE_MANAGER_VERSION', '0.3' );
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.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: rinatkhaziev, jeremyfelt, zztimur, danielbachhuber, automattic, doejo
33
Tags: advertising, ad codes, ads, adsense, dfp, doubleclick for publishers
44
Requires at least: 3.1
5-
Tested up to: 3.4
6-
Stable tag: 0.2.3
5+
Tested up to: 3.4.2
6+
Stable tag: 0.3
77

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

@@ -298,6 +298,9 @@ Example usage:
298298

299299
== Upgrade Notice ==
300300

301+
= 0.3 =
302+
Conditional operator logic can be set on an ad code by ad code basis. Couple of bug fixes.
303+
301304
= 0.2.3 =
302305
The filter acm_provider_columns is removed in favor of acm_ad_code_args (see acm_ad_code_args )
303306

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

310313
== Changelog ==
311314

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

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

0 commit comments

Comments
 (0)