Cherry Search - Version 1.1.3

Version Description

  • Fixed bugs.

=

Download this release

Release Info

Developer TemplateMonster 2002
Plugin Icon 128x128 Cherry Search
Version 1.1.3
Comparing to
See all releases

Code changes from version 1.1.2 to 1.1.3

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-search.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Cherry Search
4
  * Plugin URI: http://www.cherryframework.com/
5
  * Description: A plugin for WordPress.
6
- * Version: 1.1.2
7
  * Author: Cherry Team
8
  * Text Domain: cherry-search
9
  * License: GPL-3.0+
@@ -12,7 +12,7 @@
12
  *
13
  * @package Cherry_Search
14
  * @author Cherry Team
15
- * @version 1.1.2
16
  * @license GPL-3.0+
17
  * @copyright 2012-2016, Cherry Team
18
  */
@@ -92,7 +92,7 @@ if ( ! class_exists( 'Cherry_Search' ) ) {
92
  *
93
  * @since 1.0.0
94
  */
95
- define( 'CHERRY_SEARCH_VERSION', '1.1.2' );
96
 
97
  /**
98
  * Set the slug of the plugin.
3
  * Plugin Name: Cherry Search
4
  * Plugin URI: http://www.cherryframework.com/
5
  * Description: A plugin for WordPress.
6
+ * Version: 1.1.3
7
  * Author: Cherry Team
8
  * Text Domain: cherry-search
9
  * License: GPL-3.0+
12
  *
13
  * @package Cherry_Search
14
  * @author Cherry Team
15
+ * @version 1.1.3
16
  * @license GPL-3.0+
17
  * @copyright 2012-2016, Cherry Team
18
  */
92
  *
93
  * @since 1.0.0
94
  */
95
+ define( 'CHERRY_SEARCH_VERSION', '1.1.3' );
96
 
97
  /**
98
  * Set the slug of the plugin.
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: TemplateMonster 2002
3
  Tags: search, ajax search, quick search, fast search, ajax, cherry framework, widget search, shortcode search, custom search, cherry search
4
  Requires at least: 4.4
5
  Tested up to: 4.7.2
6
- Stable tag: 1.1.2
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -80,6 +80,10 @@ There are several ways to enable the plugin on your website. You can either:
80
 
81
  * Fixed bugs.
82
 
 
 
 
 
83
  == Arbitrary section ==
84
 
85
  = Plugin Settings =
3
  Tags: search, ajax search, quick search, fast search, ajax, cherry framework, widget search, shortcode search, custom search, cherry search
4
  Requires at least: 4.4
5
  Tested up to: 4.7.2
6
+ Stable tag: 1.1.3
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
80
 
81
  * Fixed bugs.
82
 
83
+ = 1.1.3 =
84
+
85
+ * Fixed bugs.
86
+
87
  == Arbitrary section ==
88
 
89
  = Plugin Settings =