Skip to content

Commit

Permalink
3.2.6 Pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Vincent committed Aug 6, 2018
1 parent 3dc2d41 commit bc59b5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
## MentionMe 3.2.5
## MentionMe 3.2.6

A plugin for MyBB 1.8.x that allows Twitter-style tagging and integration with [MyAlerts](https://github.com/euantorano/MyAlerts)

While this plugin works with MyAlerts, it is not necessary for the tagging features to work. When MyAlerts is installed integration is enabled by default (in Admin CP).

MyBB Release Thread: http://community.mybb.com/thread-131448.html

Twitter Addons: https://github.com/Advanced-Sidebox/Twitter-Addons

#Features
* mention auto-completion while typing`*`
* supports standard textarea, SCEditor (default WYSIWYG), CKEditor (Rin Editor, etc.), MHEditor (doylecc)
* DVZ Shoutbox support
* full text search`*`
* displays avatars in autocomplete popup`*`
* uses a prioritizes users from the current thread, when applicable`*`
Expand Down
2 changes: 1 addition & 1 deletion Upload/inc/plugins/mention.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// checked by other plugin files
define('IN_MENTIONME', true);
define('MENTIONME_VERSION', '3.2.5');
define('MENTIONME_VERSION', '3.2.6');

// register custom class autoloader
spl_autoload_register('mentionMeClassAutoLoad');
Expand Down

0 comments on commit bc59b5e

Please sign in to comment.