Skip to content

Commit

Permalink
prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasKrais committed Mar 13, 2023
1 parent b60e17c commit 24b26dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
5);
$modules[] = new D2UModule('06-1',
'YouTube Video einbinden',
13);
14);
$modules[] = new D2UModule('06-2',
'IFrame einbinden',
5);
Expand Down
2 changes: 1 addition & 1 deletion lib/D2UModuleManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public static function getModules()
5);
$modules[] = new D2UModule('06-1',
'YouTube Video einbinden',
13);
14);
$modules[] = new D2UModule('06-2',
'IFrame einbinden',
5);
Expand Down
4 changes: 3 additions & 1 deletion pages/help.changelog.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<div class="panel panel-edit">
<header class="panel-heading"><div class="panel-title">D2U Helper Changelog</div></header>
<div class="panel-body">
<p>1.10.1-DEV</p>
<p>1.10.1</p>
<ul>
<li>Cache Pfadrechte waren fehlerhaft.</li>
<li>Modul 01-3 "Texteditor in Alertbox" hinzugefügt.</li>
<li>Modul 04-1 "Google Maps Karte": Bugfix Typprüfung Eingabefeld.</li>
<li>Modul 04-2 "OpenStreetMap Karte": Bugfix Typprüfung Eingabefeld.</li>
<li>Modul 06-1 "YouTube Video einbinden": Cache Pfadrechte waren fehlerhaft.</li>
</ul>
<p>1.10.0</p>
<ul>
Expand Down

0 comments on commit 24b26dc

Please sign in to comment.