Skip to content

Commit

Permalink
chore(readme): change plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbew authored Oct 29, 2024
1 parent 0bd9562 commit b38a5d1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion languages/visual-regression-tests.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion visual-regression-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b38a5d1

Please sign in to comment.