From 4ab2f82d80007218895e0602fbe97bdaa716e1e5 Mon Sep 17 00:00:00 2001 From: Adam Turner Date: Thu, 18 Jul 2024 10:51:11 -0700 Subject: [PATCH 1/2] Bump WP tested-to to 6.6.1 --- CHANGELOG.md | 7 +++++++ README.md | 7 +++++-- hrs-courses.php | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b63d76..c40daea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,13 @@ Changelog formatting (https://keepachangelog.com/en/1.0.0/): ### Security (in case of fixed vulnerabilities) --> +## 2.3.3 (2024-07-18) + +### Changed + +- Bump WordPress tested-to to 6.6.1. +- Archive project. + ## 2.3.2 (2024-04-10) ### Changed diff --git a/README.md b/README.md index 6f70a45..e04e04e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # WSUWP HRS Courses -[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/wsuwp-plugin-hrs-courses/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/wsuwp-plugin-hrs-courses/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/wsuwp-plugin-hrs-courses)](https://github.com/washingtonstateuniversity/wsuwp-plugin-hrs-courses/releases/latest) ![WordPress tested up to version 6.5.2](https://img.shields.io/badge/WordPress-v6.5.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/wsuwp-plugin-hrs-courses)](https://github.com/washingtonstateuniversity/wsuwp-plugin-hrs-courses/blob/develop/LICENSE.md) +[![Support Level](https://img.shields.io/badge/support-archived-red.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/wsuwp-plugin-hrs-courses/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/wsuwp-plugin-hrs-courses/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/wsuwp-plugin-hrs-courses)](https://github.com/washingtonstateuniversity/wsuwp-plugin-hrs-courses/releases/latest) ![WordPress tested up to version 6.6.1](https://img.shields.io/badge/WordPress-v6.6.1%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/wsuwp-plugin-hrs-courses)](https://github.com/washingtonstateuniversity/wsuwp-plugin-hrs-courses/blob/develop/LICENSE.md) ## Overview +> [!CAUTION] +> As of 26 July 2024, this project is archived and no longer being actively maintained. + This plugin creates a Courses custom post type with supporting custom taxonomies. ## Description @@ -65,7 +68,7 @@ See the scripts section of `package.json` for additional available commands. ## Support Level -**Active:** WSU HRS actively works on this plugin. We plant to continue work for the foreseeable future, adding new features, enhancing existing ones, and maintaining compatability with the latest version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome. +**Archived:** WSU HRS no longer maintains this plugin. ## Changelog diff --git a/hrs-courses.php b/hrs-courses.php index 96ff357..0eb7990 100644 --- a/hrs-courses.php +++ b/hrs-courses.php @@ -9,7 +9,7 @@ * Update URI: https://api.github.com/repos/washingtonstateuniversity/wsuwp-plugin-hrs-courses/releases/latest * Text Domain: wsuwp-hrs-courses * Requires at least: 5.7 - * Tested up to: 6.5.2 + * Tested up to: 6.6.1 * Requires PHP: 7.0 * * @package WSUWP_HRS_Courses From bb29cb53f085b2fedbac785e91254af1b2e3ab38 Mon Sep 17 00:00:00 2001 From: Adam Turner Date: Thu, 18 Jul 2024 10:52:05 -0700 Subject: [PATCH 2/2] :bookmark: 2.3.3 --- hrs-courses.php | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hrs-courses.php b/hrs-courses.php index 0eb7990..1112c33 100644 --- a/hrs-courses.php +++ b/hrs-courses.php @@ -1,7 +1,7 @@