Version Description
Download this release
Release Info
Developer | takanakui |
Plugin | Menu Image |
Version | 3.0.4 |
Comparing to | |
See all releases |
Code changes from version 3.0.3 to 3.0.4
- includes/css/menu-image.css +1 -2
- menu-image.php +3 -3
- readme.txt +14 -11
includes/css/menu-image.css
CHANGED
@@ -21,8 +21,7 @@
|
|
21 |
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
|
22 |
padding-left: 10px;
|
23 |
}
|
24 |
-
|
25 |
-
.menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below, .menu-image-title-below, .menu-image-title-above {
|
26 |
text-align: center;
|
27 |
display: block;
|
28 |
}
|
21 |
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
|
22 |
padding-left: 10px;
|
23 |
}
|
24 |
+
.menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below, .menu-image-title-below, .menu-image-title-above, .menu-item a.menu-image-title-above, .menu-item a.menu-image-title-below, .menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below {
|
|
|
25 |
text-align: center;
|
26 |
display: block;
|
27 |
}
|
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.4
|
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.4
|
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.4' );
|
21 |
define( 'MENU_IMAGE_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
|
22 |
define( 'MENU_IMAGE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
23 |
/**
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Menu Image, Icons made easy ===
|
2 |
Contributors: takanakui, freemius
|
3 |
Tags: menu, navigation, image, icons, nav menu
|
4 |
-
Donate link: https://www.
|
5 |
Requires at least: 4.4.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -35,12 +35,13 @@ With Menu Image plugin you can do more, check some of the features:
|
|
35 |
|
36 |
= Links =
|
37 |
|
38 |
-
* [Menu Image Premium](https://www.
|
39 |
-
* [Documentation](https://www.
|
40 |
-
* [Creat support ticket](https://www.
|
41 |
|
42 |
= Related Plugins =
|
43 |
* [Mobile Menu](https://www.wpmobilemenu.com/?utm_source=wordpressorg&utm_medium=menu-image&utm_campaign=plugin-description): WP Mobile Menu is the best WordPress responsive mobile menu. Provide to your mobile visitor an easy access to your site content using any device smartphone/tablet/desktop.
|
|
|
44 |
|
45 |
What people is saying!
|
46 |
|
@@ -66,19 +67,19 @@ What people is saying!
|
|
66 |
|
67 |
= How to install Menu Image? =
|
68 |
|
69 |
-
Check this article in the following [link](https://www.
|
70 |
|
71 |
= How to enable Menu Image? =
|
72 |
|
73 |
-
Check this article in the following [link](https://www.
|
74 |
|
75 |
= How to add Icons to Menu Items? =
|
76 |
|
77 |
-
Check this article in the following [link](https://www.
|
78 |
|
79 |
-
= How to
|
80 |
|
81 |
-
Check this article in the following [link](https://www.
|
82 |
|
83 |
|
84 |
== Screenshots ==
|
@@ -89,6 +90,8 @@ Check this article in the following [link](https://www.wpmenuimage.com/knowledge
|
|
89 |
|
90 |
== Changelog ==
|
91 |
|
|
|
|
|
92 |
|
93 |
### 3.0.3 ###
|
94 |
* Fix - Remove style that was affecting Elementor menus
|
1 |
=== Menu Image, Icons made easy ===
|
2 |
Contributors: takanakui, freemius
|
3 |
Tags: menu, navigation, image, icons, nav menu
|
4 |
+
Donate link: https://www.freshlightlab.com/menu-image
|
5 |
Requires at least: 4.4.0
|
6 |
+
Tested up to: 5.7
|
7 |
+
Stable tag: 3.0.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
35 |
|
36 |
= Links =
|
37 |
|
38 |
+
* [Menu Image Premium](https://www.freshlightlab.com/menu-image/?utm_source=wprepo-menu-image-readme&utm_medium=user%20website&utm_campaign=website_readme_link)
|
39 |
+
* [Documentation](https://www.freshlightlab.com/documentation/?utm_source=wprepo-menu-image-readme&utm_medium=user%20website&utm_campaign=documentation_readme_link)
|
40 |
+
* [Creat support ticket](https://www.freshlightlab.com/contact/?utm_source=wprepo-menu-image-readme&utm_medium=user%20website&utm_campaign=support_readme_link)
|
41 |
|
42 |
= Related Plugins =
|
43 |
* [Mobile Menu](https://www.wpmobilemenu.com/?utm_source=wordpressorg&utm_medium=menu-image&utm_campaign=plugin-description): WP Mobile Menu is the best WordPress responsive mobile menu. Provide to your mobile visitor an easy access to your site content using any device smartphone/tablet/desktop.
|
44 |
+
* [Pay With Stripe](https://wordpress.org/plugins/payments-stripe-gateway/): Sell your products on your WordPress website without any other complex e-commerce plugin.
|
45 |
|
46 |
What people is saying!
|
47 |
|
67 |
|
68 |
= How to install Menu Image? =
|
69 |
|
70 |
+
Check this article in the following [link](https://www.freshlightlab.com/documentation/menu-image-docs/how-to-install-menu-image/?utm_source=wprepo-menu-image-readme&utm_medium=user%20website&utm_campaign=readme_faqs_2)
|
71 |
|
72 |
= How to enable Menu Image? =
|
73 |
|
74 |
+
Check this article in the following [link](https://www.freshlightlab.com/documentation/menu-image-docs/how-to-enable-menu-image/?utm_source=wprepo-menu-image-readme&utm_medium=user%20website&utm_campaign=readme_faqs_2)
|
75 |
|
76 |
= How to add Icons to Menu Items? =
|
77 |
|
78 |
+
Check this article in the following [link](https://www.freshlightlab.com/documentation/menu-image-docs/add-icons-to-menu-items/?utm_source=wprepo-menu-image-readme&utm_medium=user%20website&utm_campaign=readme_faqs_2)
|
79 |
|
80 |
+
= I have a doubt and I need help. How to contact the support of Menu Image? =
|
81 |
|
82 |
+
Check this article in the following [link](https://www.freshlightlab.com/documentation/menu-image-docs/how-to-get-support-from-menu-image/?utm_source=wprepo-menu-image-readme&utm_medium=user%20website&utm_campaign=readme_faqs_2)
|
83 |
|
84 |
|
85 |
== Screenshots ==
|
90 |
|
91 |
== Changelog ==
|
92 |
|
93 |
+
### 3.0.4 ###
|
94 |
+
* Fix - Add new CSS style
|
95 |
|
96 |
### 3.0.3 ###
|
97 |
* Fix - Remove style that was affecting Elementor menus
|