Skip to content

Commit

Permalink
= 4.2.6.6 =
Browse files Browse the repository at this point in the history
~ Update file readme.
  • Loading branch information
tungnxt89 committed May 6, 2024
1 parent 1906f19 commit a4ae525
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/Models/ListCourseCategories.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public static function get_all_categories_id_name( array $arg_query_terms = [] )
'taxonomy' => LP_COURSE_CATEGORY_TAX,
'fields' => 'id=>name',
'parent' => 0,
'orderby' => 'term_order',
'order' => 'ASC',
'orderby' => 'term_order',
'order' => 'ASC',
];

$arg_query_terms = array_merge( $arg_query_terms_default, $arg_query_terms );
Expand Down
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ https://www.transifex.com/projects/p/learnpress/

== Changelog ==

= 4.2.6.6 (2024-05-07) =
~ Fixed: security.
~ Fixed: delete user item when remove order item.
~ Excluded: questions from search via param ?s of WordPress.

= 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.
Expand Down

0 comments on commit a4ae525

Please sign in to comment.