Plugin Directory

Changeset 390759


Ignore:
Timestamp:
05/30/2011 11:27:54 AM (15 years ago)
Author:
dilbert4life
Message:

tagging 3.1.6

Location:
wordpress-admin-bar-improved
Files:
1 added
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • wordpress-admin-bar-improved/tags/3.1.6/readme.txt

    r389958 r390759  
    44Requires at least: 3.1
    55Tested up to: 3.2 beta2
    6 Stable tag: 3.1.5
     6Stable tag: 3.1.6
    77
    88A set of custom tweaks to the WordPress Admin Bar that was introduced in WP3.1.
     
    5454== ChangeLog ==
    5555
     56= 3.1.6 =
     57* Fixed issue that triggered a fatal error upon installation.
     58
    5659= 3.1.5 =
    5760* Fixed multsite admin page
  • wordpress-admin-bar-improved/tags/3.1.6/wpabi.php

    r390328 r390759  
    66Plugin URI:   http://www.electriceasel.com/wpabi
    77Description:  A set of custom tweaks to the WordPress Admin Bar that was introduced in WP3.1
    8 Version:      3.1.5
     8Version:      3.1.6
    99Author:       dilbert4life, electriceasel
    1010Author URI:   http://www.electriceasel.com/team-member/don-gilbert
     
    3030
    3131class WPAdminBarImproved {
    32     private $version = '3.1.5';
     32    private $version = '3.1.6';
    3333    private $css_file;
    3434    private $js_file;
     
    215215        {
    216216            $where_to_place = (version_compare($wp_version, '3.1', '>=')) ? 'settings.php' : 'ms-admin.php' ;
    217             add_submenu_page($where_to_place', 'WPABI', 'WPABI', 'manage_options', 'wpabi', array(&$this, 'admin_page_render'));
     217            add_submenu_page($where_to_place, 'WPABI', 'WPABI', 'manage_options', 'wpabi', array(&$this, 'admin_page_render'));
    218218        }
    219219        else
  • wordpress-admin-bar-improved/trunk/readme.txt

    r389868 r390759  
    44Requires at least: 3.1
    55Tested up to: 3.2 beta2
    6 Stable tag: 3.1.5
     6Stable tag: 3.1.6
    77
    88A set of custom tweaks to the WordPress Admin Bar that was introduced in WP3.1.
     
    5454== ChangeLog ==
    5555
     56= 3.1.6 =
     57* Fixed issue that triggered a fatal error upon installation.
     58
    5659= 3.1.5 =
    5760* Fixed multsite admin page
  • wordpress-admin-bar-improved/trunk/wpabi.php

    r390328 r390759  
    66Plugin URI:   http://www.electriceasel.com/wpabi
    77Description:  A set of custom tweaks to the WordPress Admin Bar that was introduced in WP3.1
    8 Version:      3.1.5
     8Version:      3.1.6
    99Author:       dilbert4life, electriceasel
    1010Author URI:   http://www.electriceasel.com/team-member/don-gilbert
     
    3030
    3131class WPAdminBarImproved {
    32     private $version = '3.1.5';
     32    private $version = '3.1.6';
    3333    private $css_file;
    3434    private $js_file;
     
    215215        {
    216216            $where_to_place = (version_compare($wp_version, '3.1', '>=')) ? 'settings.php' : 'ms-admin.php' ;
    217             add_submenu_page($where_to_place', 'WPABI', 'WPABI', 'manage_options', 'wpabi', array(&$this, 'admin_page_render'));
     217            add_submenu_page($where_to_place, 'WPABI', 'WPABI', 'manage_options', 'wpabi', array(&$this, 'admin_page_render'));
    218218        }
    219219        else
Note: See TracChangeset for help on using the changeset viewer.