Changeset 3257178
- Timestamp:
- 03/17/2025 02:03:52 PM (13 months ago)
- Location:
- wppv-divi/trunk
- Files:
-
- 3 edited
-
includes/modules/WPPVVideo/WPPVVideo.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-pay-per-view-divi.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wppv-divi/trunk/includes/modules/WPPVVideo/WPPVVideo.php
r2648820 r3257178 133 133 $product_id = self::get_product_id( $args ); 134 134 $file_url = wppv_get_video_url($product_id, intval($args['video'])); //wppv_get_preview_video_url($product); 135 if(!empty($file_url) )135 if(!empty($file_url) && function_exists('wppv_get_video_info')) 136 136 { 137 137 $vidoe_type = unvq_video_type($file_url); -
wppv-divi/trunk/readme.txt
r3063040 r3257178 3 3 Tags: pay per view, divi, woocommerce 4 4 Requires at least: 3.9 5 Tested up to: 6. 56 Stable tag: 1.0. 85 Tested up to: 6.7 6 Stable tag: 1.0.12 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 38 38 39 39 == Changelog == 40 41 Version v1.0.12 42 Fixed issue of trigger fatal error when WP Pay Per View license check is invalid. 40 43 41 44 Version v1.0.11 -
wppv-divi/trunk/wp-pay-per-view-divi.php
r3063040 r3257178 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.1 16 Version: 1.0.12 7 7 Author: WP Pay Per View 8 8 License: GPL2 … … 11 11 Domain Path: /languages 12 12 Requires at least: 3.9 13 Tested up to: 6. 513 Tested up to: 6.7 14 14 15 15 WP Pay Per View Divi is free software: you can redistribute it and/or modify … … 27 27 */ 28 28 29 define('WPPV_DIVI_VERSION', '1.0.1 1.42');29 define('WPPV_DIVI_VERSION', '1.0.12.43'); 30 30 31 31 if ( ! function_exists( 'wppv_divi_initialize_extension' )):
Note: See TracChangeset
for help on using the changeset viewer.