mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 02:25:49 +01:00
chore(release): 0.7.0-0
This commit is contained in:
parent
06a09e7ce5
commit
db0b6b2586
@ -1,10 +1,25 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
For the release changelogs see [CHANGELOG.md](CHANGELOG.md)
|
For the release changelogs see [CHANGELOG.md](CHANGELOG.md)
|
||||||
For the snapshot changelogs see [SNAPSHOT_CHANGELOG.md](SNAPSHOT_CHANGELOG.md)
|
For the snapshot changelogs see [SNAPSHOT_CHANGELOG.md](SNAPSHOT_CHANGELOG.md)
|
||||||
|
|
||||||
|
## [0.7.0-0](https://github.com/sekwah41/Advanced-Portals/compare/v0.6.0...v0.7.0-0) (2021-05-20)
|
||||||
|
|
||||||
|
|
||||||
|
### ⚠ BREAKING CHANGES
|
||||||
|
|
||||||
|
* Updating velocity plugin support to 2.0
|
||||||
|
* Updating support to Java 11 and up.
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Updating velocity plugin support to 2.0 ([af7a598](https://github.com/sekwah41/Advanced-Portals/commit/af7a5986f79e58a764e10dbd23bdb960d33be8d9))
|
||||||
|
|
||||||
|
|
||||||
|
* Updating support to Java 11 and up. ([9fe0275](https://github.com/sekwah41/Advanced-Portals/commit/9fe02751db681b5d77529ea8889149117102936e))
|
||||||
|
|
||||||
### [0.5.13-2](https://github.com/sekwah41/Advanced-Portals/compare/v0.5.13-1...v0.5.13-2) (2021-05-14)
|
### [0.5.13-2](https://github.com/sekwah41/Advanced-Portals/compare/v0.5.13-1...v0.5.13-2) (2021-05-14)
|
||||||
|
|
||||||
* No code changes, just updated the changelog generation.
|
* No code changes, just updated the changelog generation.
|
||||||
|
@ -26,7 +26,7 @@ import java.util.concurrent.TimeUnit;
|
|||||||
*/
|
*/
|
||||||
@Plugin(id = "advancedportals", name = "Advanced Portals",
|
@Plugin(id = "advancedportals", name = "Advanced Portals",
|
||||||
url = "https://www.spigotmc.org/resources/advanced-portals.14356/",
|
url = "https://www.spigotmc.org/resources/advanced-portals.14356/",
|
||||||
version = "0.6.0",
|
version = "0.7.0-0",
|
||||||
description = "Customisable portal plugin",
|
description = "Customisable portal plugin",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
@Dependency(id = "velocity", version = "2.x.x")
|
@Dependency(id = "velocity", version = "2.x.x")
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
main: com.sekwah.advancedportals.bungee.AdvancedPortalsPlugin
|
main: com.sekwah.advancedportals.bungee.AdvancedPortalsPlugin
|
||||||
name: AdvancedPortals
|
name: AdvancedPortals
|
||||||
version: 0.6.0
|
version: 0.7.0-0
|
||||||
author: sekwah41
|
author: sekwah41
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
main: com.sekwah.advancedportals.bukkit.AdvancedPortalsPlugin
|
main: com.sekwah.advancedportals.bukkit.AdvancedPortalsPlugin
|
||||||
name: AdvancedPortals
|
name: AdvancedPortals
|
||||||
version: 0.6.0
|
version: 0.7.0-0
|
||||||
author: sekwah41
|
author: sekwah41
|
||||||
description: An advanced portals plugin for bukkit.
|
description: An advanced portals plugin for bukkit.
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
|
Loading…
Reference in New Issue
Block a user