getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.31k stars 168 forks source link

Dashes in plugin name results in fatal error #442

Closed mandrasch closed 6 years ago

mandrasch commented 6 years ago

From docs v3:

You are totally free to use whatever alias you like. Something like superwoman/superplugin is totally fine. The alias and plugin names must only contain characters from a-z and dashes though.

Kirby::plugin([ 'name' => 'programmieraffe/oerhoernchen-kirby3-plugin',

results in

Fatal error: Uncaught Kirby\Exception\InvalidArgumentException: The plugin name must follow the format "abc/def" in XXX/kirby/src/Cms/Plugin.php:87

mandrasch commented 6 years ago

Update: Oh, nevermind - i added a number. 🙈