Plugin Directory

Changeset 2320744


Ignore:
Timestamp:
06/09/2020 10:04:38 AM (6 years ago)
Author:
ozh
Message:

Update to version 3.7.1 from GitHub

Location:
ozh-admin-drop-down-menu
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ozh-admin-drop-down-menu/tags/3.7.1/inc/adminmenu.css.php

    r2319818 r2320744  
    318318}
    319319#ozhmumenu .ozhmenu_sublevel a {background-image:url(<?php echo $plugin; ?>images/world_link.png);}
     320#ozhmenu img.wp-menu-image {max-width: 24px;max-height:24px;}
    320321<?php
    321322    foreach($wp_ozh_adminmenu['icon_names'] as $link=>$icon) {
  • ozh-admin-drop-down-menu/tags/3.7.1/wp_ozh_adminmenu.php

    r2319818 r2320744  
    44Plugin URI: http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
    55Description: All admin links available in a neat horizontal drop down menu. Saves lots of screen real estate! <strong>For WordPress 4.0+</strong>
    6 Version: 3.7
     6Version: 3.7.1
    77Author: Ozh
    88Author URI: http://ozh.org/
     
    125125 * 3.6.9:     Fixed: comment bubble was not showing properly (thanks Spherical!)
    126126 * 3.6.10:    Fixed: count() notice (thanks magento-ralph!)
    127  * 3.7:       Fixed: compatibiliity with PHP 7.2+
     127 * 3.7:       Fixed: compatibility with PHP 7.2+
     128 * 3.7.1:     Fixed: supersized SVG icons in top level menu (thanks @kiezkickerde)
    128129 */
    129130
    130131
    131 define( 'OZH_MENU_VER', '3.7' );
     132define( 'OZH_MENU_VER', '3.7.1' );
    132133 
    133134/***** Hook things in when visiting an admin page. When viewing a blog page, nothing even loads in memory. ****/
  • ozh-admin-drop-down-menu/trunk/inc/adminmenu.css.php

    r2319818 r2320744  
    318318}
    319319#ozhmumenu .ozhmenu_sublevel a {background-image:url(<?php echo $plugin; ?>images/world_link.png);}
     320#ozhmenu img.wp-menu-image {max-width: 24px;max-height:24px;}
    320321<?php
    321322    foreach($wp_ozh_adminmenu['icon_names'] as $link=>$icon) {
  • ozh-admin-drop-down-menu/trunk/wp_ozh_adminmenu.php

    r2319818 r2320744  
    44Plugin URI: http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/
    55Description: All admin links available in a neat horizontal drop down menu. Saves lots of screen real estate! <strong>For WordPress 4.0+</strong>
    6 Version: 3.7
     6Version: 3.7.1
    77Author: Ozh
    88Author URI: http://ozh.org/
     
    125125 * 3.6.9:     Fixed: comment bubble was not showing properly (thanks Spherical!)
    126126 * 3.6.10:    Fixed: count() notice (thanks magento-ralph!)
    127  * 3.7:       Fixed: compatibiliity with PHP 7.2+
     127 * 3.7:       Fixed: compatibility with PHP 7.2+
     128 * 3.7.1:     Fixed: supersized SVG icons in top level menu (thanks @kiezkickerde)
    128129 */
    129130
    130131
    131 define( 'OZH_MENU_VER', '3.7' );
     132define( 'OZH_MENU_VER', '3.7.1' );
    132133 
    133134/***** Hook things in when visiting an admin page. When viewing a blog page, nothing even loads in memory. ****/
Note: See TracChangeset for help on using the changeset viewer.