Skip to content

Commit

Permalink
Merge branch 'release/1.2.0' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Mar 17, 2022
2 parents ea71801 + 82404e0 commit 6b06376
Show file tree
Hide file tree
Showing 7 changed files with 1,339 additions and 3,170 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,33 @@ Changelog formatting (https://keepachangelog.com/en/1.0.0/):
### Security (in case of vulnerabilities.)
-->

## 1.2.0 (2022-03-17)

### Changed

- Bump WordPress tested-to to 5.9.2.
- Add Update URI plugin header, close #48. (1909d29)
- Upgrade stylelint from 13.13.1 to 14.6.0. (6253e15)
- Upgrade @wordpress/stylelint-config from 19.1.0 to 20.0.2. (67b6eee)
- Upgrade browserlist database. (1ac4851)
- Upgrade npm-package-json-lint from 5.1.0 to 6.0.3. (4779ff1)
- Upgrade postcss-preset-env from 6.7.0 to 7.4.2. (e439fc1)
- Update postcss from 8.3.6 to 8.4.12. (77cc5d9)
- Upgrade postcss-cli from 8.3.1 to 9.1.0. (f8f3dfe)
- Update cssnano from 5.0.7 to 5.1.4. (565b2ee)
- Update roave/security-advisories dev-master from fc5e5d7 to 86b842d. (e2c7be2)

### Security

- Bump squizlabs/php_codesniffer from 3.6.0 to 3.6.2. (9d1870e)
- Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.1 to 0.7.2. (8fb4ae1)
- Bump sirbrillig/phpcs-variable-analysis from 2.11.2 to 2.11.3. (e99ff1a)
- Bump @wordpress/npm-package-json-lint-config from 4.1.0 to 4.1.2. (4681512)
- Bump ansi-regex from 5.0.0 to 5.0.1. (ea71801)
- Bump nanoid from 3.1.23 to 3.2.0. (1f2ecf6)
- Bump nth-check from 2.0.0 to 2.0.1. (5fe1952)
- Bump path-parse from 1.0.6 to 1.0.7. (1d9fc95)

## 1.1.0 (2021-07-22)

### Added
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 5.8.0](https://img.shields.io/badge/WordPress-v5.8.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 5.9.2](https://img.shields.io/badge/WordPress-v5.9.2%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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "~0.7.1",
"squizlabs/php_codesniffer": "^3.6.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"squizlabs/php_codesniffer": "^3.6.2",
"phpcompatibility/php-compatibility": "^9.2.0",
"wp-coding-standards/wpcs": "~2.3.0",
"sirbrillig/phpcs-variable-analysis": "^2.11.2",
"sirbrillig/phpcs-variable-analysis": "^2.11.3",
"roave/security-advisories": "dev-master"
},
"scripts": {
Expand Down
Loading

0 comments on commit 6b06376

Please sign in to comment.