Skip to content

Latest commit

 

History

History
146 lines (121 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

146 lines (121 loc) · 11.1 KB

Changelog

4.1.12 - 20 November 2023

  • Bug Fix Various fixes.

4.1.11 - 10 May 2022

  • Improvement Use default theme path for images.
  • Improvement Improvements for some search queries.
  • Improvement Defer the version file.
  • Improvement Improve compatibility on certain queries.
  • Improvement Various minimal improvements.
  • Improvement Added language strings for the 'Steal Item' module.
  • Bug Fix Various PHP 8+ fixes.
  • Bug Fix Fix special characters issues when using items from the inventory.
  • Bug Fix Fixed issues caused by a bad template layer.
  • Bug Fix Fixed 'remove duplicates' option for the inventory display.

4.1.10 - 27 October 2021

  • Improvement Improve inventory display in posts.

4.1.9 - 13 October 2021

  • Improvement Use integrate_register_after for the Simple Referrals integration.

4.1.8 - 03 October 2021

  • New Feature Added integration with Simple Referrals.
  • Improvement Sort Addons by name.
  • Bug Fix Fixed typo in notifications.
  • Bug Fix Fixed some minor issues with settings.

4.1.7 - 30 August 2021

  • Improvement Display "No stats" message when stats are empty or not available.
  • Bug Fix Fixed missing links for user profiles.

4.1.6 - 23 August 2021

  • Improvement Use unsigned in database columns.

4.1.5 - 20 July 2021

  • Improvement Added link to the integrations/mods in the settings page.

4.1.4 - 19 July 2021

  • Bug Fix Fixed double title in inventory.

4.1.3 - 16 July 2021

  • Bug Fix Fixed typos.
  • Improvement Value type for int columns is now bigger just in case.

4.1.2 - 06 November 2020

  • Bug Fix Fixed wrong image name in last purchased icon.
  • Bug Fix Fixed typo in installer file.
  • Improvement Various minor changes.

4.1.1 - 05 November 2020

  • New Feature The return of likes, set credits received per like.
  • New Feature Added a content table log in the database to prevent duplicates from likes and best answer integration.
  • New Feature Improved integration with SMF Arcade. Added settings for personal best, and new champion.
  • New Feature Added integration with Best Answer.
  • New Feature Added language strings support for Primary Member Group Module.
  • Improvement Added cache inventory in posts and profile.
  • Improvement Check if there's an usable input for an item instead of printing empty method.
  • Bug Fix Fixed issue caused by loading the inventory template.

4.1 - 03 November 2020

  • New Feature Added basic integration for SMF Arcade.
  • Bug Fix Fixed credits format for standard title placement in posts.
  • Bug Fix Fixed major inventory issue, when viewing posts and profiles.
  • Improvement Don't show alert settings if the shop is disabled.
  • Improvement Minor tweaks to Modules and Games.
  • Improvement Big code improvements.

4.0 - 31 October 2020

  • New Feature Added option to import data from SMF Shop, SA Shop and ST Shop 3.x
  • New Feature More hooks.
  • New Feature Allow easy creation of Games for the Games Room.
  • New Feature Alerts reworked to use background tasks.
  • Improvement Portions of the mod rewritten and code updated.
  • Improvement Icons for Shop items updated.
  • Bug Fix Code optimization.
  • Bug Fix Fixed minor bugs and logic issues.

3.2.6.1 - 06 February 2020

  • Improvement Added a fallback for the credits suffix.
  • Improvement License and copyright year updated in every file.
  • Bug Fix Properly remove the template file hook.

3.2.6 - 31 December 2019

  • Improvement Removed the limit in some queries as the uniqueness of the ID would only return 1 value as expected.
  • Bug Fix Changed type of value of shopBank to bigint from int so it's even bigger for users having over 1 billion credits in the bank.
  • Bug Fix News feed in the admin is now using plain text for the date, it should display correctly now.

3.2.5 - 03 September 2019

  • Improvement Little tweak on stats, aiming for a simple usage on Portal Blocks or related.

3.2.4 - 02 September 2019

  • Bug Fix Fixed issue on integrate_boardtree_board not checking if board was available.

3.2.3 - 01 September 2019

  • Bug Fix Bank interest scheduled task was logging twice.

3.2.2 - 31 August 2019

  • Bug Fix Fixed Delete after use field in Shop item options, now it's displaying correctly.

3.2.1 - 29 August 2019

  • New Feature [Module] Steal module now allows you to decide if the user receives an alert, pm or both when someone robbed him/her.
  • Improvement Let the alerts function receive the additional information.
  • Bug Fix Improved implementation of different icons for alerts.

3.2 - 28 August 2019

  • New Feature Alerts system support. User can receive alerts when someone sends him credits/items and notify of trade sales.
  • Improvement Corrected very few language strings.
  • Bug Fix Fixed classes and template issues.

3.1.2 - 28 August 2019

  • Bug Fix Remove scheduled task of bank interest on uninstall.

3.1.1 - 27 August 2019

  • Improvement Updated links and names in modules and credits.
  • Improvement Updated code for module uploads.
  • Bug Fix Fixed wrong function call in buy action.
  • Bug Fix Added index.php file to modules directory.
  • Bug Fix Corrected items and modules paths.

3.1 - 26 August 2019

  • New Feature Hook files removed.
  • New Feature Item template added as a standalone file to preserve files order.
  • Improvement Updated code in most files and some files were renamed.
  • Bug Fix Various fixes in the images upload option.
  • Bug Fix Fixed duplicated template functions for edit/add items/categories.

3.0.2 - 26 July 2019

  • Bug Fix Exit action if the external site is down.
  • Bug Fix Added a redirection exit when the user didn't select a profile action correctly.
  • New Feature Added a hook for the stats.
  • Improvement Remove unnecessary array from the stats, merging both for a better use.

3.0.1 - 25 July 2019

  • Bug Fix Fixed value type for fee in trade center.
  • Bug Fix Fixed boards custom shop values, replaced old hook with new one.

3.0 - 28 June 2019

  • New Feature Initial Release.

Legend

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