Skip to content

Releases: mybbgroup/Thank-you-like-system

v3.3.6

30 Mar 12:57
1e1cc83
Compare
Choose a tag to compare

[ENHANCEMENT] - Optimise updating process (now we use template version parameter like in MyBB core templates) - thx @lairdshaw
[ENHANCEMENT] - Add JS versioning to avoid troubles during updates of plugin

v3.3.5

22 Feb 10:43
fc40609
Compare
Choose a tag to compare

[FIX] - Collapsed/expanded state for thank you/like list in postbit - thx @lairdshaw
[ENHANCEMENT] - Optimise queries for thank you/likes displaying in forumdisplay_threadlist - thx @lairdshaw

v3.3.4

16 Feb 20:31
c46969c
Compare
Choose a tag to compare

[FIX] - Find updated templates feature to follow all changes without uninstall between new releases - thx @lairdshaw

v3.3.3

05 Jan 12:48
9eebb6a
Compare
Choose a tag to compare

[FIX] - Reputation not added in some cases - #229 - thx @SvePu

v3.3.2

29 Oct 19:50
f565e76
Compare
Choose a tag to compare
  • [ENHANCEMENT] - Remember state of thx/like list - #217 - thx @effone
  • [FIX] - Button code wrapping - #219 - thx @effone

v3.3.1

02 Oct 18:42
159d5e4
Compare
Choose a tag to compare

[FIX] - Button append issue #213

v3.3.0

16 Jun 14:56
a2e81f3
Compare
Choose a tag to compare

[NEW FEATURE] - Allow displaying total thanks/likes from the first post of the thread in forumdisplay_thread template

[ENHANCEMENT] - CSS styles adjustments for member_profile trophy post

v3.2.0

03 Dec 16:02
375a9ca
Compare
Choose a tag to compare

[FIX] - Allow adding thanks/likes to posts in forums where user cannot post a reply
[ENHANCEMENT] - Apply CSS class for popular post only for post content (it should fix the issue with deleted/selected posts)

Thank you for your contribution @lairdshaw

v3.1.0

06 Aug 17:03
2f517a3
Compare
Choose a tag to compare
  • [FIX] - Sanitize post and thread names
  • [FIX] - Trophy post - content wordwrap
  • [FIX] - broken URL in ACP plugin setting - PHP date/time
  • [FIX] - Collapse/expand buttons are not loaded

Thank you for your contribution @lairdshaw, @SvePu and @0xB9

v3.0.0

19 Jul 17:41
f6a0fac
Compare
Choose a tag to compare
  • [FIX] - thanks/likes are now merged correctly when merging users via the ACP - @lairdshaw
  • [FIX] - a warning new to PHP 7.2 is now avoided (it was being triggered by an attempt to count a non-countable variable) - @lairdshaw
  • [FIX] - existing MyAlerts alerts for thanks/likes are no longer lost (orphaned) when the plugin is deactivated. Instead, the thanks/likes alert type is simply disabled on plugin deactivation and re-enabled on plugin reactivation - @lairdshaw
  • [FIX] - thanks/likes are now counted correctly when the plugin's "Remove self-given thanks/likes from counters" setting is enabled - @lairdshaw
  • [FIX] - excluded forums are now properly excluded when recounting thanks/likes (and warnings are now given to run recounts after modifying the "Excluded forums" setting) - @lairdshaw
  • [FIX] - the broken setting "Special option to display thank/like buttons in ALL posts" now works (and has been renamed to "'First post only' forums override") - @lairdshaw
  • [ENHANCEMENT] - the upgrade procedure has been improved: reconfiguring from scratch after upgrading to a newer version of the plugin is no longer required - simply deactivate, copy new files, and reactivate: your settings will now be kept, including your changes to templates! - @lairdshaw
  • [ENHANCEMENT] - a lot of language corrections have been made - @lairdshaw
  • [ENHANCEMENT] - clean-ups, deduplications, and a lot of other small adjustments to the code have been made - @lairdshaw
  • [NEW FEATURE] - the remaining number of permitted thanks/likes for the following 24 hours is now shown in the popup notification displayed when adding a thanks/like (most useful when usergroup-based thanks/likes limits are enabled) - @lairdshaw
  • [NEW FEATURE] - an anti-flood interval has been added: enforce a waiting time between adding/removing thanks/likes to prevent spamming (available when usergroup-based thanks/likes limits are enabled) - @lairdshaw
  • [NEW FEATURE] - a new setting "Forums excluded from counts" has been added - @lairdshaw

Thank you @lairdshaw (Laird) for your contribution and time!

Please READ the changelog and instructions on how to update carefully!