diff --git a/includes/core/class-access.php b/includes/core/class-access.php index c53f4ae3..ddff6cd8 100644 --- a/includes/core/class-access.php +++ b/includes/core/class-access.php @@ -1058,12 +1058,12 @@ if ( ! class_exists( 'um\core\Access' ) ) { /** * Exclude comments from comments feed * - * @param string $where - * @param \WP_Query $query + * @param string $where + * @param \WP_Query $query * * @return string */ - function exclude_posts_comments_feed( $where, $query ){ + function exclude_posts_comments_feed( $where, $query ) { $exclude_posts = $this->exclude_posts_array( false ); if ( ! empty( $exclude_posts ) ) { $exclude_string = implode( ',', $exclude_posts ); diff --git a/readme.txt b/readme.txt index dcb1216e..92f1b261 100644 --- a/readme.txt +++ b/readme.txt @@ -155,9 +155,17 @@ The plugin works with popular caching plugins by automatically excluding Ultimat * To learn more about version 2.1 please see this [docs](https://docs.ultimatemember.com/article/1512-upgrade-2-1-0) * UM2.1+ is a significant update to the Member Directories' code base from 2.0.x. Please make sure you take a full-site backup with restore point before updating the plugin -= 2.1.22: July xx, 2021 = += 2.2.0: July 20, 2021 = +* Enhancements: + - Added: Sanitizing handlers to the Ultimate Member > Settings forms' fields + - Added: Sanitizing handlers to the Ultimate Member > User Role Add/Edit forms' fields + - Added: Sanitizing handlers to the Ultimate Member > Forms forms' fields + - Added: Sanitizing handlers to the Ultimate Member > User Roles forms' fields + - Added: Sanitizing handlers to the Restriction Content forms' fields in the posts/pages/menus additional fields + +* Bugfixes: = 2.1.21: June 17, 2021 = diff --git a/ultimate-member.php b/ultimate-member.php index 4c3967c8..2f8da3c7 100644 --- a/ultimate-member.php +++ b/ultimate-member.php @@ -3,7 +3,7 @@ Plugin Name: Ultimate Member Plugin URI: http://ultimatemember.com/ Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress -Version: 2.1.22-alpha +Version: 2.2.0-beta Author: Ultimate Member Author URI: http://ultimatemember.com/ Text Domain: ultimate-member