Cherry Services List - Version 1.3.1

Version Description

  • FIX: Prevent PHP notices in Elementor module
Download this release

Release Info

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

Code changes from version 1.3.0 to 1.3.1

cherry-services-list.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Cherry Services List
4
  * Plugin URI: http://www.cherryframework.com/plugins/
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.3.0
7
  * Author: TemplateMonster
8
  * Author URI: http://cherryframework.com/
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.3.0';
96
 
97
  /**
98
  * Plugin CPT name
3
  * Plugin Name: Cherry Services List
4
  * Plugin URI: http://www.cherryframework.com/plugins/
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.3.1
7
  * Author: TemplateMonster
8
  * Author URI: http://cherryframework.com/
9
  * Text Domain: cherry-services
92
  * @access private
93
  * @var string
94
  */
95
+ private $version = '1.3.1';
96
 
97
  /**
98
  * Plugin CPT name
public/includes/ext/class-cherry-services-list-elementor-module.php CHANGED
@@ -181,6 +181,10 @@ class Cherry_Services_Elementor_Widget extends Elementor\Widget_Base {
181
 
182
  foreach ( $args as $name => $arg ) {
183
 
 
 
 
 
184
  if ( ! is_array( $settings[ $name ] ) ) {
185
  $val = $settings[ $name ];
186
  } else {
181
 
182
  foreach ( $args as $name => $arg ) {
183
 
184
+ if ( empty( $settings[ $name ] ) ) {
185
+ continue;
186
+ }
187
+
188
  if ( ! is_array( $settings[ $name ] ) ) {
189
  $val = $settings[ $name ];
190
  } else {
readme.txt CHANGED
@@ -4,11 +4,11 @@ Contributors: TemplateMonster 2002
4
  Tags: custom post type, services, service, cherry-framework, elementor, elementor builder
5
  Requires at least: 4.5
6
  Tested up to: 4.7.4
7
- Stable tag: 1.3.0
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
- Cherry Services is a flexible WordPress plugin that lets you display your company’s services in a variety of ways.
12
 
13
  == Description ==
14
 
@@ -44,6 +44,10 @@ If you have Cherry Testimonials plugin installed on your website, you can also i
44
 
45
  == Changelog ==
46
 
 
 
 
 
47
  = 1.3.0 =
48
 
49
  * ADD: Integrate with Elementor page builder
4
  Tags: custom post type, services, service, cherry-framework, elementor, elementor builder
5
  Requires at least: 4.5
6
  Tested up to: 4.7.4
7
+ Stable tag: 1.3.1
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
+ Cherry Services is a flexible WordPress plugin that lets you display your company’s services in a variety of ways. Integrated with Elementor page builder.
12
 
13
  == Description ==
14
 
44
 
45
  == Changelog ==
46
 
47
+ = 1.3.1 =
48
+
49
+ * FIX: Prevent PHP notices in Elementor module
50
+
51
  = 1.3.0 =
52
 
53
  * ADD: Integrate with Elementor page builder