Skip to content

Latest commit

 

History

History
259 lines (152 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

259 lines (152 loc) · 10.8 KB

Changelog

3.0.4 - 2024-01-02

Fixed

  • Fix silent crash on thread when receiving type 6+ presence updates (#120, 3cee56d)
  • Fix ChannelCreateEvent crashing server (#116, f7991d3)

3.0.3 - 2023-10-19

Fixed

  • Fix external client not closing socket correctly (029c621)

Removed

  • Removed hardcoded guild features list & assertions (#111)

3.0.2 - 2023-09-04

Changed

  • Bump network version to 2

Fixed

  • Fix Modal Text response conversion (#104)
  • Fix TextInput serialization (#103)

3.0.1 - 2023-09-03

Fixed

  • Fix presence update event activity buttons (#99)
  • Fix channel update event causing chaos (#98, @Laith98Dev)

3.0.0 - 2023-09-01

If you are upgrading: please see UPGRADING.md

Changed

  • Breaking: Bump team-reflex/discord-php to v10.x
  • Bump react/promise to v2.10.0

Added

  • Add PocketMine-MP 5.x support
  • Add PHP 8.1.x support
  • Add composer/ca-bundle version ^1.3
  • Add pocketmine/binaryutils version 0.2.4

Removed

  • Breaking: Drop PocketMine-MP 4.x support.
  • Breaking: Drop PHP 8.0.x support.

2.1.10 - 2023-05-28

Changed

  • Modify composer PHP version constraint to match plugin.yml (33e675d)

2.1.9 - 2023-05-21

Fixed

2.1.8 - 2023-05-21

This release was pulled due to a bug causing it to not load, use v2.1.9

Fixed

2.1.7 - 2023-05-20

This release was pulled due to a bug causing it to not load, use v2.1.9

Changed

  • Modify PHP upper version constraint (d535038)

2.1.6 - 2022-12-23

Fixed

2.1.5 - 2022-08-28

Changed

  • Modify startup behaviour, xdebug extension is now allowed (57218df)

2.1.4 - 2022-07-22

Changed

  • Modify debugdiscord command to be async (#63, a67b8ce)

Fixed

  • Fix new discord snowflakes crashing plugin (5992231)

2.1.3 - 2022-05-08

Fixed

  • Fix owners/admins joining voice channel (#59, 19c2905)
  • Fix nullable message attachment content type (#55, a8de8ca)

2.1.2 - 2022-04-06

This release removes the need for our custom promise library.

Changed

  • Bump react/promise to v2.9.0 (a7ab550)

Removed

  • Drop discordbot-pmmp/promise (a7ab550)

Fixed

  • Fix invites created with no owner (#52)

2.1.1 - 2021-12-12

Changed

  • Modify Activity url checks to be less strict (#51, ca8d43e)

Added

  • Add MembersVoiceChannel to the data dump (b7ff955)

Fixed

  • Fix blank channel ID in VoiceStateUpdate (#49)
  • Fix referenced message assertion in ModelConverter (#50)

2.1.0 - 2021-12-02

Changed

  • Deprecate Storage::getServerBans in favour of Storage::getBansByServer (a966944)
  • Modify thread logger to not write to console.
  • Modify plugin structure to use PSR-4 (d7c6ebe)

Added

  • Add servers and users getters in Storage (a966944)
  • Add PocketMine-MP 4.x support (1467c49)
  • Add PHP ^8.0.3 support (797f2d0)

Removed

  • Remove logging.debug option from config (608a5ae)
  • Drop PocketMine-MP 3.x support (1467c49)
  • Drop PHP 7.4 support (797f2d0)

2.0.4 - 2021-10-02

Fixed

  • Fix logger always displaying debug messages (#41)

2.0.3 - 2021-09-04

Changed

  • Changed disable procedure to prevent errors on shutdown.

Added

  • Add more status checks during data dump to reduce hangs on quit.

2.0.2 - 2021-09-03

Changed

  • Bump team-reflex/discord-php to v6.0.2

Added

  • Add check for vendor conflicts with PocketMine-MP (808da34)

Removed

  • Remove logger injection into PocketMines (88937c0)
  • Remove reloadConfig & saveConfig from PluginBase inheritance (85ad7e1)

Fixed

  • Fix opcache extension not found error on GitHub Actions (ff2ebe8)

2.0.1 - 2021-08-26

Changed

  • Adjusted embed description limit from 2048 to 4096 characters (4abc639)
  • Adjusted message content limit from 2000 to 4000 characters (e9df705)

Fixed

  • Corrected composer type from plugin to library (def387e)

2.0.0 - 2021-07-28

Breaking: Plugin re-released as a central API.

1.0.0 - 2020-12-01

🌱 Initial Release.

1.0.0_A3 - 2020-11-28

This release was never published to public.

1.0.0_A2 - 2020-11-22

This release was never published to public.

1.0.0_A1 - 2020-11-19

This release was never published to public.