Skip to content

Releases: WildcardSearch/MentionMe

MentionMe 3.2.12

12 Sep 22:11
a93ca9c
Compare
Choose a tag to compare

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

22 Jun 14:49
75c01a8
Compare
Choose a tag to compare

Fixes:

  • a bug where autocomplete failed for SCEditor after MyBB 1.8.21

MentionMe 3.2.10

11 May 14:20
604e634
Compare
Choose a tag to compare

Fixes:

  • a bug where usernames that were email addresses or were similar to email addresses were not matched

MentionMe 3.2.9

27 Feb 20:40
ce0dd9a
Compare
Choose a tag to compare

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

23 Nov 16:48
7aa79aa
Compare
Choose a tag to compare

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

23 Nov 16:47
7aa79aa
Compare
Choose a tag to compare

MentionMe 3.2.7

08 Aug 01:30
16b2deb
Compare
Choose a tag to compare

Fixed some embarrassing typos...

MentionMe 3.2.6

06 Aug 23:57
2483300
Compare
Choose a tag to compare

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

04 Aug 20:13
e13a566
Compare
Choose a tag to compare

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

20 Jun 23:31
bc2bfd4
Compare
Choose a tag to compare

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.