diff --git a/config/settings/course.php b/config/settings/course.php index 0d3ca3b41..ec33b6be6 100644 --- a/config/settings/course.php +++ b/config/settings/course.php @@ -61,7 +61,7 @@ ), array( 'title' => esc_html__( 'Load courses of subcategory', 'learnpress' ), - 'desc' => esc_html__( 'Load courses of subcategories on Parent Category without tick Parent.', 'learnpress' ), + 'desc' => esc_html__( 'Get all the courses in the child category that are not selected in the parent category.', 'learnpress' ), 'id' => 'get_courses_of_subcategory', 'default' => 'no', 'type' => 'checkbox', diff --git a/readme.txt b/readme.txt index 9edb29c06..484ccedbb 100644 --- a/readme.txt +++ b/readme.txt @@ -210,6 +210,12 @@ https://www.transifex.com/projects/p/learnpress/ == Changelog == += 4.2.6.5 (2024-04-17) = +~ Fixed: security. +~ Added: option "Load courses of subcategory", get all the courses in the child category that are not selected in the parent category. +~ Added: option "Number level category want to show" for widget course filter. +~ Added: option "show/hide author Admin on list instructors". + = 4.2.6.4 (2024-04-01) = ~ Compatible with WordPress 6.5. ~ Fixed: security.