Version Description
Download this release
Release Info
Developer | takanakui |
Plugin | Menu Image |
Version | 3.0.3 |
Comparing to | |
See all releases |
Code changes from version 3.0.2 to 3.0.3
- includes/css/menu-image.css +2 -5
- menu-image.php +3 -3
- readme.txt +4 -0
includes/css/menu-image.css
CHANGED
@@ -70,7 +70,7 @@ ul li.menu-item > .menu-image-title-above.menu-link, ul li.menu-item > .menu-ima
|
|
70 |
display: contents;
|
71 |
transition: none;
|
72 |
}
|
73 |
-
.menu-image-
|
74 |
background-color: rgb(255, 140, 68);
|
75 |
display: inline;
|
76 |
font-weight: 700;
|
@@ -86,7 +86,7 @@ ul li.menu-item > .menu-image-title-above.menu-link, ul li.menu-item > .menu-ima
|
|
86 |
border-radius: 5px;
|
87 |
letter-spacing: .3px;
|
88 |
}
|
89 |
-
.menu-image-
|
90 |
color: #fff;
|
91 |
font-size: 13px;
|
92 |
font-weight: 700;
|
@@ -97,7 +97,4 @@ ul li.menu-item > .menu-image-title-above.menu-link, ul li.menu-item > .menu-ima
|
|
97 |
border-radius: 25px;
|
98 |
padding: 1px 6px 3px 5px;
|
99 |
text-align: center;
|
100 |
-
}
|
101 |
-
.menu-image-title-before.elementor-item, .menu-image-title-after.elementor-item, .menu-image-title-above.elementor-item , .menu-image-title-below.elementor-item {
|
102 |
-
display: inline-grid;
|
103 |
}
|
70 |
display: contents;
|
71 |
transition: none;
|
72 |
}
|
73 |
+
.menu-image-badge {
|
74 |
background-color: rgb(255, 140, 68);
|
75 |
display: inline;
|
76 |
font-weight: 700;
|
86 |
border-radius: 5px;
|
87 |
letter-spacing: .3px;
|
88 |
}
|
89 |
+
.menu-image-bubble {
|
90 |
color: #fff;
|
91 |
font-size: 13px;
|
92 |
font-weight: 700;
|
97 |
border-radius: 25px;
|
98 |
padding: 1px 6px 3px 5px;
|
99 |
text-align: center;
|
|
|
|
|
|
|
100 |
}
|
menu-image.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/**
|
4 |
* @package Menu_Image
|
5 |
-
* @version 3.0.
|
6 |
* @licence GPLv2
|
7 |
*/
|
8 |
/*
|
@@ -10,14 +10,14 @@ Plugin Name: Menu Image
|
|
10 |
Plugin URI: https://www.wpmenuimage.com
|
11 |
Description: Improve your navigation menu items with images, logos, icons, buttons.
|
12 |
Author: Rui Guerreiro
|
13 |
-
Version: 3.0.
|
14 |
Author URI: https://www.wpmenuimage.com
|
15 |
* License: GPLv2
|
16 |
*/
|
17 |
if ( !defined( 'ABSPATH' ) ) {
|
18 |
die;
|
19 |
}
|
20 |
-
define( 'MENU_IMAGE_VERSION', '3.0.
|
21 |
define( 'MENU_IMAGE_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
|
22 |
define( 'MENU_IMAGE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
23 |
/**
|
2 |
|
3 |
/**
|
4 |
* @package Menu_Image
|
5 |
+
* @version 3.0.3
|
6 |
* @licence GPLv2
|
7 |
*/
|
8 |
/*
|
10 |
Plugin URI: https://www.wpmenuimage.com
|
11 |
Description: Improve your navigation menu items with images, logos, icons, buttons.
|
12 |
Author: Rui Guerreiro
|
13 |
+
Version: 3.0.3
|
14 |
Author URI: https://www.wpmenuimage.com
|
15 |
* License: GPLv2
|
16 |
*/
|
17 |
if ( !defined( 'ABSPATH' ) ) {
|
18 |
die;
|
19 |
}
|
20 |
+
define( 'MENU_IMAGE_VERSION', '3.0.3' );
|
21 |
define( 'MENU_IMAGE_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
|
22 |
define( 'MENU_IMAGE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
23 |
/**
|
readme.txt
CHANGED
@@ -89,6 +89,10 @@ Check this article in the following [link](https://www.wpmenuimage.com/knowledge
|
|
89 |
|
90 |
== Changelog ==
|
91 |
|
|
|
|
|
|
|
|
|
92 |
### 3.0.2 ###
|
93 |
* Fix - Load Dashicons when the user isn't logged in
|
94 |
* Fix - General improvments
|
89 |
|
90 |
== Changelog ==
|
91 |
|
92 |
+
|
93 |
+
### 3.0.3 ###
|
94 |
+
* Fix - Remove style that was affecting Elementor menus
|
95 |
+
|
96 |
### 3.0.2 ###
|
97 |
* Fix - Load Dashicons when the user isn't logged in
|
98 |
* Fix - General improvments
|