| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | * Plugin Name: LearnPress |
| 4 | 4 | * Plugin URI: https://thimpress.com/learnpress |
| 5 | 5 | * Description: LearnPress is a WordPress complete solution for creating a Learning Management System (LMS). It can help you to create courses, lessons and quizzes. |
| 6 | 6 | * Author: ThimPress |
| 7 | - * Version: 4.4.6 | |
| 7 | + * Version: 4.4.8 | |
| 8 | 8 | * Author URI: http://thimpress.com |
| 9 | 9 | * Requires at least: 6.0 |
| 10 | 10 | * Requires PHP: 7.4 |
| 11 | 11 | * Text Domain: learnpress |
| @@ -27,8 +27,9 @@ | ||
| 27 | 27 | use LearnPress\Ajax\Order\ExportOrderCSVAjax; |
| 28 | 28 | use LearnPress\Ajax\LessonAjax; |
| 29 | 29 | use LearnPress\Ajax\LoadContentViaAjax; |
| 30 | 30 | use LearnPress\Ajax\SampleDataAJAX; |
| 31 | +use LearnPress\Ajax\SetupWizardAjax; | |
| 31 | 32 | use LearnPress\Ajax\AI\AIAssistantAjax; |
| 32 | 33 | use LearnPress\Ajax\MCP\McpApiKeysAjax; |
| 33 | 34 | use LearnPress\Ajax\Webhook\WebhooksAjax; |
| 34 | 35 | use LearnPress\Ajax\CourseBuilder\CBEditCourseAjax; |
| @@ -490,10 +491,8 @@ | ||
| 490 | 491 | |
| 491 | 492 | include_once 'inc/lp-webhooks.php'; // Addon learnpress-2checkout-payment v4.0.1 is using, when update v4.0.2 don't need load it. |
| 492 | 493 | include_once 'inc/class-lp-request-handler.php'; |
| 493 | 494 | |
| 494 | - include_once 'inc/admin/helpers/class-lp-plugins-helper.php'; | |
| 495 | - | |
| 496 | 495 | // Todo: tungnx check those files. |
| 497 | 496 | include_once 'inc/abstracts/abstract-object-query.php'; |
| 498 | 497 | include_once 'inc/class-lp-course-query.php'; |
| 499 | 498 | include_once 'inc/abstracts/abstract-addon.php'; |
| @@ -762,8 +761,9 @@ | ||
| 762 | 761 | function () { |
| 763 | 762 | LoadContentViaAjax::catch_lp_ajax(); |
| 764 | 763 | LessonAjax::catch_lp_ajax(); |
| 765 | 764 | SampleDataAJAX::catch_lp_ajax(); |
| 765 | + SetupWizardAjax::catch_lp_ajax(); | |
| 766 | 766 | EditCurriculumAjax::catch_lp_ajax(); |
| 767 | 767 | EditQuizAjax::catch_lp_ajax(); |
| 768 | 768 | EditQuestionAjax::catch_lp_ajax(); |
| 769 | 769 | SendEmailAjax::catch_lp_ajax(); |