+# 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
+++ /dev/null
-<?php
-
-use Illuminate\Database\Migrations\Migration;
-use Illuminate\Database\Schema\Blueprint;
-use Illuminate\Support\Facades\Schema;
-
-return new class extends Migration {
- /**
- * Run the migrations.
- */
- public function up(): void
- {
- Schema::table('words', function (Blueprint $table) {
- $table->string('info', 128)->nullable();
- });
- }
-
- /**
- * Reverse the migrations.
- */
- public function down(): void
- {
- //
- }
-};