Skip to content

Commit

Permalink
Update to v1.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
BhargavBhandari90 committed Nov 16, 2024
1 parent d94274a commit 3f85a5e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
**Donate link:** https://www.paypal.me/BnB90/50
**Tags:** comments, mention, email, user, bbpress
**Requires at least:** 4.6
**Tested up to:** 6.6.2
**Stable tag:** 1.7.13
**Tested up to:** 6.7
**Stable tag:** 1.7.14
**Requires PHP:** 5.6
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -63,6 +63,10 @@ e.g.

## Changelog ##

### 1.7.14 ###
* Mention script improvisation for pro plugin.
* Added hooks for pro plugin.

### 1.7.13 ###
* Mention script improvisation for pro plugin.

Expand Down
4 changes: 2 additions & 2 deletions comment-mention.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author URI: https://bhargavb.com
* Text Domain: comment-mention
* Domain Path: /languages
* Version: 1.7.13
* Version: 1.7.14
*
* @package Comment_Mention
*/
Expand All @@ -21,7 +21,7 @@
/**
* The version of the plugin.
*/
define( 'CMT_MNTN_VERSION', '1.7.13' );
define( 'CMT_MNTN_VERSION', '1.7.14' );
}
if ( ! defined( 'CMT_MNTN_PATH' ) ) {
/**
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: bhargavbhandari90, biliplugins, hackkzy404
Donate link: https://www.paypal.me/BnB90/50
Tags: comments, mention, email, user, bbpress
Requires at least: 4.6
Tested up to: 6.6.2
Stable tag: 1.7.13
Tested up to: 6.7
Stable tag: 1.7.14
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -63,6 +63,10 @@ e.g.

== Changelog ==

= 1.7.14 =
* Mention script improvisation for pro plugin.
* Added hooks for pro plugin.

= 1.7.13 =
* Mention script improvisation for pro plugin.

Expand Down

0 comments on commit 3f85a5e

Please sign in to comment.