mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- changed version;
- code review;
This commit is contained in:
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user