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

Version Description

  • 7.12.2018 =
  • Changed: Readme and tested up to the latest Divi and WordPress 5.0
Download this release

Release Info

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

Code changes from version 1.3.3 to 1.3.4

Files changed (2) hide show
  1. readme.txt +5 -2
  2. supreme-modules-for-divi.php +2 -2
readme.txt CHANGED
@@ -3,9 +3,9 @@ Contributors: divisupreme, kenng87
3
  Tags: Divi, Divi Module, Divi Custom Module, divi theme, divi builder, Divi Gradient Text, Divi Typing Effect, Divi 3D Image, Divi Image, Divi Text Divider, facebook feed, facebook comments
4
  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.3.3
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -86,6 +86,9 @@ Divi Builder >= version 2.1
86
  PHP version >= 5.6
87
 
88
  == Changelog ==
 
 
 
89
  = 1.3.3 - 6.12.2018 =
90
  * Fixed: Margin and Padding for Supreme Button Module.
91
 
3
  Tags: Divi, Divi Module, Divi Custom Module, divi theme, divi builder, Divi Gradient Text, Divi Typing Effect, Divi 3D Image, Divi Image, Divi Text Divider, facebook feed, facebook comments
4
  Donate link: https://suprememodules.com/
5
  Requires at least: 4.5
6
+ Tested up to: 5.0
7
  Requires PHP: 5.6
8
+ Stable tag: 1.3.4
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
86
  PHP version >= 5.6
87
 
88
  == Changelog ==
89
+ = 1.3.4 - 7.12.2018 =
90
+ * Changed: Readme and tested up to the latest Divi and WordPress 5.0
91
+
92
  = 1.3.3 - 6.12.2018 =
93
  * Fixed: Margin and Padding for Supreme Button Module.
94
 
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.3.3
7
  Author: Supreme Modules
8
  Author URI: https://suprememodules.com/about-us/
9
  License: GPL2
@@ -36,7 +36,7 @@ if ( version_compare(PHP_VERSION, '5.6', '<') ) {
36
  add_action( 'admin_notices', 'dsm_admin_notice__php_version_error' );
37
  return;
38
  } else {
39
- define( 'DSM_VERSION', '1.3.2' );
40
 
41
  if ( ! function_exists( 'dsm_initialize_extension' ) ):
42
  /**
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.3.4
7
  Author: Supreme Modules
8
  Author URI: https://suprememodules.com/about-us/
9
  License: GPL2
36
  add_action( 'admin_notices', 'dsm_admin_notice__php_version_error' );
37
  return;
38
  } else {
39
+ define( 'DSM_VERSION', '1.3.4' );
40
 
41
  if ( ! function_exists( 'dsm_initialize_extension' ) ):
42
  /**