Version Description
- Fix disappearing icons from front-end when not logged-in, props jj9617
Download this release
Release Info
Developer | kucrut |
Plugin | Menu Icons by ThemeIsle |
Version | 0.8.1 |
Comparing to | |
See all releases |
Code changes from version 0.8.0 to 0.8.1
- includes/settings.php +3 -3
- languages/menu-icons.pot +2 -2
- menu-icons.php +3 -3
- readme.txt +6 -1
includes/settings.php
CHANGED
@@ -145,13 +145,13 @@ final class Menu_Icons_Settings {
|
|
145 |
* @since 0.3.0
|
146 |
*/
|
147 |
public static function init() {
|
|
|
|
|
|
|
148 |
if ( self::is_menu_icons_disabled_for_menu() ) {
|
149 |
return;
|
150 |
}
|
151 |
|
152 |
-
self::$defaults['global']['icon_types'] = array_keys( Menu_Icons::get( 'icon_types' ) );
|
153 |
-
self::_get();
|
154 |
-
|
155 |
require_once Menu_Icons::get( 'dir' ) . 'includes/admin.php';
|
156 |
Menu_Icons_Admin_Nav_Menus::init();
|
157 |
|
145 |
* @since 0.3.0
|
146 |
*/
|
147 |
public static function init() {
|
148 |
+
self::$defaults['global']['icon_types'] = array_keys( Menu_Icons::get( 'icon_types' ) );
|
149 |
+
self::_get();
|
150 |
+
|
151 |
if ( self::is_menu_icons_disabled_for_menu() ) {
|
152 |
return;
|
153 |
}
|
154 |
|
|
|
|
|
|
|
155 |
require_once Menu_Icons::get( 'dir' ) . 'includes/admin.php';
|
156 |
Menu_Icons_Admin_Nav_Menus::init();
|
157 |
|
languages/menu-icons.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Menu Icons 0.8.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/menu-icons\n"
|
7 |
-
"POT-Creation-Date: 2015-09-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
2 |
# This file is distributed under the GPLv2.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Menu Icons 0.8.1\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/menu-icons\n"
|
7 |
+
"POT-Creation-Date: 2015-09-20 14:39:34+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
menu-icons.php
CHANGED
@@ -4,14 +4,14 @@
|
|
4 |
* Menu Icons
|
5 |
*
|
6 |
* @package Menu_Icons
|
7 |
-
* @version 0.8.
|
8 |
* @author Dzikri Aziz <kvcrvt@gmail.com>
|
9 |
*
|
10 |
*
|
11 |
* Plugin name: Menu Icons
|
12 |
* Plugin URI: http://kucrut.org/
|
13 |
* Description: Spice up your navigation menus with pretty icons, easily.
|
14 |
-
* Version: 0.8.
|
15 |
* Author: Dzikri Aziz
|
16 |
* Author URI: http://kucrut.org/
|
17 |
* License: GPLv2
|
@@ -25,7 +25,7 @@
|
|
25 |
*/
|
26 |
final class Menu_Icons {
|
27 |
|
28 |
-
const VERSION = '0.8.
|
29 |
|
30 |
/**
|
31 |
* Holds plugin data
|
4 |
* Menu Icons
|
5 |
*
|
6 |
* @package Menu_Icons
|
7 |
+
* @version 0.8.1
|
8 |
* @author Dzikri Aziz <kvcrvt@gmail.com>
|
9 |
*
|
10 |
*
|
11 |
* Plugin name: Menu Icons
|
12 |
* Plugin URI: http://kucrut.org/
|
13 |
* Description: Spice up your navigation menus with pretty icons, easily.
|
14 |
+
* Version: 0.8.1
|
15 |
* Author: Dzikri Aziz
|
16 |
* Author URI: http://kucrut.org/
|
17 |
* License: GPLv2
|
25 |
*/
|
26 |
final class Menu_Icons {
|
27 |
|
28 |
+
const VERSION = '0.8.1';
|
29 |
|
30 |
/**
|
31 |
* Holds plugin data
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate Link: http://kucrut.org/#coffee
|
|
4 |
Tags: menu, nav-menu, icons, navigation
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 4.3.1
|
7 |
-
Stable tag: 0.8.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -203,10 +203,15 @@ add_filter( 'menu_icons_menu_settings', '_kc_menu_icons_menu_settings', 10, 2 );
|
|
203 |
1. Grab the zip of the pack, extract, and upload it to the newly created directory.
|
204 |
1. Enable the icon type from the Settings meta box.
|
205 |
|
|
|
|
|
206 |
= I can't select a custom image size from the *Image Size* dropdown =
|
207 |
Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/).
|
208 |
|
209 |
== Changelog ==
|
|
|
|
|
|
|
210 |
= 0.8.0 =
|
211 |
* Update Dashicons
|
212 |
* Update Genericons to 3.4
|
4 |
Tags: menu, nav-menu, icons, navigation
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 4.3.1
|
7 |
+
Stable tag: 0.8.1
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
203 |
1. Grab the zip of the pack, extract, and upload it to the newly created directory.
|
204 |
1. Enable the icon type from the Settings meta box.
|
205 |
|
206 |
+
https://www.youtube.com/watch?v=B-5AVwgPaiw
|
207 |
+
|
208 |
= I can't select a custom image size from the *Image Size* dropdown =
|
209 |
Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/).
|
210 |
|
211 |
== Changelog ==
|
212 |
+
= 0.8.1 =
|
213 |
+
* Fix disappearing icons from front-end when not logged-in, props [jj9617](http://profiles.wordpress.org/jj9617/)
|
214 |
+
|
215 |
= 0.8.0 =
|
216 |
* Update Dashicons
|
217 |
* Update Genericons to 3.4
|