Plugin Directory

Changeset 687505


Ignore:
Timestamp:
03/26/2013 01:48:38 PM (13 years ago)
Author:
Jesper800
Message:

Releasing version 0.2.1

Location:
bulkpress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bulkpress/trunk/bulkpress.php

    r685540 r687505  
    33Plugin Name: BulkPress
    44Description: 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
     5Version: 0.2.1
    66Author: Jesper van Engelen
    77Author URI: http://www.jepps.nl
     
    1010
    1111// Plugin information
    12 define('JWBP_VERSION', '0.2');
     12define('JWBP_VERSION', '0.2.1');
    1313
    1414// Paths
  • bulkpress/trunk/public/css/admin.css

    r685540 r687505  
    2828    .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; }
    2929    .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; }
    3032    .mjs-nestedSortable-expanded > .jwbp-container .jwbp-expand span { background-position: -24px 0; }
    3133    .mjs-nestedSortable-expanded > .jwbp-container .jwbp-expand:hover span { background-position: -36px 0; }
  • bulkpress/trunk/readme.txt

    r685540 r687505  
    77Requires at least: 3.1
    88Tested up to: 3.5.1
    9 Stable tag: 0.2
     9Stable tag: 0.2.1
    1010
    1111Easily 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.
     
    5454== Changelog ==
    5555
     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
    5660= 0.2 =
    5761
Note: See TracChangeset for help on using the changeset viewer.