Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

Commit 73aac68

Browse files
committed
incremented version
1 parent e9714a8 commit 73aac68

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ScribiteModuleInstaller.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ public function upgrade($oldversion)
8484
if (in_array($defaultEditor, $removedEditors)) {
8585
$this->setVar('DefaultEditor', 'CKEditor');
8686
}
87+
case '6.0.0':
88+
// nothing to do yet
8789
}
8890

8991
return true;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zikula/scribite-module",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "WYSIWYG editors for Zikula",
55
"type": "zikula-module",
66
"license": "LGPL",

0 commit comments

Comments
 (0)