Skip to content

Commit b78e454

Browse files
committed
1.3.1
1 parent c876d3a commit b78e454

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,3 +907,13 @@ echo "Current time: " . TimeUtils::GetCurrentTime();
907907
- `elements\Button`
908908
- Use new Button("text", Image(), "identifier", ButtonResponse())
909909
- Updated methods: `getValue()` became `getIndentifier()` and `setValue()` became `setIdentifier()`.
910+
911+
912+
---
913+
# 1.3.1
914+
915+
**For PocketMine-MP 5.25.0**
916+
917+
This is an update to fix changes made and bugs caused by PocketMine-MP 5.25x.
918+
919+
It is not compatible with plugins written for version 1.3.0 or lower, and plugins may require code changes to work with it.

plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: EasyLibrary
2-
version: 1.3.0
2+
version: 1.3.1
33

44
authors:
55
- ImperaZim

0 commit comments

Comments
 (0)