Plugin Directory

Changeset 2058828


Ignore:
Timestamp:
03/28/2019 11:03:48 AM (7 years ago)
Author:
evilex
Message:

ver 0.9.1

Location:
wp-admin-bar-control/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-admin-bar-control/trunk/includes/admin.php

    r2058791 r2058828  
    624624  if( !empty($yabp['custom']) ) add_action('admin_bar_menu', 'add_mycms_admin_bar_link',$yabp['custom_pos']);
    625625
    626   function add_mycms_admin_bar_link($this) {
     626  function add_mycms_admin_bar_link(){
    627627    global $yabp, $wp_admin_bar;
    628628
  • wp-admin-bar-control/trunk/readme.txt

    r2058768 r2058828  
    88Requires at least: 3.3
    99Tested up to: 6.0
    10 Stable tag: 0.9
     10Stable tag: 0.9.1
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4444== Changelog ==
    4545
     46= 0.9.1 =
     47* Fix one bug
     48
    4649= 0.9 =
    4750* Added some new features
  • wp-admin-bar-control/trunk/wp-admin-bar-control.php

    r2058768 r2058828  
    33  Plugin Name: WP Admin Bar Control
    44  Description: Style Admin Bar. Add Plugins list to your Admin Bar. Activate and Deactivate plugins without page reload and moving to plugins page.
    5     Version: 0.9
     5    Version: 0.9.1
    66  Author: Alex Egorov
    77    Author URI: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SLHFMF373Z9GG&source=url
Note: See TracChangeset for help on using the changeset viewer.