Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'documentation/bump-wp-tested-to' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Jul 18, 2024
2 parents 519e035 + bb29cb5 commit e2b33a8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions hrs-courses.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/**
* Plugin Name: WSUWP HRS Courses
* Version: 2.3.2
* Version: 2.3.3
* Description: A plugin to create a Course custom post type for WSU Human Resource Services.
* Author: Adam Turner, washingtonstateuniversity
* Author URI: https://hrs.wsu.edu/
* Plugin URI: https://github.com/washingtonstateuniversity/wsuwp-plugin-hrs-courses
* 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wsuwp/hrscourses",
"version": "2.3.2",
"version": "2.3.3",
"description": "A plugin to create a Course custom post type for WSU Human Resource Services.",
"author": "washingtonstateuniversity",
"contributors": [
Expand Down

0 comments on commit e2b33a8

Please sign in to comment.