3.0.3 - 2023-10-19
- Fix external client not closing socket correctly (
029c621
)
- Removed hardcoded guild features list & assertions (#111)
3.0.2 - 2023-09-04
- Bump network version to
2
3.0.1 - 2023-09-03
- 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
- Breaking: Bump
team-reflex/discord-php
tov10.x
- Bump
react/promise
tov2.10.0
- Add PocketMine-MP
5.x
support - Add PHP
8.1.x
support - Add
composer/ca-bundle
version^1.3
- Add
pocketmine/binaryutils
version0.2.4
- Breaking: Drop PocketMine-MP
4.x
support. - Breaking: Drop PHP
8.0.x
support.
2.1.10 - 2023-05-28
- Modify composer PHP version constraint to match
plugin.yml
(33e675d
)
2.1.9 - 2023-05-21
2.1.8 - 2023-05-21
This release was pulled due to a bug causing it to not load, use v2.1.9
2.1.7 - 2023-05-20
This release was pulled due to a bug causing it to not load, use v2.1.9
- Modify PHP upper version constraint (
d535038
)
2.1.6 - 2022-12-23
2.1.5 - 2022-08-28
- Modify startup behaviour,
xdebug
extension is now allowed (57218df
)
2.1.4 - 2022-07-22
- Fix new discord snowflakes crashing plugin (
5992231
)
2.1.3 - 2022-05-08
- 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.
- Bump
react/promise
tov2.9.0
(a7ab550
)
- Drop
discordbot-pmmp/promise
(a7ab550
)
- Fix invites created with no owner (#52)
2.1.1 - 2021-12-12
- Add
MembersVoiceChannel
to the data dump (b7ff955
)
- Fix blank channel ID in
VoiceStateUpdate
(#49) - Fix referenced message assertion in
ModelConverter
(#50)
2.1.0 - 2021-12-02
- Deprecate
Storage::getServerBans
in favour ofStorage::getBansByServer
(a966944
) - Modify thread logger to not write to console.
- Modify plugin structure to use PSR-4 (
d7c6ebe
)
- Add
servers
andusers
getters inStorage
(a966944
) - Add PocketMine-MP 4.x support (
1467c49
) - Add PHP ^8.0.3 support (
797f2d0
)
- 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
- Fix logger always displaying debug messages (#41)
2.0.3 - 2021-09-04
- Changed disable procedure to prevent errors on shutdown.
- Add more status checks during data dump to reduce hangs on quit.
2.0.2 - 2021-09-03
- Bump
team-reflex/discord-php
tov6.0.2
- Add check for
vendor
conflicts with PocketMine-MP (808da34
)
- Remove logger injection into PocketMines (
88937c0
) - Remove
reloadConfig
&saveConfig
fromPluginBase
inheritance (85ad7e1
)
- Fix
opcache extension not found
error on GitHub Actions (ff2ebe8
)
2.0.1 - 2021-08-26
- Adjusted embed description limit from
2048
to4096
characters (4abc639
) - Adjusted message content limit from
2000
to4000
characters (e9df705
)
- Corrected composer type from
plugin
tolibrary
(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.