Changeset 2562310
- Timestamp:
- 07/11/2021 05:46:53 PM (5 years ago)
- Location:
- wp-bottom-menu/trunk
- Files:
-
- 3 edited
-
inc/style.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-bottom-menu.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-bottom-menu/trunk/inc/style.css
r2561903 r2562310 58 58 width: var(--wpbottommenu-icon-size); 59 59 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); 60 65 } 61 66 -
wp-bottom-menu/trunk/readme.txt
r2561903 r2562310 5 5 Requires at least: 5.0 6 6 Tested up to: 5.8 7 Stable tag: 1.4 7 Stable tag: 1.4.1 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 59 59 == Changelog == 60 60 61 = 1.4.1 = 62 * Fix - SVG Hover / Active color. 63 61 64 = 1.4 = 62 65 * New - Hover / Active colors option. Check it 'WP Bottom Menu > Customize'. -
wp-bottom-menu/trunk/wp-bottom-menu.php
r2561903 r2562310 3 3 * Plugin Name: WP Bottom Menu 4 4 * 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 6 6 * Author: J4 7 7 * Author URI: https://j4cob.net … … 24 24 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 25 25 26 define( 'WP_BOTTOM_MENU_VERSION', '1.4 ' );26 define( 'WP_BOTTOM_MENU_VERSION', '1.4.1' ); 27 27 define( 'WP_BOTTOM_MENU_DIR_URL', plugin_dir_url( __FILE__ ) ); 28 28 define( 'WP_BOTTOM_MENU_DIR_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.