| @@ -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 |