Changeset 229764
- Timestamp:
- 04/16/2010 02:25:35 AM (16 years ago)
- Location:
- wp-category-manager/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-category-manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-category-manager/trunk/readme.txt
r229763 r229764 4 4 Requires at least: 2.8.1 5 5 Tested up to: 2.9.2 6 Stable tag: 1. 2.0.16 Stable tag: 1.3.0.0 7 7 8 8 The WP Category Manager plugin makes it easier to manage categories that are used to control the posts within widgets in the presentation layer … … 39 39 == Changelog == 40 40 41 = 1. 2.0.1=41 = 1.3.0.0 = 42 42 Fixed a bug where category updates, returned an error to the user in certain configurations 43 43 44 = 1.2 .0.0=44 = 1.2 = 45 45 * A few minor bug fixes 46 46 47 47 48 = 1.1 .0.0=48 = 1.1 = 49 49 * A few minor bug fixes 50 50 * Added option to add a drop down to the dashboard widget for quick category switching 51 51 * Code cleanup and refactoring for future planned improvements 52 52 53 = 1.0 .0.0=53 = 1.0 = 54 54 * Release to public. Settings page to control the category being managed, Category management module on the dashboard -
wp-category-manager/trunk/wp-category-manager.php
r229763 r229764 5 5 Description: This plugin makes it easier to manage the removal of a specific category on posts. Mainly used when categories are set to control display on a page. 6 6 Author: Mustansir Golawala 7 Version: 1. 2.0.17 Version: 1.3.0.0 8 8 Author URI: http://www.mustakes.com/ 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.