- changed version;

- code review;
This commit is contained in:
Nikita Sinelnikov
2021-07-07 14:56:36 +03:00
parent 734cc71395
commit 78c476cbb3
3 changed files with 13 additions and 5 deletions
+3 -3
View File
@@ -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 );
+9 -1
View File
@@ -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 =
+1 -1
View File
@@ -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