Changeset 2672622
- Timestamp:
- 02/04/2022 02:10:17 AM (4 years ago)
- Location:
- wppv-divi/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-pay-per-view-divi.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wppv-divi/trunk/readme.txt
r2648820 r2672622 3 3 Tags: pay per view, divi, woocommerce 4 4 Requires at least: 3.9 5 Tested up to: 5. 7.26 Stable tag: 1.0. 75 Tested up to: 5.9 6 Stable tag: 1.0.8 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 39 39 == Changelog == 40 40 41 Version v1.0.8 42 Added support of WordPress 5.9. 43 41 44 Version v1.0.7 42 45 Added support of select videos in Current product. -
wppv-divi/trunk/wp-pay-per-view-divi.php
r2648820 r2672622 4 4 Plugin URI: https://wppayperview.com 5 5 Description: Allows Divi users to add WP Pay Per View videos to their Divi website as a Divi module. 6 Version: 1.0. 76 Version: 1.0.8 7 7 Author: WP Pay Per View 8 8 License: GPL2 … … 25 25 */ 26 26 27 define('WPPV_DIVI_VERSION', '1.0. 7.38');27 define('WPPV_DIVI_VERSION', '1.0.8.39'); 28 28 29 29 if ( ! function_exists( 'wppv_divi_initialize_extension' )): 30 //function wppv_divi_is_local_debug() {31 //return strpos(home_url(), 'http://pc2pp.com') !== false || strpos(home_url(), 'http://wppv.com') !== false;32 //}33 //if(wppv_divi_is_local_debug() && !defined('WPPV_DEBUG')) {34 //define('WPPV_DEBUG', true);35 //}30 function wppv_divi_is_local_debug() { 31 return strpos(home_url(), 'http://pc2pp.com') !== false || strpos(home_url(), 'http://wppv.com') !== false; 32 } 33 if(wppv_divi_is_local_debug() && !defined('WPPV_DEBUG')) { 34 define('WPPV_DEBUG', true); 35 } 36 36 /** 37 37 * Creates the extension's main class instance.
Note: See TracChangeset
for help on using the changeset viewer.