In this update 2 bugs were fixed and one small change was made.
Bugfixes: - [
4ef93eb] It was indicated that an update is available although the latest version is installed.
- [
9c905db] When the plugin was reinstalled, an error occurred when loading the plugin.
Changes: [
edf94d8,
c132dab]
The permission 'opsecurity.admin' was split into 3 single permissions. ('opsecurity.admin' is still present and contains all plugin permissions)
Code (YAML):
permissions:
opsecurity.admin:
default: op
children:
opsecurity.notify: true
opsecurity.command.reload: true
opsecurity.command.info: true
opsecurity.command.help: true
opsecurity.notify:
default: op
opsecurity.command.reload:
default: op
opsecurity.command.info:
default: op
opsecurity.command.help:
default: op