Cherry Projects - Version 1.2.6

Version Description

  • Hot Fix
Download this release

Release Info

Developer TemplateMonster 2002
Plugin Icon 128x128 Cherry Projects
Version 1.2.6
Comparing to
See all releases

Code changes from version 1.2.5 to 1.2.6

admin/includes/class-projects-options-page.php CHANGED
@@ -83,7 +83,7 @@ class Cherry_Projects_Options_Page {
83
  public function init() {
84
  cherry_projects()->get_core()->init_module( 'cherry5-insert-shortcode', array() );
85
  $this->utility = cherry_projects()->get_core()->modules['cherry-utility']->utility;
86
- $this->builder = cherry_projects()->get_core()->modules['cherry-interface-builder'];
87
  }
88
 
89
  /**
83
  public function init() {
84
  cherry_projects()->get_core()->init_module( 'cherry5-insert-shortcode', array() );
85
  $this->utility = cherry_projects()->get_core()->modules['cherry-utility']->utility;
86
+ $this->builder = cherry_projects()->get_core()->init_module( 'cherry-interface-builder', array() );
87
  }
88
 
89
  /**
cherry-projects.php CHANGED
@@ -3,13 +3,19 @@
3
  * Plugin Name: Cherry Projects
4
  * Plugin URI: http://www.cherryframework.com/
5
  * Description: A projects plugin for WordPress.
6
- * Version: 1.2.5
7
  * Author: Cherry Team
8
  * Author URI: http://www.cherryframework.com/
9
  * Text Domain: cherry-projects
10
  * License: GPL-3.0+
11
  * License URI: http://www.gnu.org/licenses/gpl-3.0.txt
12
  * Domain Path: /languages
 
 
 
 
 
 
13
  */
14
 
15
  // If this file is called directly, abort.
@@ -138,7 +144,7 @@ if ( ! class_exists( 'Cherry_Projects' ) ) {
138
  *
139
  * @since 1.0.0
140
  */
141
- define( 'CHERRY_PROJECTS_VERSION', '1.2.5' );
142
 
143
  /**
144
  * Set the slug of the plugin.
3
  * Plugin Name: Cherry Projects
4
  * Plugin URI: http://www.cherryframework.com/
5
  * Description: A projects plugin for WordPress.
6
+ * Version: 1.2.6
7
  * Author: Cherry Team
8
  * Author URI: http://www.cherryframework.com/
9
  * Text Domain: cherry-projects
10
  * License: GPL-3.0+
11
  * License URI: http://www.gnu.org/licenses/gpl-3.0.txt
12
  * Domain Path: /languages
13
+ *
14
+ * @package Cherry_Projects
15
+ * @author Cherry Team
16
+ * @version 1.2.6
17
+ * @license GPL-3.0+
18
+ * @copyright 2002-2016, Cherry Team
19
  */
20
 
21
  // If this file is called directly, abort.
144
  *
145
  * @since 1.0.0
146
  */
147
+ define( 'CHERRY_PROJECTS_VERSION', '1.2.6' );
148
 
149
  /**
150
  * Set the slug of the plugin.
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: TemplateMonster 2002
4
  Tags: custom post type, projects, portfolio, cherry framework, elementor, elementor page builder
5
  Requires at least: 4.5
6
  Tested up to: 4.8.0
7
- Stable tag: 1.2.5
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -164,3 +164,8 @@ Standard templates can be rewritten in the theme. For that you need to create ch
164
 
165
  * Elementor page builder compatibility
166
  * Fixed bugs
 
 
 
 
 
4
  Tags: custom post type, projects, portfolio, cherry framework, elementor, elementor page builder
5
  Requires at least: 4.5
6
  Tested up to: 4.8.0
7
+ Stable tag: 1.2.6
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
164
 
165
  * Elementor page builder compatibility
166
  * Fixed bugs
167
+
168
+ = 1.2.6 =
169
+
170
+ * Hot Fix
171
+