| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: Floating Button Lite |
| 4 | 4 | * Plugin URI: https://wordpress.org/plugins/floating-button/ |
| 5 | 5 | * Description: Easily create a floating button |
| 6 | - * Version: 4.0 | |
| 6 | + * Version: 3.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 |
| @@ -53,9 +53,9 @@ | ||
| 53 | 53 | 'menu' => esc_attr__( 'Floating Button Lite', 'floating-button' ), // Plugin name in menu |
| 54 | 54 | 'author' => 'Wow-Company', // Author |
| 55 | 55 | 'prefix' => self::PREF, // Prefix for database |
| 56 | 56 | 'text' => 'floating-button', // Text domain for translate files |
| 57 | - 'version' => '4.0', // Current version of the plugin | |
| 57 | + 'version' => '3.0', // Current version of the plugin | |
| 58 | 58 | 'file' => __FILE__, // Main file of the plugin |
| 59 | 59 | 'slug' => dirname( plugin_basename( __FILE__ ) ), // Name of the plugin folder |
| 60 | 60 | 'url' => plugin_dir_url( __FILE__ ), // filesystem directory path for the plugin |
| 61 | 61 | 'dir' => plugin_dir_path( __FILE__ ), // URL directory path for the plugin |