Elementor Custom Skin - Version 3.1.6

Version Description

  • Fixed issue with Container Element style.
Download this release

Release Info

Developer dudaster
Plugin Icon 128x128 Elementor Custom Skin
Version 3.1.6
Comparing to
See all releases

Code changes from version 3.1.5 to 3.1.6

Files changed (3) hide show
  1. ele-custom-skin.php +2 -2
  2. includes/dynamic-style.php +2 -0
  3. readme.txt +5 -2
ele-custom-skin.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Plugin Name: Ele Custom Skin
4
- * Version: 3.1.5
5
  * Description: Elementor Custom Skin for Posts and Archive Posts. You can create a skin as you want.
6
  * Plugin URI: https://dudaster.com
7
  * Author: Dudaster.com
@@ -20,7 +20,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
20
  define( 'ELECS_DIR', plugin_dir_path( __FILE__ ));
21
  define( 'ELECS_NAME', plugin_basename( __FILE__ ));
22
  define( 'ELECS_URL', plugin_dir_url( __FILE__ ));
23
- define ('ELECS_VER','3.1.5');
24
 
25
  include_once ELECS_DIR.'includes/ecs-notices.php';
26
  include_once ELECS_DIR.'includes/ecs-dependencies.php';
1
  <?php
2
  /*
3
  * Plugin Name: Ele Custom Skin
4
+ * Version: 3.1.6
5
  * Description: Elementor Custom Skin for Posts and Archive Posts. You can create a skin as you want.
6
  * Plugin URI: https://dudaster.com
7
  * Author: Dudaster.com
20
  define( 'ELECS_DIR', plugin_dir_path( __FILE__ ));
21
  define( 'ELECS_NAME', plugin_basename( __FILE__ ));
22
  define( 'ELECS_URL', plugin_dir_url( __FILE__ ));
23
+ define ('ELECS_VER','3.1.6');
24
 
25
  include_once ELECS_DIR.'includes/ecs-notices.php';
26
  include_once ELECS_DIR.'includes/ecs-dependencies.php';
includes/dynamic-style.php CHANGED
@@ -78,6 +78,8 @@ function ECS_set_dynamic_style( \Elementor\Element_Base $element ) {
78
  add_action( 'elementor/frontend/section/before_render', 'ECS_set_dynamic_style' );
79
  add_action( 'elementor/frontend/column/before_render', 'ECS_set_dynamic_style' );
80
 
 
 
81
  add_action( 'elementor/frontend/widget/before_render', 'ECS_set_dynamic_style' );
82
 
83
  //keep track of index
78
  add_action( 'elementor/frontend/section/before_render', 'ECS_set_dynamic_style' );
79
  add_action( 'elementor/frontend/column/before_render', 'ECS_set_dynamic_style' );
80
 
81
+ add_action( 'elementor/frontend/container/before_render', 'ECS_set_dynamic_style' );
82
+
83
  add_action( 'elementor/frontend/widget/before_render', 'ECS_set_dynamic_style' );
84
 
85
  //keep track of index
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: dudaster
3
  Tags: page-builder, elementor, loop, archive list, post widget, skin, custom, post grid
4
  Donate link: https://www.paypal.me/dudaster
5
  Requires at least: 5.0
6
- Tested up to: 5.9.2
7
- Stable tag: 3.1.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -63,6 +63,9 @@ Add to your template a Post or Post Archive widget and from Skins select Custom
63
 
64
  == Changelog ==
65
 
 
 
 
66
  = 3.1.5 =
67
  * Fixed issue with Custom Grid tab missing when the woocommerce is active.
68
  * Fixed deprecated erros with the new Elementor version.
3
  Tags: page-builder, elementor, loop, archive list, post widget, skin, custom, post grid
4
  Donate link: https://www.paypal.me/dudaster
5
  Requires at least: 5.0
6
+ Tested up to: 6.0.1
7
+ Stable tag: 3.1.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
63
 
64
  == Changelog ==
65
 
66
+ = 3.1.6 =
67
+ * Fixed issue with Container Element style.
68
+
69
  = 3.1.5 =
70
  * Fixed issue with Custom Grid tab missing when the woocommerce is active.
71
  * Fixed deprecated erros with the new Elementor version.