Plugin Directory

Changeset 468262

Timestamp:
11/27/2011 02:01:09 PM (13 years ago)
Author:
taylorde
Message:

tag and release of 0.2.1

Location:
tdd-progress-bar
Files:
19 added
2 edited

Legend:

Unmodified
Added
Removed
  • tdd-progress-bar/trunk/readme.txt

    r466843 r468262  
    55Requires at least: 3.2.1
    66Tested up to: 3.3
    7 Stable tag: 0.2
     7Stable tag: 0.2
    88
    99Configure and display any number of percent-complete progress bars.
     
    4242== Changelog ==
    4343
     44
     45
     46
    4447= 0.2 =
    4548* Fixes an issue where the "quick edit" link (and others) would not show up on the Manage Posts screen.
     
    6568= .1 =
    6669The first version
    67 
    68 == Upgrade Notice ==
    69 
    70 = 0.2 =
    71 * Fixes an issue where the "quick edit" link (and others) would not show up on the Manage Posts screen.
    72 
    73 = 0.1.3 =
    74 * Major fix for CSS and Javascript. Now works in Firefox (and likely other browsers, but still testing).
    75 * Added some features to the "Manage Progress Bars" page
    76 * If you use custom CSS (or javascript for that matter), you will need to also include it for use in wp-admin. See admin_enqueue_scripts for examples of how to do this. This is to enable the proper display of progress bars in wp-admin. Alternatively, you could leave the default styles checkbox on (which will enable them for the admin side as well), and remove the action that adds the styles to the public side.
    77 
    78 = 0.1.2 =
    79 * If you'd like the settings page to work, upgrade.
    80 
    81 = 0.1.1 =
    82 * Blocking bugfix. Plugin won't work unless you upgrade
    83 
    84 = .1 =
    85 Yes, you should totally upgrade to the first version released...
  • tdd-progress-bar/trunk/tdd-progress-bar.php

    r466661 r468262  
    44Plugin URI: http://github.com/tddewey/tdd-progress
    55Description: Manage and display progress bars
    6 Version: 0.2
     6Version: 0.2
    77Author: Taylor D. Dewey
    88Author URI: http://websitesthatdontsuck.com
     
    4343*/
    4444function tdd_pb_loadtextdomain(){
    45     load_plugin_textdomain( 'tdd_pb', false, plugin_basename( __FILE__ ) . '/languages' );
     45    load_plugin_textdomain( 'tdd_pb', false, ) . '/languages' );
    4646}
    4747add_action( 'init', 'tdd_pb_loadtextdomain' );
Note: See TracChangeset for help on using the changeset viewer.