Skip to content

Commit 55686a6

Browse files
Update readme and tag v0.2.2
1 parent 590fac6 commit 55686a6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-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.2.2-working
7+
Version: 0.2.2
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.2.2-working' );
27+
define( 'AD_CODE_MANAGER_VERSION', '0.2.2' );
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,16 +291,17 @@ Example usage:
291291
== Upgrade Notice ==
292292

293293
= 0.2.2 =
294-
Google AdSense provider and a bulk delete action for the WP List Table
294+
Incorporated a new provider for Google AdSense and added bulk delete action for the WP List Table.
295295

296296
= 0.2.1 =
297297
Flush the cache when adding or deleting ad codes, and set priority of 10 when a priority doesn't exist for an ad code.
298298

299299
== Changelog ==
300300

301-
= 0.2.2 (??? ??, 2012) =
301+
= 0.2.2 (June 5, 2012) =
302302
* New Google Ad Sense provider courtesy of [Erick Hitter](http://www.ethitter.com/)
303303
* Bulk delete action added for the WP List Table of ad codes. Delete more ad codes in one go
304+
* New 'acm_register_provider_slug' for registering a provider that's included outside the plugin (e.g. a theme)
304305
* Bug fix: Instantiate the WP List Table on the view, instead of on admin_init, to reduce conflicts with other list tables
305306

306307
= 0.2.1 (May 14, 2012) =

0 commit comments

Comments
 (0)