PluginProbe
Essential Widgets / 3.1
Essential Widgets v3.1
3.2.1 3.3 3.2 trunk 1.0.0 1.0.1 1.1 1.2 1.2.1 1.2.2 1.3 1.4 1.4.1 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.8 1.9 2.0 2.1 2.2 All 31 releases
← All changes | essential-widgets.php +3 -5 trunk3.1 View file →
@@ -15,13 +15,13 @@
15 15 * @wordpress-plugin
16 16 * Plugin Name: Essential Widgets
17 17 * Plugin URI: https://catchplugins.com/plugins/essential-widgets/
18 18 * Description: Essential Widgets is a WordPress plugin for widgets that allows you to create and add amazing widgets with high customization option on your website without affecting your wallet.
19 - * Version: 3.2.1
19 + * Version: 3.1
20 20 * Author: Catch Plugins
21 21 * Author URI: https://catchplugins.com/
22 22 * License: GPL-2.0+
23 - * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
23 + * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
24 24 * Text Domain: essential-widgets
25 25 * Domain Path: /languages
26 26 */
27 27
@@ -30,11 +30,9 @@
30 30 die;
31 31 }
32 32
33 33 // Define Version
34 -if (! defined('ESSENTIAL_WIDGETS_VERSION')) {
35 - define('ESSENTIAL_WIDGETS_VERSION', '3.2.1');
36 -}
34 +define( 'ESSENTIAL_WIDGETS_VERSION', '3.1' );
37 35
38 36 /**
39 37 * The code that runs during plugin activation.
40 38 * This action is documented in includes/class-essential-widgets-activator.php