Skip to content

Commit

Permalink
Merge branch 'release/1.2.2' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Nov 10, 2022
2 parents 58e2337 + b7a65a3 commit 676a063
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 83 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Changelog formatting (https://keepachangelog.com/en/1.0.0/):
### Security (in case of vulnerabilities.)
-->

## 1.2.2 (2022-11-10)

### Changed

- Bump WordPress tested-to to 6.1.1.

## 1.2.1 (2022-06-07)

### 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 A11y Status

[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/WSUWP-Plugin-A11y-Status/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/WSUWP-Plugin-A11y-Status/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/WSUWP-Plugin-A11y-Status)](https://github.com/washingtonstateuniversity/WSUWP-Plugin-A11y-Status/releases/latest) ![WordPress tested up to version 6.0.0](https://img.shields.io/badge/WordPress-v6.0.0%20tested-success.svg) [![GPLv3 License](https://img.shields.io/github/license/washingtonstateuniversity/WSUWP-Plugin-A11y-Status)](https://github.com/washingtonstateuniversity/WSUWP-Plugin-A11y-Status/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-A11y-Status/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/WSUWP-Plugin-A11y-Status/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/WSUWP-Plugin-A11y-Status)](https://github.com/washingtonstateuniversity/WSUWP-Plugin-A11y-Status/releases/latest) ![WordPress tested up to version 6.1.1](https://img.shields.io/badge/WordPress-v6.1.1%20tested-success.svg) [![GPLv3 License](https://img.shields.io/github/license/washingtonstateuniversity/WSUWP-Plugin-A11y-Status)](https://github.com/washingtonstateuniversity/WSUWP-Plugin-A11y-Status/blob/develop/LICENSE.md)

## Overview

Expand Down
95 changes: 16 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wsuwp/wsuwp-plugin-a11y-status",
"version": "1.2.1",
"version": "1.2.2",
"description": "A plugin to monitor the WSU Accessibility Training certification status of registered WP users.",
"author": "Adam Turner",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions wsuwp-a11y-status.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/**
* Plugin Name: WSUWP A11y Status
* Version: 1.2.1
* Version: 1.2.2
* Description: A plugin to view users' WSU Accessibility Training status in the Admin area.
* Author: washingtonstateuniversity, Adam Turner
* Author URI: https://github.com/washingtonstateuniversity/
* Plugin URI: https://github.com/washingtonstateuniversity/wsuwp-plugin-a11y-status
* Update URI: https://api.github.com/repos/washingtonstateuniversity/wsuwp-plugin-a11y-status/releases/latest
* Text Domain: wsuwp-a11y-status
* Requires at least: 5.7
* Tested up to: 6.0.0
* Tested up to: 6.1.1
* Requires PHP: 7.0
*/

Expand Down

0 comments on commit 676a063

Please sign in to comment.