Changeset 689454
- Timestamp:
- 03/31/2013 01:34:08 PM (13 years ago)
- Location:
- bulkpress/tags/0.2.2.1
- Files:
-
- 1 added
- 6 deleted
- 20 copied
-
. (copied) (copied from bulkpress/trunk)
-
bulkpress.php (copied) (copied from bulkpress/trunk/bulkpress.php) (2 diffs)
-
external/nestedsortable (copied) (copied from bulkpress/trunk/external/nestedsortable)
-
languages/bulkpress-nl_NL.mo (copied) (copied from bulkpress/trunk/languages/bulkpress-nl_NL.mo)
-
languages/bulkpress-nl_NL.po (copied) (copied from bulkpress/trunk/languages/bulkpress-nl_NL.po)
-
lib/admin-functions.php (deleted)
-
lib/admin.php (copied) (copied from bulkpress/trunk/lib/admin.php)
-
lib/adminmenu.php (copied) (copied from bulkpress/trunk/lib/adminmenu.php)
-
lib/adminmenupage (deleted)
-
lib/ajax.php (copied) (copied from bulkpress/trunk/lib/ajax.php)
-
lib/classes (copied) (copied from bulkpress/trunk/lib/classes)
-
lib/classes/Walker/class.TermsHierarchy.php (copied) (copied from bulkpress/trunk/lib/classes/Walker/class.TermsHierarchy.php)
-
public/css/admin.css (copied) (copied from bulkpress/trunk/public/css/admin.css)
-
public/images/expand.png (copied) (copied from bulkpress/trunk/public/images/expand.png)
-
public/images/helper (copied) (copied from bulkpress/trunk/public/images/helper)
-
public/images/listdisplay-comfortable.png (copied) (copied from bulkpress/trunk/public/images/listdisplay-comfortable.png)
-
public/images/listdisplay-compact.png (copied) (copied from bulkpress/trunk/public/images/listdisplay-compact.png)
-
public/images/listdisplay-cozy.png (copied) (copied from bulkpress/trunk/public/images/listdisplay-cozy.png)
-
public/images/sort.png (added)
-
public/js/admin-addposts.js (deleted)
-
public/js/admin-addterms.js (deleted)
-
public/js/admin-posts-add.js (copied) (copied from bulkpress/trunk/public/js/admin-posts-add.js)
-
public/js/admin-terms-add.js (copied) (copied from bulkpress/trunk/public/js/admin-terms-add.js)
-
public/js/admin-terms-reorganize.js (copied) (copied from bulkpress/trunk/public/js/admin-terms-reorganize.js)
-
readme.txt (copied) (copied from bulkpress/trunk/readme.txt) (2 diffs)
-
screenshot-1.jpg (deleted)
-
screenshot-2.jpg (deleted)
Legend:
- Unmodified
- Added
- Removed
-
bulkpress/tags/0.2.2.1/bulkpress.php
r688106 r689454 3 3 Plugin Name: BulkPress 4 4 Description: Create and manage (restructure hierarchy) vast amounts of categories, terms of custom taxonomies, posts, pages and posts of custom post types in the blink of an eye! The easy-to-use interface allows you to quickly create both hierarchical and non-hierarchical posts and terms by just speciying the title and optionally the slug, allowing you to quickly populate your website with content. 5 Version: 0.2.2 5 Version: 0.2.2.1 6 6 Author: Jesper van Engelen 7 7 Author URI: http://www.jepps.nl … … 10 10 11 11 // Plugin information 12 define('JWBP_VERSION', '0.2.2 ');12 define('JWBP_VERSION', '0.2.2.1'); 13 13 14 14 // Paths -
bulkpress/tags/0.2.2.1/readme.txt
r688106 r689454 7 7 Requires at least: 3.1 8 8 Tested up to: 3.5.1 9 Stable tag: 0.2.2 9 Stable tag: 0.2.2.1 10 10 11 11 Easily add and manage multiple categories, pages, custom taxonomy terms and custom post type posts. Create and reorder terms in a blink, making the tedious process of managing vast amounts of posts and terms just a walk in the park. … … 54 54 == Changelog == 55 55 56 = 0.2.2.1 = 57 58 * Add missing image to sorting handle 59 56 60 = 0.2.2 = 57 61
Note: See TracChangeset
for help on using the changeset viewer.