From: Hamatoma Date: Sat, 4 May 2024 16:33:32 +0000 (+0200) Subject: remove *alter_words*.php X-Git-Url: https://gitweb.hamatoma.de/?a=commitdiff_plain;h=824e5e3f568d693bcd7c0cdc8b8932ffb5755c9d;p=gadeku.git remove *alter_words*.php --- diff --git a/CHANGELOG.md b/CHANGELOG.md index dbce0d1..f7f8de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# V 0.2.6 Word umgebaut, verbImperfect + +## Changed +- Module Verb und Noun entfallen, Word arbeitet mit strukturiertem Attribut options +- GermanGrammar: Korrekturen in verbImperfect() und verbPresent() +- Phrase: + - umbenannt: phrase_id in german_id +- Word: + - Wortarten als Registerblätter +- lokale Dateien für CSS+JS + # V 0.2.5 Page ## Changed diff --git a/database/migrations/2024_04_29_191459_alter_words.php b/database/migrations/2024_04_29_191459_alter_words.php deleted file mode 100644 index e13ba0a..0000000 --- a/database/migrations/2024_04_29_191459_alter_words.php +++ /dev/null @@ -1,25 +0,0 @@ -string('info', 128)->nullable(); - }); - } - - /** - * Reverse the migrations. - */ - public function down(): void - { - // - } -};