Releases: WildcardSearch/MentionMe
Releases · WildcardSearch/MentionMe
MentionMe 3.2.12
Fixes:
- a fatal error when MentionMe is uninstalled while MyAlerts is deactivated
- a bug where if certain combinations of the at symbol '@' and the double quote '"' appeared in a post, mentions after that could not be detected properly
Changes:
- adds the ability to fine-tune popup position in SCEditor
MentionMe 3.2.11
Fixes:
- a bug where autocomplete failed for SCEditor after MyBB 1.8.21
MentionMe 3.2.10
Fixes:
- a bug where usernames that were email addresses or were similar to email addresses were not matched
MentionMe 3.2.9
Changes:
- now rebuilding name cache after settings are adjusted (thanks @Eldenroot)
Fixes:
- an issue where when using Rin Editor with the editor in source mode by default multiple issues occurred (thanks to @martec for guidance)
- a bug where when MyAlerts is deactivated, an error occurred (reported by @Eldenroot)
- a bug where when MyAlerts is deactivated, an incorrect integration message was displayed
MentionMe 3.2.8
Changes:
- upgraded installer class
Fixes:
- a bug where autocomplete would not work on responsive designs because it depended upon table elements
- a bug where other iframes on the page prevented the popup from displaying
v: Merge pull request #236 from WildcardSearch/maintenance
MentionMe 3.2.7
Fixed some embarrassing typos...
MentionMe 3.2.6
Changes:
- Support added for DVZ Shoutbox (requested by @Eldenroot)
- Upgraded installer libraries
- A setting was added for the popup minimum width
- Added content protection for image folders
Fixes:
- a bug where CSS was not properly cached on install in some cases (found thanks to @Eldenroot)
- a bug where permissions didn't consider users that can only view their own threads (reported by @dvz)
MentionMe 3.2.5
Fixes:
- a bug where an error occurred when guests tried to use the autocomplete popup
- a bug where if the user had no assigned avatar, the default avatar was not assigned in some cases (fixed by @burnacid)
MentionMe 3.2.4
Fixes:
- a bug where an incorrect setting name was used, disabling the ability to open mention links in a new window or tab (fixed by @SvePu)
Changes:
- The query to retrieve thread participants for the autocomplete popup proved to be quite intensive for larger forums. @chack1172 and I made some improvements to the SQL:PHP ratio and simplified the query for a nice increase in performance and efficiency.