| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | Contributors: thimpress, tungnx89, nhamdv, nguyenlammanh, tunnhn, phonglq.foobla, thongta, kendy73, leehld |
| 3 | 3 | Donate link: |
| 4 | 4 | Tags: elearning, education, course, lms, learning management system |
| 5 | 5 | Tested up to: 7.1 |
| 6 | -Stable tag: 4.4.7 | |
| 6 | +Stable tag: 4.4.8 | |
| 7 | 7 | License: GPLv3 |
| 8 | 8 | License URI: https://www.gnu.org/licenses/gpl-3.0.html |
| 9 | 9 | |
| 10 | 10 | A WordPress LMS Plugin to create WordPress Learning Management System. Turn your WordPress to LMS WordPress Website with Courses, Lessons, Quizzes & more. |
| @@ -300,10 +300,21 @@ | ||
| 300 | 300 | 13. Add-ons: Unlock endless possibilities with our add-ons from additional payment gateways to more managing course options. Tailor to your needs and easily scale as your site grow |
| 301 | 301 | |
| 302 | 302 | == Changelog == |
| 303 | 303 | |
| 304 | += 4.4.8 (2026-09-18) = | |
| 305 | +* Fixed: security (Props @Yuto Hyakumoto, @Wordfence). | |
| 306 | +* Refactor: tables custom post type, lesson, order, question, quiz. | |
| 307 | +* Refactor: query list courses, lessons, questions, quizzes on WP Backend list posts. | |
| 308 | +* Fixed: PayPal token invalid when switch mode live or sandbox. | |
| 309 | +* Fixed: case use captCha plugin, case register, login direct when register user success instead of use wp_signon(). | |
| 310 | +* Fixed: Edit description Lesson, Quiz, Question on CourseBuilder must get ->post_content instead ->get_the_content() (get_the_content() only use on the Frontend). | |
| 311 | +* Style: synchronize table styles checkout, order receiver, orders profile, and my courses profile. | |
| 312 | +* Style: btn loading. | |
| 313 | +* Style: lp table. | |
| 314 | + | |
| 304 | 315 | = 4.4.7 (2026-09-11) = |
| 305 | -* Fixed: security (Props @Karthik Ramakrishnan, @vuxvinh, @Nicat Sultanov, @Sai Praneeth Koti, @Artus KG) | |
| 316 | +* Fixed: security (Props @Karthik Ramakrishnan, @vuxvinh, @Nicat Sultanov, @Sai Praneeth Koti, @Artus KG). | |
| 306 | 317 | * Fixed minor bugs. |
| 307 | 318 | * Update: manager themes screen. |
| 308 | 319 | * Update: setup wizard screen. |
| 309 | 320 | |