Skip to content

Latest commit

 

History

History
161 lines (132 loc) · 11 KB

CHANGELOG.md

File metadata and controls

161 lines (132 loc) · 11 KB

Changelog

4.3.4 - 30 June 2024

  • Bug Fix Fixed wrong query when getting the list of messages.

4.3.3 - 12 November 2023

  • New Feature Pre-select filtered prefixes when posting a new poll in boards.

4.3.2 - 05 July 2023

  • Bug Fix Fixed modifying 'New Topic' url when it's not set.

4.3.1 - 02 June 2023

  • Translation Italian translation provided by Darknico
  • Translation Updated translations.

4.3.0 - 27 May 2023

  • New Feature Select prefixes for a group when editing a group.
  • New Feature Select prefixes for a board when editing a board.
  • Improvement Improved settings HTML markup.

4.2.0 - 19 March 2023

  • New Feature Pre-select filtered prefixes when posting a new topic in boards.
  • New Feature Added prefixes to recent posts page/action.
  • Bug Fix Fixed issues with help texts in the settings.
  • Improvement Prevented unexpected behavior with actions.
  • Improvement Improved phrasing and description of settings.

4.1.0 - 07 January 2023

  • Improvement Allow passing prefixes in the URL when posting to have them pre-selected.
  • Improvement Deleting groups will now drop them from the table.
  • Improvement Deleting boards will now drop them from the table.
  • Bug Fix Fixed query for getting prefixes when boards are missing.

4.0.11 - 09 August 2022

  • Bug Fix Fixed issue when looping through the prefixes for recent posts.

4.0.10 - 17 July 2022

  • Bug Fix Fixed using board permission for set prefixes, instead of global.

4.0.9 - 08 July 2022

  • Bug Fix Fixed another issue displaying prefixes in boardindex and recent topics.

4.0.8 - 08 July 2022

  • Bug Fix Fixed name sorting in prefix list.

4.0.7 - 29 June 2022

  • Bug Fix Fixed inconsistent listing of groups when editing.
  • Improvement Sort groups by visibility too.

4.0.6 - 20 June 2022

  • Bug Fix Fixed wrong total of messages when displaying prefix for all messages.

4.0.5 - 20 June 2022

  • Improvement Remove 'redirect' boards from the list when editing/adding.
  • Improvement Clear cache when saving/editing prefixes.

4.0.4 - 25 April 2022

  • Bug Fix Fixed incorrectly adding/replacing the topic subject.
  • Translation French translation provided by Dreadaxe

4.0.3 - 29 March 2022

  • Bug Fix Fixed issue when removing a prefix from topic.

4.0.2 - 21 March 2022

  • Bug Fix Fixed wrong type for post field when checking for a topic.

4.0.1 - 17 March 2022

  • Bug Fix Fixed bug when requiring prefix/posting topic.
  • New Feature Added a setting to disable/enable the 'No Prefix' option in the list.

4.0 - 16 March 2022

  • New Feature Added option to enable prefixes in the recent action.
  • New Feature When prefixes are enabled in the boardindex, you can decide to display the prefix for replies, or only first post.
  • New Feature Added the ability to display prefixes in the boardindex including last posts in the info center.
  • New Feature New option to disabled/enable the prefix in the linktree.
  • New Feature New option to choose between "select" and "radio select" for the prefix list when posting.
  • New Feature Added support for "Post Action".
  • Bug Fix Prefix managers can now access the admin area if that's their only admin permission.
  • Bug Fix Fixed HTML issue with duplicated id's in the prefixes, they are now using classes instead.
  • Improvement "No Prefix" option is no longer visible if the board requires a prefix.
  • New Feature Replaced colpick with coloris for picking a color.
  • Improvement Icon image/url now replaced with Icon Class.
  • Improvement Boards and Groups now each live in their own tables.
  • Improvement Improved performance.
  • Improvement Support for SMF 2.1

3.3 - 01 September 2021

  • Improvement Improved logic of counting total of topics.
  • Improvement Added not_null to require_prefix column.

3.2.4 - 31 August 2021

  • Translation Russian translation provided by Bugo
  • Translation Turkish translation provided by Emre A.

3.2.3 - 30 August 2021

  • Bug Fix Fixed check for permission to view unapproved posts.
  • Improvement Minor improvements to the code.

3.2.2 - 16 July 2021

  • Bug Fix Fixed typos on installation file.

3.2.1 - 29 October 2020

  • Bug Fix Fixed buggy subject on topics after adding the prefix to the title.

3.2 - 28 October 2020

  • Bug Fix Fixed issues with classes.
  • Bug Fix Fixed typo that caused undefined errors and unexpected behavior.

3.1.2 - 28 October 2020

  • Bug Fix Fixed typos in English language file.
  • Translation Re-added Spanish translation.

3.1.1 - 27 October 2020

  • Bug Fix Fixed undefined errors.

3.1 - 26 May 2020

  • Bug Fix Fixed issue when having multiple groups assigned to the use prefix permission.
  • Improvement Code improvements.

3.0 - 21 April 2020

  • Improvement Improvements to the board filter.
  • Improvement Code improvements.
  • Bug Fix Huge performance fixes and improvements.
  • New Feature Only hooks, no file edits.
  • New Feature Compatible with SMF 2.1. RC3

2.1.1 - 05 July 2018

  • Bug Fix Fixed a minor issue when posting events in the calendar.

2.1 - 22 May 2018

  • Bug Fix Fixed bugs related to the search features.
  • Bug Fix Fixed a small bug preventing the mod from previewing boards/groups in the settings.

2.0.3 - 23 September 2015

  • Bug Fix Increased the size for the boards column, preventing boards selection from working properly.

2.0.2 - 27 July 2015

  • New Feature Added two new settings for selecting how to order the list of prefixes.
  • Bug Fix Fixed permissions.

2.0.1 - 16 July 2015

  • Bug Fix Fixed bug related to filter.

2.0 - 15 July 2015

  • Improvement Now you can decide to use text or show an icon.
  • New Feature Filter topics by prefix inside a board.
  • Translation Added Spanish translation.
  • New Feature You can now customize individual prefixes via CSS.

1.0.1 - 31 May 2015

  • Bug Fix Now showing post count groups when adding/editing a prefix.
  • Bug Fix Fixed an issue on quick edit.

1.0 - 03 April 2015

  • New Feature Initial Release.

Legend

  • Translation Translation
  • New Feature New Feature
  • Bug Fix Bug Fix
  • Improvement Improvement