diff --git a/functions/wpt_productions.php b/functions/wpt_productions.php index 1f8507f8..e4c1e8ae 100644 --- a/functions/wpt_productions.php +++ b/functions/wpt_productions.php @@ -795,7 +795,7 @@ protected function get_html_page_navigation( $args = array() ) { * @access private * @since 0.13 * @since 0.15.16 Added the $end_after argument. - * Change behavious of $start_after argument. + * Changes behaviour of $start_after argument. * @param string $start_after Select productions that only have events that start after $start_after. * @param string $start_before Select productions that have events that start before $start_before. * @param string $end_after Select productions that have events that start after $end_after. diff --git a/readme.txt b/readme.txt index a6bd19da..fb982cbd 100644 --- a/readme.txt +++ b/readme.txt @@ -153,6 +153,8 @@ This release focusses on a more streamlined experience when managing your events * Fixed a problem with the event editor in WordPress 4.7 (0.15.15). * Fixed the day-filter in event lists (0.15.16). * Fixed an ecoding problem in the upcoming event feeds (0.15.16). + * Fixed a sorting issue on archive/search pages with mixed post types (0.15.16). + * Deprecations * Deprecated the custom CSS settings in favour of the custom CSS setting that came with WordPress 4.7 (0.15.16).