Skip to content

Commit

Permalink
Release 7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed May 21, 2024
1 parent f21efd0 commit 3aca580
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
7.3.2
- [Paper] Worked around future Paper API change to prevent compatibility issues
- [Bukkit] Dropped 1.19.4-1.20.1 support due to tooling compatibility issues
- [Fabric] Updated the Permissions API to 0.3.1
- [NeoForge] Fixed an issue where the client mod was required for the server mod to function
- Fixed heightmap brush not behaving correctly below Y=0
- Fixed paintings not getting rotated correctly
- Fixed the crafter block not behaving correctly during flips
- Fixed an issue where selection commands could kick some clients in certain circumstances

7.3.1
- Added support for 1.20.5/1.20.6
- Improved warnings when run on unsupported platforms
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.sk89q.worldedit
version=7.3.2-SNAPSHOT
version=7.3.2

org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

0 comments on commit 3aca580

Please sign in to comment.