Skip to content

Commit

Permalink
Update readme and tag v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Jun 5, 2012
1 parent 590fac6 commit 55686a6
Show file tree
Hide file tree
Showing 2 changed files with 5 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.2.2-working
Version: 0.2.2
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.2.2-working' );
define( 'AD_CODE_MANAGER_VERSION', '0.2.2' );
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
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -291,16 +291,17 @@ Example usage:
== Upgrade Notice ==

= 0.2.2 =
Google AdSense provider and a bulk delete action for the WP List Table
Incorporated a new provider for Google AdSense and added bulk delete action for the WP List Table.

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

== Changelog ==

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

= 0.2.1 (May 14, 2012) =
Expand Down

0 comments on commit 55686a6

Please sign in to comment.