[MODULES] Fix VERSION constant to MODULE_VERSION in various modules

This commit is contained in:
tenma
2019-10-30 23:52:14 +00:00
parent aa994ee4fb
commit 01f6d83b86
6 changed files with 10 additions and 224 deletions

View File

@@ -25,12 +25,12 @@ if (!defined('GNUSOCIAL')) { exit(1); }
*/
class HTMLPurifierSchemesModule extends Module
{
const PLUGIN_VERSION = '2.0.0';
const MODULE_VERSION = '2.0.0';
public function onModuleVersion(array &$versions): bool
{
$versions[] = array('name' => 'HTMLPurifier Schemes',
'version' => self::PLUGIN_VERSION,
'version' => self::MODULE_VERSION,
'author' => 'Mikael Nordfeldth',
'homepage' => 'https://gnu.io/social',
'rawdescription' =>