From 23b69c8d307b8c1eb7862fb35b96231db9116573 Mon Sep 17 00:00:00 2001 From: Steffen Bewersdorff Date: Wed, 23 Oct 2024 22:28:11 +0200 Subject: [PATCH] chore(readme): change plugin description --- README.md | 2 +- composer.json | 2 +- languages/visual-regression-tests.pot | 2 +- package.json | 2 +- readme.txt | 4 ++-- visual-regression-tests.php | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ba11929..c32cd21 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # VRTs - Visual Regression Tests -VRTs - Visual Regression Tests is a plugin to test your website for unwanted visual changes. The plugin runs automatic daily tests for chosen pages and posts. The tool creates daily comparison screenshots and compares them with a reference snapshot. If there is a difference between the screenshots, you'll be automatically notified via email. Use three comparison mode to spot the differences easily. +VRTs is a WordPress plugin to keep your websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates. Select the pages of your choice for continuous monitoring. The plugin immediately notifies you of any visual changes it detects. > [!IMPORTANT] > This repository is for **development purposes**. You need to run the build process for it to work. See the section [Development](#development) for further instructions. To use the plugin on your website, see the section [Installation](#installation). diff --git a/composer.json b/composer.json index 7b96f59..e9a71fa 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "bleech/visual-regression-tests", - "description": "Test your website for unwanted visual changes. Run automatic tests and spot differences.", + "description": "Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates.", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "authors": [ diff --git a/languages/visual-regression-tests.pot b/languages/visual-regression-tests.pot index 137475b..c6bb572 100644 --- a/languages/visual-regression-tests.pot +++ b/languages/visual-regression-tests.pot @@ -23,7 +23,7 @@ msgid "https://vrts.app/" msgstr "" #. Description of the plugin -msgid "Test your website for unwanted visual changes. Run automatic tests and spot differences." +msgid "Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates." msgstr "" #. Author of the plugin diff --git a/package.json b/package.json index 75161c2..7f4a668 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bleech/visual-regression-tests", "version": "2.0.0-beta.3", - "description": "Test your website for unwanted visual changes. Run automatic tests and spot differences.", + "description": "Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates.", "author": "Bleech ", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/readme.txt b/readme.txt index cbc750e..72de27f 100644 --- a/readme.txt +++ b/readme.txt @@ -8,11 +8,11 @@ Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html -Test your website for unwanted visual changes. Run automatic tests and spot differences. +Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates. == Description == -VRTs - Visual Regression Tests is a plugin to test your website for unwanted visual changes. The plugin runs automatic daily tests for chosen pages and posts. The tool creates daily comparison screenshots and compares them with a reference snapshot. If there is a difference between the screenshots, you'll be automatically notified via email. Use three comparison modes to spot the differences easily. +Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates. Select the pages of your choice for continuous monitoring. The plugin immediately notifies you of any visual changes it detects. **Please note:** The website must be publicly accessible in order to set up and run the tests. Password protection or any kind of firewall might prevent the plugin from working correctly. diff --git a/visual-regression-tests.php b/visual-regression-tests.php index ccf0fff..42084b6 100644 --- a/visual-regression-tests.php +++ b/visual-regression-tests.php @@ -2,7 +2,7 @@ /** * Plugin Name: VRTs – Visual Regression Tests * Plugin URI: https://vrts.app/ - * Description: Test your website for unwanted visual changes. Run automatic tests and spot differences. + * Description: Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates. * Version: 2.0.0-beta.3 * Requires at least: 5.0 * Requires PHP: 7.0