Changeset 2719958
- Timestamp:
- 05/07/2022 07:43:59 PM (4 years ago)
- Location:
- wow-carousel-for-divi-lite
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.6 (copied) (copied from wow-carousel-for-divi-lite/trunk)
-
tags/1.2.6/includes/loader.php (modified) (1 diff)
-
tags/1.2.6/readme.txt (modified) (2 diffs)
-
tags/1.2.6/wow-divi-carousel-lite.php (modified) (2 diffs)
-
trunk/includes/loader.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wow-divi-carousel-lite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wow-carousel-for-divi-lite/tags/1.2.6/includes/loader.php
r2719790 r2719958 11 11 // Load custom Divi Builder modules. 12 12 $wdc_options = get_option( 'wdc_options' ); 13 $wdcl_merge = isset( $wdc_options['wdcl_merge'] ) ? $wdc_options['wdcl_merge'] : 'o n';13 $wdcl_merge = isset( $wdc_options['wdcl_merge'] ) ? $wdc_options['wdcl_merge'] : 'off'; 14 14 15 if ( 'off' === $wdcl_merge || !wdcl_has_pro()) {15 if ( 'off' === $wdcl_merge ) { 16 16 foreach ( (array) $module_files as $module_file ) { 17 17 if ( $module_file && preg_match( "/\/modules\/\b([^\/]+)\/\\1\.php$/", $module_file ) ) { -
wow-carousel-for-divi-lite/tags/1.2.6/readme.txt
r2719794 r2719958 4 4 Requires at least: 4.8 5 5 Tested up to: 6.0 6 Stable tag: 1.2. 56 Stable tag: 1.2.6 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 92 92 93 93 == Changelog == 94 = 1.2.6 = 95 - Fixed: Pro and Lite version conflicts 96 94 97 = 1.2.3 = 95 98 - Added: Freemius SDK -
wow-carousel-for-divi-lite/tags/1.2.6/wow-divi-carousel-lite.php
r2719794 r2719958 4 4 Plugin URI: https://wordpress.org/plugins/wow-carousel-for-divi-lite/ 5 5 Description: A Divi touch enabled plugin that lets you create a beautiful responsive carousel slider. 6 Version: 1.2. 56 Version: 1.2.6 7 7 Author: DiviPeople 8 8 Author URI: https://divipeople.com/ … … 30 30 } 31 31 32 define( 'WDCL_PLUGIN_VERSION', '1.2. 5' );32 define( 'WDCL_PLUGIN_VERSION', '1.2.6' ); 33 33 define( 'WDCL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 34 34 define( 'WDCL_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
wow-carousel-for-divi-lite/trunk/includes/loader.php
r2719790 r2719958 11 11 // Load custom Divi Builder modules. 12 12 $wdc_options = get_option( 'wdc_options' ); 13 $wdcl_merge = isset( $wdc_options['wdcl_merge'] ) ? $wdc_options['wdcl_merge'] : 'o n';13 $wdcl_merge = isset( $wdc_options['wdcl_merge'] ) ? $wdc_options['wdcl_merge'] : 'off'; 14 14 15 if ( 'off' === $wdcl_merge || !wdcl_has_pro()) {15 if ( 'off' === $wdcl_merge ) { 16 16 foreach ( (array) $module_files as $module_file ) { 17 17 if ( $module_file && preg_match( "/\/modules\/\b([^\/]+)\/\\1\.php$/", $module_file ) ) { -
wow-carousel-for-divi-lite/trunk/readme.txt
r2719794 r2719958 4 4 Requires at least: 4.8 5 5 Tested up to: 6.0 6 Stable tag: 1.2. 56 Stable tag: 1.2.6 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 92 92 93 93 == Changelog == 94 = 1.2.6 = 95 - Fixed: Pro and Lite version conflicts 96 94 97 = 1.2.3 = 95 98 - Added: Freemius SDK -
wow-carousel-for-divi-lite/trunk/wow-divi-carousel-lite.php
r2719794 r2719958 4 4 Plugin URI: https://wordpress.org/plugins/wow-carousel-for-divi-lite/ 5 5 Description: A Divi touch enabled plugin that lets you create a beautiful responsive carousel slider. 6 Version: 1.2. 56 Version: 1.2.6 7 7 Author: DiviPeople 8 8 Author URI: https://divipeople.com/ … … 30 30 } 31 31 32 define( 'WDCL_PLUGIN_VERSION', '1.2. 5' );32 define( 'WDCL_PLUGIN_VERSION', '1.2.6' ); 33 33 define( 'WDCL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 34 34 define( 'WDCL_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.