Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder - Version 1.2.3

Version Description

  • 22.10.2018 =
  • Removed: Unused CSS Classname on the output rendering for Supreme Gradient Text Module.
Download this release

Release Info

Developer divisupreme
Plugin Icon 128x128 Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder
Version 1.2.3
Comparing to
See all releases

Code changes from version 1.2.2 to 1.2.3

includes/modules/GradientText/GradientText.php CHANGED
@@ -34,7 +34,7 @@ class DSM_GradientText extends ET_Builder_Module {
34
  'header' => array(
35
  'label' => esc_html__( 'Title', 'dsm-supreme-modules-for-divi' ),
36
  'css' => array(
37
- 'main' => '%%order_class%% h1.et_pb_module_header, %%order_class%% h2.et_pb_module_header, %%order_class%% h3.et_pb_module_header, %%order_class%% h4.et_pb_module_header, %%order_class%% h5.et_pb_module_header, %%order_class%% h6.et_pb_module_header',
38
  ),
39
  'font_size' => array(
40
  'default' => '30px',
@@ -124,7 +124,7 @@ class DSM_GradientText extends ET_Builder_Module {
124
  $header_level = $this->props['header_level'];
125
 
126
  if ( '' !== $gradient_text ) {
127
- $gradient_text = sprintf( '<%1$s class="dsm-gradient-text et_pb_module_header">%2$s</%1$s>',
128
  et_pb_process_header_level( $header_level, 'h1' ),
129
  $gradient_text
130
  );
34
  'header' => array(
35
  'label' => esc_html__( 'Title', 'dsm-supreme-modules-for-divi' ),
36
  'css' => array(
37
+ 'main' => '%%order_class%% h1.dsm-gradient-text, %%order_class%% h2.dsm-gradient-text, %%order_class%% h3.dsm-gradient-text, %%order_class%% h4.dsm-gradient-text, %%order_class%% h5.dsm-gradient-text, %%order_class%% h6.dsm-gradient-text',
38
  ),
39
  'font_size' => array(
40
  'default' => '30px',
124
  $header_level = $this->props['header_level'];
125
 
126
  if ( '' !== $gradient_text ) {
127
+ $gradient_text = sprintf( '<%1$s class="dsm-gradient-text">%2$s</%1$s>',
128
  et_pb_process_header_level( $header_level, 'h1' ),
129
  $gradient_text
130
  );
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://suprememodules.com/
5
  Requires at least: 4.5
6
  Tested up to: 4.9
7
  Requires PHP: 5.6
8
- Stable tag: 1.2.2
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -81,6 +81,9 @@ You must have Divi theme, Extra Theme or the Divi Builder installed in order for
81
  YES! At least Divi 3.1 onwards where they introduced the Divi Developer API.
82
 
83
  == Changelog ==
 
 
 
84
  = 1.2.2 - 21.10.2018 =
85
  * Added: Video Popup on Supreme Button that supports: YouTube, Vimeo and DailyMotion!
86
  * Removed: Links Option on Supreme Button module.
5
  Requires at least: 4.5
6
  Tested up to: 4.9
7
  Requires PHP: 5.6
8
+ Stable tag: 1.2.3
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
81
  YES! At least Divi 3.1 onwards where they introduced the Divi Developer API.
82
 
83
  == Changelog ==
84
+ = 1.2.3 - 22.10.2018 =
85
+ * Removed: Unused CSS Classname on the output rendering for Supreme Gradient Text Module.
86
+
87
  = 1.2.2 - 21.10.2018 =
88
  * Added: Video Popup on Supreme Button that supports: YouTube, Vimeo and DailyMotion!
89
  * Removed: Links Option on Supreme Button module.
supreme-modules-for-divi.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Divi Supreme Modules
4
  Plugin URI: https://suprememodules.com
5
  Description: Supreme Modules enhances the experience and features found on Divi and extend with custom creative modules to help you build amazing websites.
6
- Version: 1.2.2
7
  Author: Supreme Modules
8
  Author URI: https://suprememodules.com/about-us/
9
  License: GPL2
@@ -24,7 +24,7 @@ GNU General Public License for more details.
24
  You should have received a copy of the GNU General Public License
25
  along with Supreme Modules. If not, see https://www.gnu.org/licenses/gpl-2.0.html.
26
  */
27
- define( 'DSM_VERSION', '1.2.2' );
28
 
29
  if ( ! function_exists( 'dsm_initialize_extension' ) ):
30
  /**
3
  Plugin Name: Divi Supreme Modules
4
  Plugin URI: https://suprememodules.com
5
  Description: Supreme Modules enhances the experience and features found on Divi and extend with custom creative modules to help you build amazing websites.
6
+ Version: 1.2.3
7
  Author: Supreme Modules
8
  Author URI: https://suprememodules.com/about-us/
9
  License: GPL2
24
  You should have received a copy of the GNU General Public License
25
  along with Supreme Modules. If not, see https://www.gnu.org/licenses/gpl-2.0.html.
26
  */
27
+ define( 'DSM_VERSION', '1.2.3' );
28
 
29
  if ( ! function_exists( 'dsm_initialize_extension' ) ):
30
  /**