Skip to content

Releases: WildcardSearch/MentionMe

MentionMe 3.2.3

21 Jan 19:45
e43d037
Compare
Choose a tag to compare

Fixes:

  • a bug where an unquoted function name caused a warning in PHP 7.2
  • a bug where when using Rin editor, autocomplete was broken when toggling to source mode and back
  • a bug where users with names that are shorter than the board's minimum username length setting could not be mentioned
  • a bug where some user names with special characters appeared twice in the autocomplete popup under certain circumstance

Changes:

  • added external upgrade module
  • removed advanced matching as it is no longer necessary with autocomplete and delimiters; results in more efficient processing overall

MentionMe 3.2.2

06 Jan 20:23
15b613a
Compare
Choose a tag to compare

Fixes:

  • a bug where editing posts that contained mentions caused duplicate alerts
  • a bug where new posts that were merged into existing posts containing a mention of same user resulted in duplicate alerts
  • a bug where in some situations the name cache was corrupted by user group formatting HTML

MentionMe 3.2.1

18 Nov 17:32
0aacf90
Compare
Choose a tag to compare

Fixes:

  • a bug that caused the name cache task to fail under certain circumstances
  • a bug where the language wasn't loaded before running the task in certain circumstance

Changes:

  • better version comparison for MyAlerts
  • update some internal libraries

MentionMe 3.2

02 Nov 01:43
18fa4a0
Compare
Choose a tag to compare

Fixes:

  • a bug where the popup didn't consider the theme image directory when loading images
  • a bug where in some cases, users were sent alerts from forums/threads/posts that they cannot view
  • a bug where the popup did not display instructions when empty
  • a bug where alerts were not sent in some cases

Changes:

  • added Quick Edit support
  • improved mention detection
  • broken avatars in the popup are now assigned to the default avatar client-side
  • added a link in plugin info to rebuild the name cache
  • language improvements
  • design improvements
  • removed some hard coded HTML from the JavaScript
  • setting added to control whether the popup would snap the selection to the top or allow traditional free-scrolling
  • title property added to mention link HTML
  • setting added to control the amount of thread participants to include and prioritize in the autocomplete popup

MentionMe 3.1.4

11 Oct 01:39
Compare
Choose a tag to compare

Changes:

  • case is now preserved for inserted mentions
  • further design improvements by @Eldenroot

MentionMe 3.1.3

23 Sep 17:53
Compare
Choose a tag to compare

Fixes:

  • a PHP warning when the name cache is empty
  • added codename to the plugin
  • an installation error when the alert type is already used
  • a bug where when using CKEditor, once you post in quick reply you can no longer use the mention autocomplete popup
  • a bug where when using SCEditor the popup was partially hidden behind the editor container depending on cursor position

MentionMe 3.1.2

17 Sep 21:00
Compare
Choose a tag to compare

Fixes:

  • an issue where short names weren't properly padded in the autocomplete popup
  • a bug in the third party cursor positioning routines that caused the popup to be misaligned if the cursor was past the first 'page'
  • an issue where the popup appear to visually glitch when nearing the end of the name list
  • a bug where avatars were sometimes assigned to the wrong user in the autocomplete popup

Changes:

  • several minor JavaScript improvements

MentionMe 3.1.1

16 Sep 14:50
Compare
Choose a tag to compare

Fixes:

  • a bug where inserting mentions via the postbit button disabled the Quick Reply autocompletion popup
  • installation error where fields defined as NOT NULL were assigned a null value
  • an error where mb_strtolower was not used when applied to user names (which have the possibility of containing international characters

Changes:

  • added a setting to control whether mention links are directed to a new window/tab or opened in the current window/tab
  • Design improvements for the autocomplete popup
  • The name cache no longer caches banned users

MentionMe 3.1

01 Jan 19:19
Compare
Choose a tag to compare

Changed:

  • added a class to mention link HTML for customization
  • added a link in plugin info to integrate with MyAlerts without uninstall
  • added setting to replace/remove the at symbol in mention display
  • added peekers to settings in ACP which have dependents
  • Autocomplete:
  • complete redesign of the popup (Thanks @cu8eeer)
  • added support for CKEditor
  • added setting to display avatars in the popup
  • added setting to limit the popup to a maximum number of items
  • added setting to use and prioritize names of participants in the current thread in the autocomplete popup
  • matching letters are now highlighted
  • added setting to control full text search, whether to search for names that begin with the typed text or for user names with the typed text anywhere in it

Fixed:

  • an error where templates weren't being cached

MentionMe 3.0.4

29 Dec 22:56
Compare
Choose a tag to compare

Fixes invalid HTML in the popup template