Changeset 687505
- Timestamp:
- 03/26/2013 01:48:38 PM (13 years ago)
- Location:
- bulkpress/trunk
- Files:
-
- 3 edited
-
bulkpress.php (modified) (2 diffs)
-
public/css/admin.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bulkpress/trunk/bulkpress.php
r685540 r687505 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 5 Version: 0.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 ');12 define('JWBP_VERSION', '0.2.1'); 13 13 14 14 // Paths -
bulkpress/trunk/public/css/admin.css
r685540 r687505 28 28 .jwbp-expand span { display: block; float: right; width: 12px; height: 11px; margin: 11px 8px 11px 0; background: url('../images/expand.png') no-repeat 0 0 transparent; } 29 29 .jwbp-expand:hover span { background-position: -12px 0; } 30 .jwbp-display-cozy .jwbp-expand span { margin-top: 8px; } 31 .jwbp-display-compact .jwbp-expand span { margin-top: 5px; } 30 32 .mjs-nestedSortable-expanded > .jwbp-container .jwbp-expand span { background-position: -24px 0; } 31 33 .mjs-nestedSortable-expanded > .jwbp-container .jwbp-expand:hover span { background-position: -36px 0; } -
bulkpress/trunk/readme.txt
r685540 r687505 7 7 Requires at least: 3.1 8 8 Tested up to: 3.5.1 9 Stable tag: 0.2 9 Stable tag: 0.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.1 = 57 58 * Fixed styling issue where the expand handle would would fall out of the the term container in the term hierarchy cozy and compact view 59 56 60 = 0.2 = 57 61
Note: See TracChangeset
for help on using the changeset viewer.