Skip to content

Commit

Permalink
Merge pull request #149 from Codeinwp/fix_composer
Browse files Browse the repository at this point in the history
fix issue with composer libraries.
  • Loading branch information
selul authored Dec 10, 2018
2 parents 1c6a292 + 410136c commit 8051966
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"type": "wordpress-plugin",
"require": {
"codeinwp/themeisle-sdk": "master",
"kucrut/icon-picker": "^0.5.0",
"kucrut/menu-item-custom-fields": "^1.0"
"codeinwp/icon-picker": "master",
"codeinwp/menu-item-custom-fields": "master"
},
"replace": {
"composer/installers": "*",
"wp-coding-standards/wpcs": "*"
},
"autoload": {
"files": [
"vendor/kucrut/menu-item-custom-fields/menu-item-custom-fields.php",
"vendor/kucrut/icon-picker/icon-picker.php",
"vendor/codeinwp/menu-item-custom-fields/menu-item-custom-fields.php",
"vendor/codeinwp/icon-picker/icon-picker.php",
"vendor/codeinwp/themeisle-sdk/load.php"
]
},
Expand Down
4 changes: 2 additions & 2 deletions menu-icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin name: Menu Icons
* Plugin URI: https://github.com/Codeinwp/wp-menu-icons
* Description: Spice up your navigation menus with pretty icons, easily.
* Version: 0.11.3
* Version: 0.11.4
* Author: ThemeIsle
* Author URI: https://themeisle.com
* License: GPLv2
Expand All @@ -27,7 +27,7 @@
*/
final class Menu_Icons {

const VERSION = '0.11.3';
const VERSION = '0.11.4';

/**
* Holds plugin data
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "menu-icons",
"title": "Menu Icons",
"description": "Spice up your navigation menus with pretty icons, easily.",
"version": "0.11.3",
"version": "0.11.4",
"homepage": "http://wordpress.org/plugins/menu-icons/",
"license": "GPL-2.0",
"author": {
Expand Down

0 comments on commit 8051966

Please sign in to comment.