Releases: ZetaPlugins/zetacore
Releases · ZetaPlugins/zetacore
Release 1.11.3
Changes
- Added LocationSerializer
Release 1.11.2
Changes
- Fixed a bug where cache keys in the ConfigService would have inconsistent names.
Release 1.11.1
Changes
- Added option to map enums and lists of enums using the config mapper
Release 1.11.0
Changes
- Added Hangar update checker
- Added some missing javadocs
Release 1.10.0
Changes
- Added GitHub workflow for running tests
- Added option to map config files to a class using
@PluginConfig - Renamed the old
PluginConfiginterface toPluginConfigFile
Release 1.9.1
Changes
- Added patterned PlaceholderAPI placeholders
Release 1.9.0
Changes
- Added
PapiExpansionServicefor registering PlaceholderAPI placeholders
Release 1.8.1
Changes
- Fixed zetacore managers not being annotated with
@Manager
Release 1.8.0
Changes
- Added
@Managerannotation to mark manager classes. Can be required by registry. - Added scope and eager options for managers using the
@Managerannotation - Added checks for circular dependencies
- Deprecated
namemethods for@AutoRegisterCommandand@AutoRegisterTabCompleterto avoid confusion
Release 1.7.4
Changes
- Added method to the update checker to get the url to the latest version