Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 5.33 KB

.changelogs.md

File metadata and controls

71 lines (60 loc) · 5.33 KB

Changelog V1.0.0 » V1.1.0

This version does contain some major code changes from the previous version. It's a feature update.

  • [NEW] - added support for GroupsAPI
    • added rank-management-plugin entry to config.yml
  • [NEW] - added support for BedrockEconomy
    • added economy-plugin entry to config.yml
  • [NEW] - added a buyer-protection and price calculating (#7)
  • [NEW] - PlayerMgr::havingHigherRank() will now check if a player is having a higher rank
  • [NEW] - RankMgr::calculateRankPrices() will now calculate the prices between two ranks
  • [NEW] - added icon
  • [CHANGE] - PlayerMgr::buyRank() will now return an integer. 0 = event cancelled | 1 = successfully | 2 = same or higher rank --- this function will also no longer check if the player is having enough money to buy a rank (because of BedrockEconomy support) -> that will be checked before calling that function now
  • [CHANGE] - default rank-management plugin is now GroupsAPI (before: PurePerms)
  • [VERSION] - Version bump

Changelog V1.1.0 » V1.2.0

This version does contain some code changes from the previous version. It's a feature update.

  • [CHANGE & FIX] - updated libPiggyEconomy to my custom fork that fixes a bug with BedrockEconomy
  • [NEW] - added subcommands addrank and removerank to the /therankshop command, to add and remove ranks from the rankshop-list
  • [NEW] - added new virion/library YamlComments
  • [VERSION] - Version bump

Changelog v1.2.0 » v1.2.1

⚠️ API BC break! -> This version breaks the backward compatiblity of the RankBuyedEvent (<- old | new ->) RankBoughtEvent

This version doesn't contain much code changes from the previous version.

  • [CHANGE & BC break] - Renamed class RankBuyedEvent to RankBoughtEvent
  • [VERSION] - Version bump

Changelog v1.2.1 » v1.3.0-dev

This version does contain major code changes from the previous version. It's a feature update.

Changelog v1.3.1-dev » v1.3.1

This version does contain major code changes from the previous version. It's a bug-fix update.

  • [FIX] - fixed wrong class-check für RankSystem on enable theRankShop
  • [VERSION] - bumped to stable version 1.3.1

Changelog v1.3.1 » v1.3.2

This version does contain major code changes from the previous version. It's a bug-fix update.

  • [FIX] - fixed wrong constructor call of the YamlComments-class in theRankShopCommand.php
  • [VERSION] - bumped 1.3.2

Changelog v1.3.2 » v1.4.0

This version does contain major code changes from the previous version. It's a php-version, feature and translation update.

  • [NEW] - theRankShop is now using YAML text-blocks (#15, @Endermanbugzjfc)
  • [NEW] - added simplified and traditional chinese language (#16, @Endermanbugzjfc)
  • [PHP] - Updated for PHP 8.1
  • [VIRIONS] - Updated virions for PHP 8.1
  • [VERSION] - bumped 1.4.0

PocketMine-MP 5:

Changelog v1.4.0 » v1.5.0

  • [SUPPORT] - removed (preset) support for the following plugins:
    • EconomyAPI
    • PurePerms
    • GroupsAPI
  • [SUPPORT] - added support for the newest version of GroupSystem
  • [POCKETMINE-MP] (BC-BREAK) - added support for PocketMine-MP 5.0.0
  • [POCKETMINE-MP] (BC-BREAK) - removed support for PocketMine-MP 4.x.x and older
  • [VIRIONS] - removed libPiggyEconomy virion (theRankShop will use it's own system)
  • [VERSION] - bumped to 1.5.0