| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: Float Menu Lite |
| 4 | 4 | * Plugin URI: https://wordpress.org/plugins/float-menu/ |
| 5 | 5 | * Description: Easily create floating menus of varying complexity |
| 6 | - * Version: 4.1 | |
| 6 | + * Version: 5.0 | |
| 7 | 7 | * Author: Wow-Company |
| 8 | 8 | * Author URI: https://wow-estore.com |
| 9 | 9 | * License: GPL-2.0+ |
| 10 | 10 | * License URI: http://www.gnu.org/licenses/gpl-2.0.txt |
| @@ -50,14 +50,14 @@ | ||
| 50 | 50 | if ( ! isset( self::$_instance ) && ! ( self::$_instance instanceof Wow_Plugin ) ) { |
| 51 | 51 | |
| 52 | 52 | $info = array( |
| 53 | 53 | 'plugin' => array( |
| 54 | - 'name' => esc_attr( 'Float Menu' ), // Plugin name | |
| 55 | - 'menu' => esc_attr( 'Float Menu' ), // Plugin name in menu | |
| 54 | + 'name' => esc_attr( 'Float Menu Lite' ), // Plugin name | |
| 55 | + 'menu' => esc_attr( 'Float Menu Lite' ), // Plugin name in menu | |
| 56 | 56 | 'author' => 'Wow-Company', // Author |
| 57 | 57 | 'prefix' => self::PREF, // Prefix for database |
| 58 | 58 | 'text' => 'float-menu', // Text domain for translate files |
| 59 | - 'version' => '4.1', // Current version of the plugin | |
| 59 | + 'version' => '5.0', // Current version of the plugin | |
| 60 | 60 | 'file' => __FILE__, // Main file of the plugin |
| 61 | 61 | 'slug' => dirname( plugin_basename( __FILE__ ) ), // Name of the plugin folder |
| 62 | 62 | 'url' => plugin_dir_url( __FILE__ ), // filesystem directory path for the plugin |
| 63 | 63 | 'dir' => plugin_dir_path( __FILE__ ), // URL directory path for the plugin |