Skip to content

Commit

Permalink
Merge branch 'release/1.0.1' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Mar 10, 2022
2 parents 8a913a0 + 0ddea7f commit e2fab2a
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 107 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ Changelog formatting (https://keepachangelog.com/en/1.0.0/):
### Security (in case of vulnerabilities.)
-->

## 1.0.1 (2022-03-10)

### Changed

- Bump WP tested-to to 5.9.1.

### Security

- Upgrade roave/security-advisories dev-master 0488e16 to 2ec9ad6. (27e6657)
- Bump squizlabs/php_codesniffer from 3.6.0 to 3.6.2. (3c66817)
- Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.1 to 0.7.2. (1380b49)
- Bump npm-package-json-lint from 5.4.0 to 5.4.2. (fbc6de3)

## 1.0.0 (2021-10-12)

### 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 @@
# HRSWP GitHub Updater

[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/hrswp-github-updater/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/hrswp-github-updater/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/hrswp-github-updater)](https://github.com/washingtonstateuniversity/hrswp-github-updater/releases/latest) ![WordPress tested up to version 5.8.1](https://img.shields.io/badge/WordPress-v5.8.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/hrswp-github-updater)](https://github.com/washingtonstateuniversity/hrswp-github-updater/blob/develop/LICENSE.md)
[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/hrswp-github-updater/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/hrswp-github-updater/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/hrswp-github-updater)](https://github.com/washingtonstateuniversity/hrswp-github-updater/releases/latest) ![WordPress tested up to version 5.9.1](https://img.shields.io/badge/WordPress-v5.9.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/hrswp-github-updater)](https://github.com/washingtonstateuniversity/hrswp-github-updater/blob/develop/LICENSE.md)

## Overview

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
}
],
"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",
Expand Down
173 changes: 110 additions & 63 deletions composer.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions hrswp-github-updater.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/**
* Plugin Name: HRSWP GitHub Updater
* Version: 1.0.0
* Version: 1.0.1
* Description: A WSU HRS WordPress plugin to manage updates for GitHub-hosted plugins and themes.
* Author: Adam Turner, washingtonstateuniversity
* Author URI: https://hrs.wsu.edu/
* Plugin URI: https://github.com/washingtonstateuniversity/hrswp-github-updater
* Update URI: https://api.github.com/repos/washingtonstateuniversity/hrswp-github-updater/releases/latest
* Text Domain: hrswp-github-updater
* Requires at least: 5.8
* Tested up to: 5.8.1
* Tested up to: 5.9.1
* Requires PHP: 7.3
*
* @package HRSWP_GitHub_Updater
Expand Down
74 changes: 37 additions & 37 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@washingtonstateuniversity/hrswp-github-updater",
"version": "1.0.0",
"version": "1.0.1",
"description": "A WSU HRS WordPress plugin to manage updates for GitHub-hosted plugins and themes.",
"author": "Adam Turner",
"contributors": [
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"devDependencies": {
"@wordpress/npm-package-json-lint-config": "^4.0.5",
"npm-package-json-lint": "^5.4.0",
"npm-package-json-lint": "^5.4.2",
"npm-run-all": "^4.1.5"
},
"scripts": {
Expand Down

0 comments on commit e2fab2a

Please sign in to comment.