From 087962fcfa8249cdfe4b11f378b29736fe6356b9 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 18 Apr 2024 22:38:28 +0200 Subject: [PATCH] chore: phpunitgen end of life --- README.md | 5 +++++ resources/ts/lang/en/views/home.ts | 6 ++++-- resources/ts/lang/fr/views/home.ts | 6 ++++-- resources/ts/views/HomeView.vue | 25 ++++++++++++------------- 4 files changed, 25 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 50d2bf1..0ecc9d4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ Coverage

+## :warning: PhpUnitGen end of life + +After 7 years of existence, PhpUnitGen is not maintained anymore. +[Read the post](https://github.com/paul-thebaud/phpunitgen-core/issues/32) + ## Installation The CLI tool can be installed using: diff --git a/resources/ts/lang/en/views/home.ts b/resources/ts/lang/en/views/home.ts index 60ee133..92d47c9 100644 --- a/resources/ts/lang/en/views/home.ts +++ b/resources/ts/lang/en/views/home.ts @@ -3,8 +3,10 @@ export default { "title": "Welcome to PhpUnitGen", "description": "PhpUnitGen is a simple, powerful and modular tool to generate your PHP unit test templates.", "open-source": "It is a free and open-source software.", - "new_title": "New", - "new_text": "PHP 8 and Laravel 9 compatibility!", + "end-of-life": { + "text": "End of life: PhpUnitGen website will shutdown soon.", + "action": "Read the post" + } }, "actions": { "online": "Use online", diff --git a/resources/ts/lang/fr/views/home.ts b/resources/ts/lang/fr/views/home.ts index 3c129fc..5d0a89f 100644 --- a/resources/ts/lang/fr/views/home.ts +++ b/resources/ts/lang/fr/views/home.ts @@ -3,8 +3,10 @@ export default { "title": "Bienvenue sur PhpUnitGen", "description": "PhpUnitGen est un outil simple, puissant et modulaire pour générer vos squelettes de tests unitaires PHP.", "open-source": "C'est un logiciel gratuit et open-source.", - "new_title": "Nouveau", - "new_text": "Compatible avec PHP 8 et Laravel 9 !", + "end-of-life": { + "text": "Fin de vie: le site de PhpUnitGen se désactivé prochainement.", + "action": "Lire l'article" + } }, "actions": { "online": "Utiliser en ligne", diff --git a/resources/ts/views/HomeView.vue b/resources/ts/views/HomeView.vue index 688824a..0604cb4 100644 --- a/resources/ts/views/HomeView.vue +++ b/resources/ts/views/HomeView.vue @@ -2,6 +2,18 @@
+
+ {{ $t("views.home.welcome.end-of-life.text") }} + + {{ $t("views.home.welcome.end-of-life.action") }} + +
+
{{ $t("views.home.welcome.title") }}
@@ -12,19 +24,6 @@ {{ $t("views.home.welcome.open-source") }}
-
- - {{ $t("views.home.welcome.new_title") }} - - - {{ $t("views.home.welcome.new_text") }} - -
-