Changeset 2720322
- Timestamp:
- 05/09/2022 12:32:54 AM (3 years ago)
- Location:
- wppv-divi/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wppv-divi/trunk/readme.txt
r2672622 r2720322 3 3 Tags: pay per view, divi, woocommerce 4 4 Requires at least: 3.9 5 Tested up to: 5.95 Tested up to: 6.0 6 6 Stable tag: 1.0.8 7 7 License: GPLv2 or later … … 39 39 == Changelog == 40 40 41 Version v1.0.9 42 Added support of WordPress 6.0. 43 41 44 Version v1.0.8 42 45 Added support of WordPress 5.9. -
wppv-divi/trunk/wp-pay-per-view-divi.php
r2672622 r2720322 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. 86 Version: 1.0.9 7 7 Author: WP Pay Per View 8 8 License: GPL2 … … 10 10 Text Domain: wppv-divi 11 11 Domain Path: /languages 12 Requires at least: 3.9 13 Tested up to: 6.0 12 14 13 15 WP Pay Per View Divi is free software: you can redistribute it and/or modify … … 25 27 */ 26 28 27 define('WPPV_DIVI_VERSION', '1.0. 8.39');29 define('WPPV_DIVI_VERSION', '1.0.9.40'); 28 30 29 31 if ( ! function_exists( 'wppv_divi_initialize_extension' )):
Note: See TracChangeset
for help on using the changeset viewer.