Hi! Thank you for this awesome plugin!
I have recently switched the installation of this plugin to use composer instead of "manual" method.
I ran composer require radialapps/banner-warn, as indicated in README and Packagist.
My composer.json has this line
"radialapps/banner-warn": "^1.2",
But when the plugin is installed, it's located under plugins/banner_warn/ and yet configuration stays banner-warn.
Also, main plugin's file is named banner_warn.php which conflicts with banner-warn naming.
This results in an error from RC trying to load the plugin.
Hi! Thank you for this awesome plugin!
I have recently switched the installation of this plugin to use composer instead of "manual" method.
I ran
composer require radialapps/banner-warn, as indicated in README and Packagist.My composer.json has this line
But when the plugin is installed, it's located under
plugins/banner_warn/and yet configuration stays banner-warn.Also, main plugin's file is named
banner_warn.phpwhich conflicts withbanner-warnnaming.This results in an error from RC trying to load the plugin.