Plugin Directory

Changeset 2562310


Ignore:
Timestamp:
07/11/2021 05:46:53 PM (5 years ago)
Author:
J4cob
Message:
  • Fix - SVG Hover / Active color.
Location:
wp-bottom-menu/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-bottom-menu/trunk/inc/style.css

    r2561903 r2562310  
    5858    width: var(--wpbottommenu-icon-size);
    5959    height: var(--wpbottommenu-icon-size);
     60}
     61
     62.wp-bottom-menu-item:hover svg,
     63.wp-bottom-menu-item.active svg{
     64    fill: var(--wpbottommenu-h-icon-color);
    6065}
    6166
  • wp-bottom-menu/trunk/readme.txt

    r2561903 r2562310  
    55Requires at least: 5.0
    66Tested up to: 5.8
    7 Stable tag: 1.4
     7Stable tag: 1.4.1
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    5959== Changelog ==
    6060
     61= 1.4.1 =
     62* Fix - SVG Hover / Active color.
     63
    6164= 1.4 =
    6265* New - Hover / Active colors option. Check it 'WP Bottom Menu > Customize'.
  • wp-bottom-menu/trunk/wp-bottom-menu.php

    r2561903 r2562310  
    33 * Plugin Name: WP Bottom Menu
    44 * Description: WP Bottom Menu allows you to add a woocommerce supported bottom menu to your site.
    5  * Version: 1.4
     5 * Version: 1.4.1
    66 * Author: J4
    77 * Author URI: https://j4cob.net
     
    2424if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    2525
    26 define( 'WP_BOTTOM_MENU_VERSION', '1.4' );
     26define( 'WP_BOTTOM_MENU_VERSION', '1.4.1' );
    2727define( 'WP_BOTTOM_MENU_DIR_URL', plugin_dir_url( __FILE__ ) );
    2828define( 'WP_BOTTOM_MENU_DIR_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.