Plugin Directory

Changeset 3257178


Ignore:
Timestamp:
03/17/2025 02:03:52 PM (13 months ago)
Author:
magicplugins
Message:

comment

Location:
wppv-divi/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wppv-divi/trunk/includes/modules/WPPVVideo/WPPVVideo.php

    r2648820 r3257178  
    133133        $product_id = self::get_product_id( $args );
    134134        $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'))
    136136        {
    137137            $vidoe_type = unvq_video_type($file_url);
  • wppv-divi/trunk/readme.txt

    r3063040 r3257178  
    33Tags: pay per view, divi, woocommerce
    44Requires at least: 3.9
    5 Tested up to: 6.5
    6 Stable tag: 1.0.8
     5Tested up to: 6.7
     6Stable tag: 1.0.12
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3838
    3939== Changelog ==
     40
     41Version v1.0.12
     42    Fixed issue of trigger fatal error when WP Pay Per View license check is invalid.
    4043
    4144Version v1.0.11
  • wppv-divi/trunk/wp-pay-per-view-divi.php

    r3063040 r3257178  
    44Plugin URI:  https://wppayperview.com
    55Description: Allows Divi users to add WP Pay Per View videos to their Divi website as a Divi module.
    6 Version:     1.0.11
     6Version:     1.0.12
    77Author: WP Pay Per View
    88License:     GPL2
     
    1111Domain Path: /languages
    1212Requires at least: 3.9
    13 Tested up to: 6.5
     13Tested up to: 6.7
    1414
    1515WP Pay Per View Divi is free software: you can redistribute it and/or modify
     
    2727*/
    2828
    29 define('WPPV_DIVI_VERSION', '1.0.11.42');
     29define('WPPV_DIVI_VERSION', '1.0.12.43');
    3030
    3131if ( ! function_exists( 'wppv_divi_initialize_extension' )):
Note: See TracChangeset for help on using the changeset viewer.