From 5a016643572517a2087c9c4f5a156436fbea5a83 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sat, 23 Jan 2010 11:35:36 -0500 Subject: [PATCH] update for new version --- Readme.txt | 10 +++++++++- post-fixtures.php | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Readme.txt b/Readme.txt index d5e2941..055d43f 100644 --- a/Readme.txt +++ b/Readme.txt @@ -4,7 +4,7 @@ Donate link: http://www.coswellproductions.com/wordpress/wordpress-plugins Tags: admin, developer, database Requires at least: 2.8 Tested up to: 2.9.1 -Stable tag: 0.2 +Stable tag: 0.2.1 Post Fixtures let you quickly tear down and set up test environments within your development WordPress environment. @@ -104,12 +104,20 @@ $builder->option('an-option-to-set', 'simple-string') == Changelog == += 0.2.1 = + +* Bugfix for multiple generated nested categories. + = 0.2 = * Initial release on WordPress Plugins site. == Upgrade Notice == += 0.2.1 = + +* Bugfix for multiple generated nested categories. + = 0.2 = * Initial release. diff --git a/post-fixtures.php b/post-fixtures.php index f410e60..54d3549 100644 --- a/post-fixtures.php +++ b/post-fixtures.php @@ -3,7 +3,7 @@ Plugin Name: Post Fixtures Plugin URI: http://www.coswellproductions.com/wordpress/wordpress-plugins/ Description: Tear down and build up well crafted posts, categories, meta data, and other WordPress data in a test environment. -Version: 0.2 +Version: 0.2.1 Author: John Bintz Author URI: http://www.coswellproductions.com/wordpress/