PluginProbe
Floating Button – Easily Create Sticky, Fixed & Floating Buttons / 3.0
Floating Button – Easily Create Sticky, Fixed & Floating Buttons v3.0
trunk 2.0.2 3.0 4.0 4.1.2 4.3 5.0 5.0.1 5.1 5.1.1 5.2 5.3 5.3.1 6.0 6.0.1 6.0.10 6.0.11 6.0.12 6.0.13 6.0.2 6.0.3 6.0.4 6.0.5 6.0.6 6.0.7 All 31 releases
← All changes | floating-button.php +2 -2 4.03.0 View file →
@@ -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