Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-22 Release 1.3.0 update. #22

Merged
merged 15 commits into from
May 24, 2024
Merged

GH-22 Release 1.3.0 update. #22

merged 15 commits into from
May 24, 2024

Conversation

SfenKer
Copy link
Member

@SfenKer SfenKer commented May 24, 2024

GENERAL:

  • Move project from Maven to Gradle (Kotlin DSL)

ADDED:

  • Added particle trap.
  • Added development build notification.

FIXED:

  • Fixed some reflections that may cause exceptions.
  • Fixed booster sometimes not work due to invalid static import.

IMPORTANT! Some API changes happened and some old methods will be removed in next version!

ADDED:

  • API#pluginGitBranch(): String
  • API#pluginGitCommit(): String

REPLACEMENTS:

  • API#instance: API -> API#apiInstance(): API
  • API#getVersion(): String -> API#pluginVersion(): String
  • API#getTrapRegistry(): ITrapRegistry -> API#trapRegistryInstance(): ITrapRegistry
  • API#getArena(): IArena -> API#arenaInstance(): IArena
  • ITrapRegistry#list(): Set<String> -> ITrapRegistry#trapRegistryKeys(): Collection<String>

@SfenKer SfenKer self-assigned this May 24, 2024
@SfenKer SfenKer linked an issue May 24, 2024 that may be closed by this pull request
@SfenKer SfenKer changed the title Release 1.3.0 update. GH-22 Release 1.3.0 update. May 24, 2024
@SfenKer SfenKer merged commit bebd700 into ver/latest May 24, 2024
2 checks passed
@SfenKer SfenKer deleted the dev/1.3.0 branch May 24, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Traps
1 participant