Skip to content

Commit

Permalink
= 4.2.6.5 =
Browse files Browse the repository at this point in the history
  • Loading branch information
tungnxt89 committed Apr 16, 2024
1 parent a7968be commit 326392c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/course.php
Expand Up @@ -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',
Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Expand Up @@ -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.
Expand Down

0 comments on commit 326392c

Please sign in to comment.