Cherry Services List - Version 1.4.5.1

Version Description

Download this release

Release Info

Developer TemplateMonster 2002
Plugin Icon 128x128 Cherry Services List
Version 1.4.5.1
Comparing to
See all releases

Code changes from version 1.4.5 to 1.4.5.1

cherry-services-list.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Cherry Services List
4
  * Plugin URI:
5
  * Description: Cherry Services is a flexible WordPress plugin that lets you display your company’s services in a variety of ways.
6
- * Version: 1.4.5
7
  * Author: JetImpex
8
  * Author URI: https://jetimpex.com/wordpress/
9
  * Text Domain: cherry-services
@@ -92,7 +92,7 @@ if ( ! class_exists( 'Cherry_Services_List' ) ) {
92
  * @access private
93
  * @var string
94
  */
95
- private $version = '1.4.5';
96
 
97
  /**
98
  * Plugin CPT name
3
  * Plugin Name: Cherry Services List
4
  * Plugin URI:
5
  * Description: Cherry Services is a flexible WordPress plugin that lets you display your company’s services in a variety of ways.
6
+ * Version: 1.4.5.1
7
  * Author: JetImpex
8
  * Author URI: https://jetimpex.com/wordpress/
9
  * Text Domain: cherry-services
92
  * @access private
93
  * @var string
94
  */
95
+ private $version = '1.4.5.1';
96
 
97
  /**
98
  * Plugin CPT name
public/assets/js/cherry-services.js CHANGED
@@ -47,7 +47,7 @@
47
 
48
  render: function ( self ) {
49
 
50
- if ( window.elementorFrontend ) {
51
  $( self.settings.selectors.main ).each( function() {
52
  self.initFilters( $( this ) );
53
  self.initLoadMore( $( this ) );
47
 
48
  render: function ( self ) {
49
 
50
+ if ( ! window.elementorFrontend ) {
51
  $( self.settings.selectors.main ).each( function() {
52
  self.initFilters( $( this ) );
53
  self.initLoadMore( $( this ) );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: TemplateMonster 2002
4
  Tags: custom post type, services, service, cherry-framework, elementor, elementor builder
5
  Requires at least: 4.7
6
  Tested up to: 4.8.2
7
- Stable tag: 1.4.5
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
4
  Tags: custom post type, services, service, cherry-framework, elementor, elementor builder
5
  Requires at least: 4.7
6
  Tested up to: 4.8.2
7
+ Stable tag: 1.4.5.1
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10