From e29d0eb8f577851d122301bce2fe305ae027e349 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Wed, 5 Oct 2022 10:41:27 +0000 Subject: [PATCH 1/4] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c221101..37caca612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ All notable changes to this project will be documented in this file. -## [1.3.0](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.0) - 2022-09-?? +## [1.3.1](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.1) - 2022-10-05 + +## Fixed +- [#299](https://github.com/Automattic/vip-go-ci/pull/299): Fix: Do not report latest plugin/theme as obsolete + +## [1.3.0](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.0) - 2022-09-28 ## Added - [#273](https://github.com/Automattic/vip-go-ci/pull/273): Add support for WPScan API scanning From 1d7425744c2a003a94c893d8e7278093b3b2b52f Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Wed, 5 Oct 2022 10:43:37 +0000 Subject: [PATCH 2/4] Update defines.php --- defines.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defines.php b/defines.php index 7f06e3065..f48a5fbd2 100644 --- a/defines.php +++ b/defines.php @@ -10,7 +10,7 @@ /* * Version number and default name to use. */ -define( 'VIPGOCI_VERSION', '1.3.0' ); +define( 'VIPGOCI_VERSION', '1.3.1' ); define( 'VIPGOCI_DEFAULT_NAME_TO_USE', 'vip-go-ci' ); /* From fa7b8204dcf1519229b9c2d3ca71623cf8703734 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Wed, 5 Oct 2022 14:13:30 +0000 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37caca612..5f0ee38f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ All notable changes to this project will be documented in this file. ## Fixed - [#299](https://github.com/Automattic/vip-go-ci/pull/299): Fix: Do not report latest plugin/theme as obsolete +## Updated +- [#301](https://github.com/Automattic/vip-go-ci/pull/301): Update statistics logic + ## [1.3.0](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.0) - 2022-09-28 ## Added From eaaefa2c16ab7a28325c36ecbab5986d4174d445 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Wed, 5 Oct 2022 15:14:22 +0000 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0ee38f5..7ff8fbb41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. ## Fixed - [#299](https://github.com/Automattic/vip-go-ci/pull/299): Fix: Do not report latest plugin/theme as obsolete +- [#302](https://github.com/Automattic/vip-go-ci/pull/302): Fix WPScan test ## Updated - [#301](https://github.com/Automattic/vip-go-ci/pull/301): Update statistics logic