diff --git a/README.md b/README.md
index 3032021..dc841d6 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,16 @@
-# d2u_guestbook
-Gästebuch für Redaxo 5
+# Gästebuch für Redaxo 5
+
+Demowebseite:
-
Kleines Gästebuch. Besucher können eine Nachricht hitnerlassen, eine Bewertung - und ob sie eine Empfehlung aussprechen.
-Ein Modul gibt das Gästebuch aus und erlaubt neue Einträge. Ein zweites Modul - zeigt das Rating an.
-Beispielseite: www.immobiliengaiser.de
\ No newline at end of file +parse($readmeContent); +echo $readmeHtml; \ No newline at end of file diff --git a/install.php b/install.php index 84a16a5..ac84bfc 100644 --- a/install.php +++ b/install.php @@ -28,10 +28,10 @@ 14); $modules[] = new D2UModule('60-2', 'D2U Guestbook - Infobox Bewertung', - 3); + 4); $modules[] = new D2UModule('60-3', 'D2U Guestbook - Gästebuch ohne Tabs', - 10); + 11); $d2u_module_manager = new D2UModuleManager($modules, '', 'd2u_guestbook'); $d2u_module_manager->autoupdate(); } diff --git a/lib/d2u_guestbook_module_manager.php b/lib/d2u_guestbook_module_manager.php index 4cdb4ed..9551016 100644 --- a/lib/d2u_guestbook_module_manager.php +++ b/lib/d2u_guestbook_module_manager.php @@ -18,10 +18,10 @@ public static function getModules() 14); $modules[] = new D2UModule('60-2', 'D2U Guestbook - Infobox Bewertung', - 3); + 4); $modules[] = new D2UModule('60-3', 'D2U Guestbook - Gästebuch ohne Tabs', - 10); + 11); return $modules; } } diff --git a/pages/setup.php b/pages/setup.php index 52127c8..897f0a2 100644 --- a/pages/setup.php +++ b/pages/setup.php @@ -57,8 +57,9 @@Fehlermeldungen bitte im GitHub Repository melden.
1.0.11-DEV:
+1.0.11: