updated plugin Easy Digital Downloads version 3.1.0.4

This commit is contained in:
2023-01-18 16:39:57 +00:00
committed by Gitium
parent ae8dabbd21
commit 6f8f73e860
77 changed files with 2262 additions and 681 deletions

View File

@ -5,7 +5,7 @@
* Description: The easiest way to sell digital products with WordPress.
* Author: Easy Digital Downloads
* Author URI: https://easydigitaldownloads.com
* Version: 3.1.0.3
* Version: 3.1.0.4
* Text Domain: easy-digital-downloads
* Domain Path: languages
* Requires PHP: 5.6
@ -26,7 +26,7 @@
* @package EDD
* @category Core
* @author Easy Digital Downloads
* @version 3.1.0.3
* @version 3.1.0.4
*/
// Exit if accessed directly.
@ -125,6 +125,8 @@ final class EDD_Requirements_Check {
*/
private function load() {
require_once dirname( __FILE__ ) . '/vendor/autoload.php';
// Maybe include the bundled bootstrapper
if ( ! class_exists( 'Easy_Digital_Downloads' ) ) {
require_once dirname( $this->file ) . '/includes/class-easy-digital-downloads.php';