Cherry Sidebars - Version 1.1.2.4

Version Description

Download this release

Release Info

Developer TemplateMonster 2002
Plugin Icon 128x128 Cherry Sidebars
Version 1.1.2.4
Comparing to
See all releases

Code changes from version 1.1.2.3 to 1.1.2.4

Files changed (2) hide show
  1. cherry-sidebars.php +4 -1
  2. readme.txt +1 -1
cherry-sidebars.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Cherry Sidebars
4
  * Plugin URI: https://zemez.io/wordpress/
5
  * Description: Plugin for creating and managing sidebars in WordPress.
6
- * Version: 1.1.2.3
7
  * Author: Zemez
8
  * Text Domain: cherry-sidebars
9
  * License: GPL-3.0+
@@ -193,6 +193,9 @@ if ( ! class_exists( 'Cherry_Sidebars' ) ) {
193
  'cherry-ui-elements' => array(
194
  'autoload' => false,
195
  ),
 
 
 
196
  ),
197
  ));
198
  }
3
  * Plugin Name: Cherry Sidebars
4
  * Plugin URI: https://zemez.io/wordpress/
5
  * Description: Plugin for creating and managing sidebars in WordPress.
6
+ * Version: 1.1.2.4
7
  * Author: Zemez
8
  * Text Domain: cherry-sidebars
9
  * License: GPL-3.0+
193
  'cherry-ui-elements' => array(
194
  'autoload' => false,
195
  ),
196
+ 'cherry-interface-builder' => array(
197
+ 'autoload' => false,
198
+ ),
199
  ),
200
  ));
201
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: TemplateMonster 2002
4
  Tags: sidebar, sidebar manager, cherry framework, custom sidebars, widget area, group widgets, page custom sidebar, post custom sidebar, custom sidebar, dynamic sidebar
5
  Requires at least: 4.5
6
  Tested up to: 4.9.1
7
- Stable tag: 1.1.2.3
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
4
  Tags: sidebar, sidebar manager, cherry framework, custom sidebars, widget area, group widgets, page custom sidebar, post custom sidebar, custom sidebar, dynamic sidebar
5
  Requires at least: 4.5
6
  Tested up to: 4.9.1
7
+ Stable tag: 1.1.2.4
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10