Cherry Projects - Version 1.2.7

Version Description

  • Fixed bugs
Download this release

Release Info

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

Code changes from version 1.2.6 to 1.2.7

cherry-framework/cherry-core.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Class Cherry Core
4
- * Version: 1.5.0
5
  *
6
  * @package Cherry_Framework
7
  * @subpackage Class
@@ -363,7 +363,7 @@ if ( ! class_exists( 'Cherry_Core' ) ) {
363
  */
364
  public static function base_url( $file_path = '', $module_path ) {
365
  $module_path = wp_normalize_path( $module_path );
366
- preg_match( '/\..*$/', $module_path, $ext );
367
 
368
  if ( empty( $ext ) ) {
369
  $module_dir = $module_path;
1
  <?php
2
  /**
3
  * Class Cherry Core
4
+ * Version: 1.5.1
5
  *
6
  * @package Cherry_Framework
7
  * @subpackage Class
363
  */
364
  public static function base_url( $file_path = '', $module_path ) {
365
  $module_path = wp_normalize_path( $module_path );
366
+ preg_match( '/\.[0-9a-z]+$/', $module_path, $ext );
367
 
368
  if ( empty( $ext ) ) {
369
  $module_dir = $module_path;
cherry-projects.php CHANGED
@@ -3,7 +3,7 @@
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
@@ -13,7 +13,7 @@
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
  */
@@ -144,7 +144,7 @@ if ( ! class_exists( 'Cherry_Projects' ) ) {
144
  *
145
  * @since 1.0.0
146
  */
147
- define( 'CHERRY_PROJECTS_VERSION', '1.2.6' );
148
 
149
  /**
150
  * 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.7
7
  * Author: Cherry Team
8
  * Author URI: http://www.cherryframework.com/
9
  * Text Domain: cherry-projects
13
  *
14
  * @package Cherry_Projects
15
  * @author Cherry Team
16
+ * @version 1.2.7
17
  * @license GPL-3.0+
18
  * @copyright 2002-2016, Cherry Team
19
  */
144
  *
145
  * @since 1.0.0
146
  */
147
+ define( 'CHERRY_PROJECTS_VERSION', '1.2.7' );
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.6
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -169,3 +169,6 @@ Standard templates can be rewritten in the theme. For that you need to create ch
169
 
170
  * Hot Fix
171
 
 
 
 
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.7
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
169
 
170
  * Hot Fix
171
 
172
+ = 1.2.7 =
173
+
174
+ * Fixed bugs