Changeset 2719794
- Timestamp:
- 05/07/2022 08:39:37 AM (4 years ago)
- Location:
- wow-carousel-for-divi-lite
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.5 (copied) (copied from wow-carousel-for-divi-lite/trunk)
-
tags/1.2.5/readme.txt (modified) (1 diff)
-
tags/1.2.5/wow-divi-carousel-lite.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wow-divi-carousel-lite.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wow-carousel-for-divi-lite/tags/1.2.5/readme.txt
r2719790 r2719794 4 4 Requires at least: 4.8 5 5 Tested up to: 6.0 6 Stable tag: 1.2. 46 Stable tag: 1.2.5 7 7 Requires PHP: 5.6 8 8 License: GPLv2 -
wow-carousel-for-divi-lite/tags/1.2.5/wow-divi-carousel-lite.php
r2719790 r2719794 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. 46 Version: 1.2.5 7 7 Author: DiviPeople 8 8 Author URI: https://divipeople.com/ … … 30 30 } 31 31 32 define( 'WDCL_PLUGIN_VERSION', '1.2. 4' );32 define( 'WDCL_PLUGIN_VERSION', '1.2.5' ); 33 33 define( 'WDCL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 34 34 define( 'WDCL_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); … … 66 66 'support' => false, 67 67 'affiliation' => false, 68 ), 69 70 #START_REPLACE 71 'secret_key' => 'sk_4Z=&m_2dtRpS!%kO9VpR1820bF]rr', 72 #END_REPLACE 68 ) 73 69 ) ); 74 70 } -
wow-carousel-for-divi-lite/trunk/readme.txt
r2719790 r2719794 4 4 Requires at least: 4.8 5 5 Tested up to: 6.0 6 Stable tag: 1.2. 46 Stable tag: 1.2.5 7 7 Requires PHP: 5.6 8 8 License: GPLv2 -
wow-carousel-for-divi-lite/trunk/wow-divi-carousel-lite.php
r2719790 r2719794 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. 46 Version: 1.2.5 7 7 Author: DiviPeople 8 8 Author URI: https://divipeople.com/ … … 30 30 } 31 31 32 define( 'WDCL_PLUGIN_VERSION', '1.2. 4' );32 define( 'WDCL_PLUGIN_VERSION', '1.2.5' ); 33 33 define( 'WDCL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 34 34 define( 'WDCL_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); … … 66 66 'support' => false, 67 67 'affiliation' => false, 68 ), 69 70 #START_REPLACE 71 'secret_key' => 'sk_4Z=&m_2dtRpS!%kO9VpR1820bF]rr', 72 #END_REPLACE 68 ) 73 69 ) ); 74 70 }
Note: See TracChangeset
for help on using the changeset viewer.