Skip to content

Commit

Permalink
bugfix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasKrais committed Jun 1, 2022
1 parent bb42dfa commit 31da9b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
->ensureColumn(new \rex_sql_column('description', 'TEXT', true))
->ensureColumn(new \rex_sql_column('color', 'VARCHAR(255)', true))
->ensureColumn(new \rex_sql_column('picture', 'VARCHAR(255)', true))
->ensureColumn(new \rex_sql_column('parent_category_id', 'INT(11)', true))
->ensureColumn(new \rex_sql_column('priority', 'INT(11)', true))
->ensureColumn(new \rex_sql_column('updatedate', 'DATETIME'))
->ensure();
Expand Down
3 changes: 2 additions & 1 deletion pages/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,10 @@
</fieldset>

<h2>Changelog</h2>
<p>3.2.4-DEV:</p>
<p>3.2.4:</p>
<ul>
<li>Bugfix: wenn nur Teilnehmerzahl erfragt wurde, war in Bestätigungsmail die Anzahl und der Gesamtpreis nicht korrekt angezeigt.</li>
<li>Bugfix: Installation ohne vorheriges Update schlug fehl.</li>
<li>Modul 26-1 "Ausgabe Veranstaltungen": nun auch 4 Boxen nebeneinander möglich.</li>
<li>Modul 26-3 "Ausgabe Veranstaltungen einer Kategorie in Boxen": nun auch 4 Boxen nebeneinander möglich.</li>
</ul>
Expand Down

0 comments on commit 31da9b9

Please sign in to comment.