Menu Icons by ThemeIsle - Version 0.2.2

Version Description

Download this release

Release Info

Developer kucrut
Plugin Icon 128x128 Menu Icons by ThemeIsle
Version 0.2.2
Comparing to
See all releases

Code changes from version 0.2.1 to 0.2.2

Files changed (3) hide show
  1. languages/menu-icons.pot +4 -4
  2. menu-icons.php +3 -3
  3. readme.txt +2 -2
languages/menu-icons.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the Menu Icons package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Menu Icons 0.2.1\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/menu-icons\n"
7
- "POT-Creation-Date: 2014-04-11 07:16:30+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -2326,9 +2326,9 @@ msgstr ""
2326
  msgid "Menu Icons"
2327
  msgstr ""
2328
 
2329
- #. #-#-#-#-# menu-icons.pot (Menu Icons 0.2.1) #-#-#-#-#
2330
  #. Plugin URI of the plugin/theme
2331
- #. #-#-#-#-# menu-icons.pot (Menu Icons 0.2.1) #-#-#-#-#
2332
  #. Author URI of the plugin/theme
2333
  msgid "http://kucrut.org/"
2334
  msgstr ""
2
  # This file is distributed under the same license as the Menu Icons package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Menu Icons 0.2.2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/menu-icons\n"
7
+ "POT-Creation-Date: 2014-04-16 19:51:24+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2326
  msgid "Menu Icons"
2327
  msgstr ""
2328
 
2329
+ #. #-#-#-#-# menu-icons.pot (Menu Icons 0.2.2) #-#-#-#-#
2330
  #. Plugin URI of the plugin/theme
2331
+ #. #-#-#-#-# menu-icons.pot (Menu Icons 0.2.2) #-#-#-#-#
2332
  #. Author URI of the plugin/theme
2333
  msgid "http://kucrut.org/"
2334
  msgstr ""
menu-icons.php CHANGED
@@ -4,14 +4,14 @@
4
  * Menu Icons
5
  *
6
  * @package Menu_Icons
7
- * @version 0.2.1
8
  * @author Dzikri Aziz <kvcrvt@gmail.com>
9
  *
10
  *
11
  * Plugin name: Menu Icons
12
  * Plugin URI: http://kucrut.org/
13
  * Description: Easily add icons to your navigation menu items
14
- * Version: 0.2.1
15
  * Author: Dzikri Aziz
16
  * Author URI: http://kucrut.org/
17
  * License: GPLv2
@@ -24,7 +24,7 @@
24
  */
25
  final class Menu_Icons {
26
 
27
- const VERSION = '0.2.1';
28
 
29
  /**
30
  * Holds plugin data
4
  * Menu Icons
5
  *
6
  * @package Menu_Icons
7
+ * @version 0.2.2
8
  * @author Dzikri Aziz <kvcrvt@gmail.com>
9
  *
10
  *
11
  * Plugin name: Menu Icons
12
  * Plugin URI: http://kucrut.org/
13
  * Description: Easily add icons to your navigation menu items
14
+ * Version: 0.2.2
15
  * Author: Dzikri Aziz
16
  * Author URI: http://kucrut.org/
17
  * License: GPLv2
24
  */
25
  final class Menu_Icons {
26
 
27
+ const VERSION = '0.2.2';
28
 
29
  /**
30
  * Holds plugin data
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: kucrut
3
  Donate Link: http://kucrut.org/#coffee
4
  Tags: menu, nav-menu, icons, navigation
5
  Requires at least: 3.8
6
- Tested up to: 3.9-RC1
7
- Stable tag: 0.2.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
3
  Donate Link: http://kucrut.org/#coffee
4
  Tags: menu, nav-menu, icons, navigation
5
  Requires at least: 3.8
6
+ Tested up to: 3.9
7
+ Stable tag: 0.2.2
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10