Skip to content

Releases: ZetaPlugins/zetacore

Release 1.11.3

18 Dec 15:30

Choose a tag to compare

Changes

  • Added LocationSerializer

Release 1.11.2

18 Dec 15:15

Choose a tag to compare

Changes

  • Fixed a bug where cache keys in the ConfigService would have inconsistent names.

Release 1.11.1

09 Dec 15:04

Choose a tag to compare

Changes

  • Added option to map enums and lists of enums using the config mapper

Release 1.11.0

09 Dec 07:24

Choose a tag to compare

Changes

  • Added Hangar update checker
  • Added some missing javadocs

Release 1.10.0

08 Dec 21:14

Choose a tag to compare

Changes

  • Added GitHub workflow for running tests
  • Added option to map config files to a class using @PluginConfig
  • Renamed the old PluginConfig interface to PluginConfigFile

Release 1.9.1

06 Dec 14:29

Choose a tag to compare

Changes

  • Added patterned PlaceholderAPI placeholders

Release 1.9.0

06 Dec 13:25

Choose a tag to compare

Changes

  • Added PapiExpansionService for registering PlaceholderAPI placeholders

Release 1.8.1

02 Dec 19:37

Choose a tag to compare

Changes

  • Fixed zetacore managers not being annotated with @Manager

Release 1.8.0

02 Dec 17:42

Choose a tag to compare

Changes

  • Added @Manager annotation to mark manager classes. Can be required by registry.
  • Added scope and eager options for managers using the @Manager annotation
  • Added checks for circular dependencies
  • Deprecated name methods for @AutoRegisterCommand and @AutoRegisterTabCompleter to avoid confusion

Release 1.7.4

02 Dec 10:07

Choose a tag to compare

Changes

  • Added method to the update checker to get the url to the latest version