From 24ffe63299aede48264aea9634b3088a2951a0d0 Mon Sep 17 00:00:00 2001 From: shewa12 Date: Mon, 30 Sep 2024 18:15:47 +0600 Subject: [PATCH 1/2] Change log updated --- readme.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index eac642fad..df5a3d900 100644 --- a/readme.txt +++ b/readme.txt @@ -286,7 +286,17 @@ All of these Tutor LMS features allow the users to design a more powerful and di = 3.0.0-beta2 - September 30, 2024 -Coming soon... +Update: Added Legacy Mode support for course and lesson descriptions. +Update: Enhanced subscription creation process and resolved issues with subscription expiration and renewal dates. (Pro) +Fix: Automatic WooCommerce product creation for courses, and resolved issues with applying coupon codes for subscription-based courses. (Pro) +Fix: Addressed course bundle behavior, preventing access without completing payment. (Pro) +Fix: Spotlight mode issues in quizzes have been resolved. +Fix: Enhanced course bundle compatibility with Tutor’s native payment. (Pro) +Fix: Fixed subscription trash and delete functionality. (Pro) +Fix: Fatal errors related to course bundles and subscription pages have been resolved. (Pro) +Fix: Corrected warnings and inaccurate order status count for subscriptions. (Pro) +Fix: Addressed issues with lesson prerequisites and full-screen mode. +Fix: AI Studio functionality is enhanced with image generation fixes. (Pro) = 3.0.0-beta1 - September 10, 2024 From 0afc7df3e08de0ca4981252bea011532f4b05075 Mon Sep 17 00:00:00 2001 From: shewa12 Date: Mon, 30 Sep 2024 18:17:45 +0600 Subject: [PATCH 2/2] Apply coupon to enable coupon title updated --- ecommerce/Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecommerce/Settings.php b/ecommerce/Settings.php index a4089bcff..e424cb20b 100644 --- a/ecommerce/Settings.php +++ b/ecommerce/Settings.php @@ -183,7 +183,7 @@ public static function add_ecommerce_settings( $fields ) { array( 'key' => OptionKeys::IS_COUPON_APPLICABLE, 'type' => 'toggle_switch', - 'label' => __( 'Apply Coupon Code', 'tutor' ), + 'label' => __( 'Enable Coupon Code', 'tutor' ), 'default' => 'off', 'desc' => __( 'Enable this option to allow users to apply a coupon code while checkout.', 'tutor' ), ),