Skip to content

Commit b5da6d2

Browse files
Update version to v1.7.16
1 parent e904739 commit b5da6d2

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
**Donate link:** https://www.paypal.me/BnB90/50
44
**Tags:** comments, mention, email, user, bbpress
55
**Requires at least:** 4.6
6-
**Tested up to:** 6.7.2
7-
**Stable tag:** 1.7.15
6+
**Tested up to:** 6.8.1
7+
**Stable tag:** 1.7.16
88
**Requires PHP:** 5.6
99
**License:** GPLv2 or later
1010
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

comment-mention.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Author URI: https://bhargavb.com
77
* Text Domain: comment-mention
88
* Domain Path: /languages
9-
* Version: 1.7.15
9+
* Version: 1.7.16
1010
*
1111
* @package Comment_Mention
1212
*/
@@ -21,7 +21,7 @@
2121
/**
2222
* The version of the plugin.
2323
*/
24-
define( 'CMT_MNTN_VERSION', '1.7.15' );
24+
define( 'CMT_MNTN_VERSION', '1.7.16' );
2525
}
2626
if ( ! defined( 'CMT_MNTN_PATH' ) ) {
2727
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comment-mention",
3-
"version": "1.7.14",
3+
"version": "1.7.16",
44
"description": "Comment Mention plugin",
55
"main": "Gruntfile.js",
66
"scripts": {

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: bhargavbhandari90, biliplugins, hackkzy404
33
Donate link: https://www.paypal.me/BnB90/50
44
Tags: comments, mention, email, user, bbpress
55
Requires at least: 4.6
6-
Tested up to: 6.7.2
7-
Stable tag: 1.7.15
6+
Tested up to: 6.8.1
7+
Stable tag: 1.7.16
88
Requires PHP: 5.6
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -63,6 +63,9 @@ e.g.
6363

6464
== Changelog ==
6565

66+
= 1.7.16 =
67+
* Removed case-sensitivity while searching users.
68+
6669
= 1.7.15 =
6770
* Added option to enable avatars for mentioned users.
6871

0 commit comments

Comments
 (0)