diff --git a/Classes/Upgrades/ExtbasePluginListTypeToCTypeUpdate.php b/Classes/Upgrades/ExtbasePluginListTypeToCTypeUpdate.php new file mode 100644 index 0000000..29cdb44 --- /dev/null +++ b/Classes/Upgrades/ExtbasePluginListTypeToCTypeUpdate.php @@ -0,0 +1,44 @@ + 'examples_error', + 'examples_htmlparser' => 'examples_htmlparser', + 'examples_falexamples' => 'examples_falexamples', + ]; + } + + public function getTitle(): string + { + return 'Migrate Example Extbase plugins'; + } + + public function getDescription(): string + { + return 'Migrate Example Extbase plugins from deprecated registration via "list-type" to "CType"'; + } +} diff --git a/Classes/Upgrades/HaikuPluginListTypeToCTypeUpdate.php b/Classes/Upgrades/HaikuPluginListTypeToCTypeUpdate.php new file mode 100644 index 0000000..25d2f1c --- /dev/null +++ b/Classes/Upgrades/HaikuPluginListTypeToCTypeUpdate.php @@ -0,0 +1,43 @@ + 'examples_haiku_list', + 'examples_haiku_detail' => 'examples_haiku_detail', + ]; + } + + public function getTitle(): string + { + return 'Migrate Example Haiku plugins'; + } + + public function getDescription(): string + { + return 'Migrate Example Haiku plugins from deprecated registration via "list-type" to "CType"'; + } +}