From b7295329e442dab53e8aa301cf8c7a6e0491e43d Mon Sep 17 00:00:00 2001 From: Masoud Hedayati Date: Mon, 20 Sep 2021 18:37:56 +0200 Subject: [PATCH 1/2] package version adjustments --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 9858963..a270b22 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,11 @@ "type": "neos-package", "description": "The review plugin for the Bitzer content lifecycle task manager for Neos CMS", "require": { - "neos/neos": "~5.0", - "neos/neos-ui": "~5.0", - "neos/fusion": "~5.0", - "neos/content-repository": "~5.0", - "neos/fusion-afx": "~1.4", + "neos/neos": "~5.0 || ~7.0", + "neos/neos-ui": "~5.0 || ~7.0", + "neos/fusion": "~5.0 || ~7.0", + "neos/content-repository": "~5.0 || ~7.0", + "neos/fusion-afx": "~1.4 || ~7.0", "sitegeist/bitzer": "*" }, "autoload": { From cb04fc98b5063f21fc629c130fd140918d7b5623 Mon Sep 17 00:00:00 2001 From: Bernhard Schmitt Date: Mon, 27 Sep 2021 17:29:07 +0200 Subject: [PATCH 2/2] Adjust translations --- Resources/Private/Translations/en/Module.Bitzer.xlf | 2 +- composer.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/Private/Translations/en/Module.Bitzer.xlf b/Resources/Private/Translations/en/Module.Bitzer.xlf index cd8d346..6909a17 100644 --- a/Resources/Private/Translations/en/Module.Bitzer.xlf +++ b/Resources/Private/Translations/en/Module.Bitzer.xlf @@ -1,6 +1,6 @@ - + Review diff --git a/composer.json b/composer.json index a270b22..58307a6 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,11 @@ "type": "neos-package", "description": "The review plugin for the Bitzer content lifecycle task manager for Neos CMS", "require": { - "neos/neos": "~5.0 || ~7.0", - "neos/neos-ui": "~5.0 || ~7.0", - "neos/fusion": "~5.0 || ~7.0", - "neos/content-repository": "~5.0 || ~7.0", - "neos/fusion-afx": "~1.4 || ~7.0", + "neos/neos": "~7.0", + "neos/neos-ui": "~7.0", + "neos/fusion": "~7.0", + "neos/content-repository": "~7.0", + "neos/fusion-afx": "~7.0", "sitegeist/bitzer": "*" }, "autoload": {