From f98049c147844dfb265809f5f1daeead7f3dfad5 Mon Sep 17 00:00:00 2001 From: Adam Turner Date: Thu, 28 Mar 2024 10:08:47 -0700 Subject: [PATCH 1/7] :bookmark: 1.2.0-rc.1 --- CHANGELOG.md | 2 ++ hrswp-github-updater.php | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 148adf5..4a971c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ Changelog formatting (https://keepachangelog.com/en/1.0.0/): ### Security (in case of vulnerabilities.) --> +## 1.2.0-rc.1 (:construction: TBD) + ## 1.1.5 (2023-12-08) ### Changed diff --git a/hrswp-github-updater.php b/hrswp-github-updater.php index 44fcbf6..74131f7 100644 --- a/hrswp-github-updater.php +++ b/hrswp-github-updater.php @@ -1,7 +1,7 @@ Date: Thu, 28 Mar 2024 10:29:19 -0700 Subject: [PATCH 2/7] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a971c5..318ff6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,13 @@ Changelog formatting (https://keepachangelog.com/en/1.0.0/): ## 1.2.0-rc.1 (:construction: TBD) +## Changed + +- Upgrade Node.js to v20 and track version at project level. (89df427) +- Update composer packages and config. (922480a) +- Upgrade npm-package-json-lint from 6.0.3 to 7.1.0. (3609200) +- Update @wordpress/npm-package-json-lint-config from 4.1.2 to 4.39.0. (9e27fb6) + ## 1.1.5 (2023-12-08) ### Changed From 3cc3b4b21e3b42de1843d82b4f20a7c5f0ff5e1c Mon Sep 17 00:00:00 2001 From: Adam Turner Date: Thu, 28 Mar 2024 10:41:00 -0700 Subject: [PATCH 3/7] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 318ff6f..06b3e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ Changelog formatting (https://keepachangelog.com/en/1.0.0/): ## 1.2.0-rc.1 (:construction: TBD) -## Changed +### Changed - Upgrade Node.js to v20 and track version at project level. (89df427) - Update composer packages and config. (922480a) From 7b6ff876d460ee1880af77e825d7aae9020f65b6 Mon Sep 17 00:00:00 2001 From: Adam Turner Date: Thu, 28 Mar 2024 10:47:45 -0700 Subject: [PATCH 4/7] Add npm config files to export-ignore list --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index a6b107f..d58c759 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,8 @@ .gitattributes export-ignore .gitignore export-ignore .npmpackagejsonlintrc.json export-ignore +.npmrc export-ignore +.nvmrc export-ignore composer.json export-ignore composer.lock export-ignore CONTRIBUTING.md export-ignore From 5a2eb46e6bdef182ca62f58db80d29d36842ee3a Mon Sep 17 00:00:00 2001 From: Adam Turner Date: Tue, 9 Apr 2024 11:12:15 -0700 Subject: [PATCH 5/7] Bump WP tested-to to 6.5.0 to close #27 --- README.md | 2 +- hrswp-github-updater.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfde6d4..14c91ab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HRSWP GitHub Updater -[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/hrswp-github-updater/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/hrswp-github-updater/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/hrswp-github-updater)](https://github.com/washingtonstateuniversity/hrswp-github-updater/releases/latest) ![WordPress tested up to version 6.4.2](https://img.shields.io/badge/WordPress-v6.4.2%20tested-success.svg) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![GPLv3 License](https://img.shields.io/github/license/washingtonstateuniversity/hrswp-github-updater)](https://github.com/washingtonstateuniversity/hrswp-github-updater/blob/develop/LICENSE.md) +[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/hrswp-github-updater/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/hrswp-github-updater/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/hrswp-github-updater)](https://github.com/washingtonstateuniversity/hrswp-github-updater/releases/latest) ![WordPress tested up to version 6.5.0](https://img.shields.io/badge/WordPress-v6.5.0%20tested-success.svg) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![GPLv3 License](https://img.shields.io/github/license/washingtonstateuniversity/hrswp-github-updater)](https://github.com/washingtonstateuniversity/hrswp-github-updater/blob/develop/LICENSE.md) ## Overview diff --git a/hrswp-github-updater.php b/hrswp-github-updater.php index 74131f7..bb65dbf 100644 --- a/hrswp-github-updater.php +++ b/hrswp-github-updater.php @@ -9,7 +9,7 @@ * Update URI: https://api.github.com/repos/washingtonstateuniversity/hrswp-github-updater/releases/latest * Text Domain: hrswp-github-updater * Requires at least: 5.8 - * Tested up to: 6.4.2 + * Tested up to: 6.5.0 * Requires PHP: 7.3 * * @package HRSWP_GitHub_Updater From da80fa4a9fbf65c61b0c40987735f0bd48f6bc50 Mon Sep 17 00:00:00 2001 From: Adam Turner Date: Tue, 9 Apr 2024 11:17:37 -0700 Subject: [PATCH 6/7] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b3e17..ad78361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Changelog formatting (https://keepachangelog.com/en/1.0.0/): ### Changed +- Bump WP tested-to to 6.5.0 to close #27. - Upgrade Node.js to v20 and track version at project level. (89df427) - Update composer packages and config. (922480a) - Upgrade npm-package-json-lint from 6.0.3 to 7.1.0. (3609200) From 747309b17634a82890dd07829f53a3a0415ebda3 Mon Sep 17 00:00:00 2001 From: Adam Turner Date: Tue, 9 Apr 2024 11:18:58 -0700 Subject: [PATCH 7/7] :bookmark: 1.2.0 --- CHANGELOG.md | 2 +- hrswp-github-updater.php | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad78361..923fadc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Changelog formatting (https://keepachangelog.com/en/1.0.0/): ### Security (in case of vulnerabilities.) --> -## 1.2.0-rc.1 (:construction: TBD) +## 1.2.0 (2024-04-09) ### Changed diff --git a/hrswp-github-updater.php b/hrswp-github-updater.php index bb65dbf..0261840 100644 --- a/hrswp-github-updater.php +++ b/hrswp-github-updater.php @@ -1,7 +1,7 @@