Plugin Directory

Changeset 412845


Ignore:
Timestamp:
07/20/2011 10:29:30 PM (15 years ago)
Author:
JohnONolan
Message:

Version bump to 1.1.2 - fix bug to enable experiments during plugin activation - update changelog for 1.1.2 release

Location:
ui-labs/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ui-labs/trunk/readme.txt

    r410532 r412845  
    5252== Changelog ==
    5353
    54 = 1.1.2 (2011-07-) =
     54= 1.1.2 (2011-07-20) =
    5555* New: Experiment #1 support for Custom Post Formats with new icons.
    5656* New: Classic admin footer bar also added to experiment #2.
    5757* Fixed: Background labels made properly invisible with new WordPress 3.2 table bg colors.
    5858* Fixed: Display errors with new admin header when using menu in collapsed mode.
     59* Fixed: Experiments will now automatically turn on when the plugin is activated.
    5960
    6061= 1.1.1 (2011-07-16) =
  • ui-labs/trunk/ui-labs.php

    r410526 r412845  
    55Description: Experimental WordPress admin UI features, ooo shiny!
    66Author: John O'Nolan
    7 Version: 1.1.1
     7Version: 1.1.2
    88Author URI: http://john.onolan.org
    99*/
     
    5858function ui_labs_activation() {
    5959    ui_labs_register_settings();
    60     update_option('ui-poststatuses', 'yes');
    61     update_option('ui-adminbar', 'yes');
     60    update_option('poststatuses', 'yes');
     61    update_option('adminbar', 'yes');
    6262}
    6363
Note: See TracChangeset for help on using the changeset viewer.