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

Commit

Permalink
Merge branch 'stable' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Apr 10, 2024
2 parents 6885966 + 7bd938b commit 519e035
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Changelog formatting (https://keepachangelog.com/en/1.0.0/):
### Security (in case of fixed vulnerabilities)
-->

## 2.3.2 (2024-04-10)

### Changed

- Bump WordPress tested-to to 6.5.2.

## 2.3.1 (2024-04-09)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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.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/wsuwp-plugin-hrs-courses)](https://github.com/washingtonstateuniversity/wsuwp-plugin-hrs-courses/blob/develop/LICENSE.md)
[![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)

## Overview

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.1
* Version: 2.3.2
* 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.0
* Tested up to: 6.5.2
* 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.1",
"version": "2.3.2",
"description": "A plugin to create a Course custom post type for WSU Human Resource Services.",
"author": "washingtonstateuniversity",
"contributors": [
Expand Down

0 comments on commit 519e035

Please sign in to comment.