Cherry Services List - Version 1.4.4

Version Description

Download this release

Release Info

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

Code changes from version 1.4.3 to 1.4.4

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.3
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.3';
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.4
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.4';
96
 
97
  /**
98
  * Plugin CPT name
public/includes/class-cherry-services-list-template-callbacks.php CHANGED
@@ -823,7 +823,7 @@ class Cherry_Services_List_Template_Callbacks {
823
  ) );
824
 
825
  if ( ! $_content || 0 == $content_length ) {
826
- return;
827
  }
828
 
829
  if ( -1 == $content_length || post_password_required() ) {
823
  ) );
824
 
825
  if ( ! $_content || 0 == $content_length ) {
826
+ return apply_filters( 'the_content', '' );
827
  }
828
 
829
  if ( -1 == $content_length || post_password_required() ) {
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Cherry Services List ===
2
 
3
  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.1
7
- Stable tag: 1.4.3
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
1
+ === Cherry Services List ===
2
 
3
  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.1
7
+ Stable tag: 1.4.4
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10