Skip to content

Releases: medienbaecker/kirby-change-uuid

1.2.1

Choose a tag to compare

@medienbaecker medienbaecker released this 10 Jun 20:00

Added the version to composer.json so the Panel update check works for manual installations.

1.2.0

Choose a tag to compare

@medienbaecker medienbaecker released this 26 Feb 20:55

I noticed that Kirby's wildcard permissions ("*": false or pages: false) only cover registered core actions, so plugin-added permissions like changeUuid can silently slip through. Because of this, I changed the default to false, matching changeTemplate. The README documents how to enable it per user role, per blueprint, or globally.

1.1.0

Choose a tag to compare

@medienbaecker medienbaecker released this 23 Feb 09:36

Permissions!

# Disable per blueprint
options:
  changeUuid: false

# Disable per user role
permissions:
  pages:
    changeUuid: false
// Disable globally
'medienbaecker.change-uuid.defaultPermission' => false

Full Changelog: 1.0.0...1.1.0

1.0.0

Choose a tag to compare

@medienbaecker medienbaecker released this 22 Feb 14:48
Initial commit