Skip to content

Commit d287a35

Browse files
committed
Release 0.103.2.
1 parent 4f548e0 commit d287a35

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ These changes will (most likely) be included in the next version.
1111

1212

1313
## [Unreleased]
14+
15+
## [0.103.2] - 2019-04-23
1416
- MobArena no longer touches the `flySpeed` player attribute when players join an arena. This should fix issues where a crash would result in players being "locked in the air" when trying to fly outside of the arena. It also introduces compatibility with plugins that use flight to augment player abilities.
1517
- Fixed a bug introduced by a breaking API change in Spigot where a player with a nearly full inventory might cause item rewards to change stack amounts.
1618
- MobArena no longer uncancels teleport events that occur outside of its own context when players have the `mobarena.admin.teleport` permission. This fixes a bug where the permission could override the cancellation of events that weren't related to MobArena.
@@ -117,7 +119,8 @@ Thanks to:
117119
- Swatacular for help with testing bug fixes
118120
- Haileykins for contributions to the code base
119121

120-
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.103.1...HEAD
122+
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.103.2...HEAD
123+
[0.103.2]: https://github.com/garbagemule/MobArena/compare/0.103.1...0.103.2
121124
[0.103.1]: https://github.com/garbagemule/MobArena/compare/0.103...0.103.1
122125
[0.103]: https://github.com/garbagemule/MobArena/compare/0.102...0.103
123126
[0.102]: https://github.com/garbagemule/MobArena/compare/0.101...0.102

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.garbagemule</groupId>
88
<artifactId>mobarena</artifactId>
99
<name>MobArena</name>
10-
<version>0.103.2-SNAPSHOT</version>
10+
<version>0.103.2</version>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)