From 0239843f1156cc1578e158b8c907f259f9839566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harun=20Ba=C5=A1i=C4=87?= Date: Fri, 8 Nov 2024 10:28:11 +0100 Subject: [PATCH] chore(release): 2.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 7 ++++++- visual-regression-tests.php | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b90b48f..90601e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bleech/visual-regression-tests", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bleech/visual-regression-tests", - "version": "2.0.0", + "version": "2.0.1", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/components": "^28.10.0", diff --git a/package.json b/package.json index 23b9e93..db2b08f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bleech/visual-regression-tests", - "version": "2.0.0", + "version": "2.0.1", "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", diff --git a/readme.txt b/readme.txt index fd2d637..3a5a7a9 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: bleechberlin Tags: vrts, visual regression, visual, regression, tests Requires at least: 5.0 Tested up to: 6.6.2 -Stable tag: 2.0.0 +Stable tag: 2.0.1 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -181,6 +181,11 @@ For Cloudflare, follow these steps: == Changelog == += 2.0.1 = +* Fixed issue with wrong alerts count in Runs +* Fixed few minor styling issues +* Removed deprecated notice + = 2.0.0 = * Introduced Runs * New test review experience diff --git a/visual-regression-tests.php b/visual-regression-tests.php index bf0892a..7068435 100644 --- a/visual-regression-tests.php +++ b/visual-regression-tests.php @@ -3,7 +3,7 @@ * Plugin Name: VRTs – Visual Regression Tests * Plugin URI: https://vrts.app/ * 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 + * Version: 2.0.1 * Requires at least: 5.0 * Requires PHP: 7.0 * Author: Bleech