Skip to content

Commit

Permalink
Merge pull request #1170 from themeum/ecommerce-backend
Browse files Browse the repository at this point in the history
Change log updated
  • Loading branch information
shewa12 authored Sep 30, 2024
2 parents 8108a03 + 0afc7df commit 1c20968
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecommerce/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ),
),
Expand Down
12 changes: 11 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1c20968

Please sign in to comment.