From b38a5d1b2907abed3a63f0b4591364bf58ffb19a Mon Sep 17 00:00:00 2001 From: Steffen Bewersdorff Date: Tue, 29 Oct 2024 10:53:38 +0100 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 c32cd21..700c752 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # VRTs - Visual Regression Tests -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. +Find issues before others do – every time. 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 e9a71fa..9412625 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "bleech/visual-regression-tests", - "description": "Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates.", + "description": "Find issues before others do – every time. 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 c6bb572..5a5d73a 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 "Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates." +msgid "Find issues before others do – every time. 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 e3bc658..16065b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bleech/visual-regression-tests", "version": "2.0.0-beta.4", - "description": "Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates.", + "description": "Find issues before others do – every time. 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 72de27f..42bb923 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 -Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates. +Find issues before others do – every time. With automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates. == Description == -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. +Find issues before others do – every time. 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 a6f64c6..b5f629d 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: Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates. + * Description: Find issues before others do – every time. With automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates. * Version: 2.0.0-beta.4 * Requires at least: 5.0 * Requires PHP: 7.0