From 4987ee68693a62c967d2309cb7925d1b98b972a9 Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Thu, 14 Dec 2023 14:54:12 +0100 Subject: [PATCH 01/10] Lower constraints for Neos 8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a90a264..b823f0c 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Simple Html-Table NodeType for Neos CMS", "license": "MIT", "require": { - "neos/neos": "~5.0 || ~7.0" + "neos/neos": "~5.0 || ~7.0 || ~8.0" }, "autoload": { "psr-4": { @@ -100,4 +100,4 @@ "VIVOMEDIA.Bootstrap-20210412135909" ] } -} \ No newline at end of file +} From 19f52e99416ae5988b4d7071f639e6c37ceb09cd Mon Sep 17 00:00:00 2001 From: DDEV User Date: Thu, 14 Dec 2023 15:08:37 +0000 Subject: [PATCH 02/10] TASK: Apply migration Neos.Neos-20220318111600 Replace legacy content cache tag definitions in Fusion Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b823f0c..1798b63 100644 --- a/composer.json +++ b/composer.json @@ -97,7 +97,8 @@ "Neos.Flow-20201205172733", "Neos.Flow-20201207104500", "VIVOMEDIA.Bootstrap-20210412133202", - "VIVOMEDIA.Bootstrap-20210412135909" + "VIVOMEDIA.Bootstrap-20210412135909", + "Neos.Neos-20220318111600" ] } -} +} \ No newline at end of file From eb3d127e3d63d5b18f6bf59dfd1a491a05dfcdc8 Mon Sep 17 00:00:00 2001 From: DDEV User Date: Thu, 14 Dec 2023 15:08:37 +0000 Subject: [PATCH 03/10] TASK: Apply migration Neos.Flow-20220318174300 Adjust "Settings.yaml" to remove legacy fluid custom error view options (see https://github.com/neos/flow-development-collection/issues/2742) Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1798b63..bad1da9 100644 --- a/composer.json +++ b/composer.json @@ -98,7 +98,8 @@ "Neos.Flow-20201207104500", "VIVOMEDIA.Bootstrap-20210412133202", "VIVOMEDIA.Bootstrap-20210412135909", - "Neos.Neos-20220318111600" + "Neos.Neos-20220318111600", + "Neos.Flow-20220318174300" ] } } \ No newline at end of file From 721d1048439fc43b38b95aa6b278fa911f3b705b Mon Sep 17 00:00:00 2001 From: DDEV User Date: Thu, 14 Dec 2023 15:08:37 +0000 Subject: [PATCH 04/10] TASK: Apply migration Neos.Fusion-20220326120900 Expand Neos.Fusion-FusionObjects without namespace to fully qualified names Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bad1da9..fac0a86 100644 --- a/composer.json +++ b/composer.json @@ -99,7 +99,8 @@ "VIVOMEDIA.Bootstrap-20210412133202", "VIVOMEDIA.Bootstrap-20210412135909", "Neos.Neos-20220318111600", - "Neos.Flow-20220318174300" + "Neos.Flow-20220318174300", + "Neos.Fusion-20220326120900" ] } } \ No newline at end of file From 677b9b628a5fd88e8ae5ea1e8fda64f3915842af Mon Sep 17 00:00:00 2001 From: DDEV User Date: Thu, 14 Dec 2023 15:08:37 +0000 Subject: [PATCH 05/10] TASK: Apply migration VIVOMEDIA.Bootstrap-20230421124133 This commit contains the result of applying migration VIVOMEDIA.Bootstrap-20230421124133 to this package. Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fac0a86..8530289 100644 --- a/composer.json +++ b/composer.json @@ -100,7 +100,8 @@ "VIVOMEDIA.Bootstrap-20210412135909", "Neos.Neos-20220318111600", "Neos.Flow-20220318174300", - "Neos.Fusion-20220326120900" + "Neos.Fusion-20220326120900", + "VIVOMEDIA.Bootstrap-20230421124133" ] } } \ No newline at end of file From 4596137a8c50b35dc272033fd19e30e66dbfe69c Mon Sep 17 00:00:00 2001 From: DDEV User Date: Thu, 14 Dec 2023 15:08:37 +0000 Subject: [PATCH 06/10] TASK: Apply migration VIVOMEDIA.Bootstrap-20230421143347 This commit contains the result of applying migration VIVOMEDIA.Bootstrap-20230421143347 to this package. Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8530289..46cb945 100644 --- a/composer.json +++ b/composer.json @@ -101,7 +101,8 @@ "Neos.Neos-20220318111600", "Neos.Flow-20220318174300", "Neos.Fusion-20220326120900", - "VIVOMEDIA.Bootstrap-20230421124133" + "VIVOMEDIA.Bootstrap-20230421124133", + "VIVOMEDIA.Bootstrap-20230421143347" ] } } \ No newline at end of file From 6e10dd3d6c57db1d8d8550920b08d31eb017c47b Mon Sep 17 00:00:00 2001 From: DDEV User Date: Thu, 14 Dec 2023 15:08:37 +0000 Subject: [PATCH 07/10] TASK: Apply migration VIVOMEDIA.Bootstrap-20230710143351 This commit contains the result of applying migration VIVOMEDIA.Bootstrap-20230710143351 to this package. Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 46cb945..d85a4ec 100644 --- a/composer.json +++ b/composer.json @@ -102,7 +102,8 @@ "Neos.Flow-20220318174300", "Neos.Fusion-20220326120900", "VIVOMEDIA.Bootstrap-20230421124133", - "VIVOMEDIA.Bootstrap-20230421143347" + "VIVOMEDIA.Bootstrap-20230421143347", + "VIVOMEDIA.Bootstrap-20230710143351" ] } } \ No newline at end of file From 22b00e4db825eb18315a17d8ffcd8732ae3cd917 Mon Sep 17 00:00:00 2001 From: DDEV User Date: Thu, 14 Dec 2023 15:08:37 +0000 Subject: [PATCH 08/10] TASK: Apply migration VIVOMEDIA.Bootstrap-20230712134441 This commit contains the result of applying migration VIVOMEDIA.Bootstrap-20230712134441 to this package. Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d85a4ec..d9d7ff3 100644 --- a/composer.json +++ b/composer.json @@ -103,7 +103,8 @@ "Neos.Fusion-20220326120900", "VIVOMEDIA.Bootstrap-20230421124133", "VIVOMEDIA.Bootstrap-20230421143347", - "VIVOMEDIA.Bootstrap-20230710143351" + "VIVOMEDIA.Bootstrap-20230710143351", + "VIVOMEDIA.Bootstrap-20230712134441" ] } } \ No newline at end of file From a40710de707676440d29858fa21e2c29c9d1bad1 Mon Sep 17 00:00:00 2001 From: DDEV User Date: Thu, 14 Dec 2023 15:08:37 +0000 Subject: [PATCH 09/10] TASK: Apply migration VIVOMEDIA.Listable-20230731181312 This commit contains the result of applying migration VIVOMEDIA.Listable-20230731181312 to this package. Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d9d7ff3..9c2045c 100644 --- a/composer.json +++ b/composer.json @@ -104,7 +104,8 @@ "VIVOMEDIA.Bootstrap-20230421124133", "VIVOMEDIA.Bootstrap-20230421143347", "VIVOMEDIA.Bootstrap-20230710143351", - "VIVOMEDIA.Bootstrap-20230712134441" + "VIVOMEDIA.Bootstrap-20230712134441", + "VIVOMEDIA.Listable-20230731181312" ] } } \ No newline at end of file From 5ad88bbc35e9f12bd9dfdc4babb98357d2c7a7ef Mon Sep 17 00:00:00 2001 From: DDEV User Date: Thu, 14 Dec 2023 15:08:37 +0000 Subject: [PATCH 10/10] TASK: Apply migration VIVOMEDIA.NodeTypes-20230821182214 This commit contains the result of applying migration VIVOMEDIA.NodeTypes-20230821182214 to this package. Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9c2045c..6ed7598 100644 --- a/composer.json +++ b/composer.json @@ -105,7 +105,8 @@ "VIVOMEDIA.Bootstrap-20230421143347", "VIVOMEDIA.Bootstrap-20230710143351", "VIVOMEDIA.Bootstrap-20230712134441", - "VIVOMEDIA.Listable-20230731181312" + "VIVOMEDIA.Listable-20230731181312", + "VIVOMEDIA.NodeTypes-20230821182214" ] } } \ No newline at end of file