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

Commit

Permalink
Merge branch 'hotfix/3.6.1' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Apr 10, 2024
2 parents 82bf058 + bd367fd commit 58de7b3
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
@@ -17,6 +17,12 @@ Changelog formatting (http://semver.org/):
### Security (in case of vulnerabilities.)
-->

## 3.6.1 (2024-04-10)

### Changed

- Bump WordPress tested-to to 6.5.2.

## 3.6.0 (2024-04-09)

### Changed
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HRSWP Blocks

[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/hrswp-plugin-blocks)](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/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-plugin-blocks)](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/blob/develop/LICENSE.md)
[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/hrswp-plugin-blocks)](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/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/hrswp-plugin-blocks)](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/blob/develop/LICENSE.md)

## Overview

4 changes: 2 additions & 2 deletions hrswp-blocks.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/**
* Plugin Name: HRSWP Blocks
* Version: 3.6.0
* Version: 3.6.1
* Description: A WSU HRS WordPress plugin to provide custom blocks and WP block editor adjustments.
* Author: Adam Turner, washingtonstateuniversity
* Author URI: https://hrs.wsu.edu/
* Plugin URI: https://github.com/washingtonstateuniversity/hrswp-plugin-blocks
* Update URI: https://api.github.com/repos/washingtonstateuniversity/hrswp-plugin-blocks/releases/latest
* Text Domain: hrswp-blocks
* Requires at least: 6.1
* Tested up to: 6.5.0
* Tested up to: 6.5.2
* Requires PHP: 7.4
*
* @package HRSWP_Blocks
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonstateuniversity/hrswp-plugin-blocks",
"version": "3.6.0",
"version": "3.6.1",
"description": "A WSU HRS WordPress plugin to provide custom blocks and WP block editor adjustments.",
"author": "Adam Turner",
"contributors": [

0 comments on commit 58de7b3

Please sign in to comment.