Plugin Directory

Changeset 466661

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

Small bug fix and version bump to 0.2

Location:
tdd-progress-bar/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tdd-progress-bar/trunk/inc/admin.php

    r466654 r466661  
    211211function tdd_pb_quick_edit_button( $actions, $post ){
    212212    global $current_screen;
    213     if ( ($current_screen->id != 'edit-tdd_pb') || ($current_screen->post_type != 'tdd_pb') ) return;
     213    if ( ($current_screen->id != 'edit-tdd_pb') || ($current_screen->post_type != 'tdd_pb') ) return;
    214214   
    215215    $nonce = wp_create_nonce( "tdd_pb_get_{$post->ID}" );
  • tdd-progress-bar/trunk/readme.txt

    r466655 r466661  
    55Requires at least: 3.2.1
    66Tested up to: 3.2.1
    7 Stable tag: 0.1.3
     7Stable tag: 0.
    88
    99A progress bar plugin solution.
     
    4242== Changelog ==
    4343
     44
     45
     46
     47
    4448= 0.1.3 =
    4549* Given the major change to the CSS, the javascript to make things animate also had to change pretty extensively. One side effect is that the animations on a page will eventually slow to a standstill at the rate of about 1-2 pixels every 15 seconds or so. The animation is still a work in progress...
     
    6468== Upgrade Notice ==
    6569
     70
     71
     72
    6673= 0.1.3 =
    6774* Major fix for CSS and Javascript. Now works in Firefox (and likely other browsers, but still testing).
  • tdd-progress-bar/trunk/tdd-progress-bar.php

    r466654 r466661  
    44Plugin URI: http://github.com/tddewey/tdd-progress
    55Description: Manage and display progress bars
    6 Version: 0.1.3
     6Version: 0.
    77Author: Taylor D. Dewey
    88Author URI: http://websitesthatdontsuck.com
Note: See TracChangeset for help on using the changeset viewer.