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

Commit

Permalink
Merge branch 'release/1.0.3' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Jul 12, 2021
2 parents 6c620f1 + c6ecd2d commit 9ff2b56
Show file tree
Hide file tree
Showing 12 changed files with 198 additions and 190 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ Changelog formatting (http://semver.org/):
-->

## 1.0.3 (2021-07-12)

### Changed

- Bump WP tested-to to 5.8.0. (0d210eb)
- Update webpack from 5.40.0 to 5.44.0. (c26ace5)

### Security

- Bump sirbrillig/phpcs-variable-analysis from 2.11.1 to 2.11.2. (c26ace5)
- Bump resolve-bin from 0.4.0 to 4.4.1. (c26ace5)
- Bump eslint from 7.29.0 to 7.30.0. (c26ace5)

## 1.0.2 (2021-06-28)

### 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 @@
# 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 5.7.2](https://img.shields.io/badge/WordPress-v5.7.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)
[![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 5.8.0](https://img.shields.io/badge/WordPress-v5.8.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)

## Overview

Expand Down
2 changes: 1 addition & 1 deletion build/accordion.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '179412442a62b3914b8c484812f21b49');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'deb59abaa5ee03db74c7ba32d0dfdb05');
2 changes: 1 addition & 1 deletion build/accordionDep.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '5830810991689c607e30f4fb8ee5a194');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'f1cf2eb3a863af5c4b4f73e8a7027562');
2 changes: 1 addition & 1 deletion build/filter.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '21d38f0ca724d9824685f0a95b2341cf');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '98f0a1925b10d873a0763cb771142d88');
2 changes: 1 addition & 1 deletion build/filterDep.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '441843d709d661dfff1bf1331cf7556e');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '23dd8c321a91e0e934971127ef513f58');
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'wp-element', 'wp-polyfill'), 'version' => 'fef73903c77622a3cc9a280976fcc1bb');
<?php return array('dependencies' => array('lodash', 'wp-element', 'wp-polyfill'), 'version' => 'da65b2235b25ca2e87d0a32b66c15e26');
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"squizlabs/php_codesniffer": "^3.6.0",
"phpcompatibility/php-compatibility": "^9.2.0",
"wp-coding-standards/wpcs": "~2.3.0",
"sirbrillig/phpcs-variable-analysis": "^2.11.1",
"sirbrillig/phpcs-variable-analysis": "^2.11.2",
"roave/security-advisories": "dev-master"
},
"scripts": {
Expand Down
32 changes: 17 additions & 15 deletions composer.lock

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

4 changes: 2 additions & 2 deletions hrswp-blocks.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php
/**
* Plugin Name: HRSWP Blocks
* Version: 1.0.2
* Version: 1.0.3
* 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
* Text Domain: hrswp-blocks
* Requires at least: 5.7
* Tested up to: 5.7.2
* Tested up to: 5.8.0
* Requires PHP: 7.0
*
* @package HRSWP_Blocks
Expand Down
Loading

0 comments on commit 9ff2b56

Please sign in to comment.