Skip to content

Commit

Permalink
- version bump to 1.13.1
Browse files Browse the repository at this point in the history
- builds
  • Loading branch information
Jesse Young committed Nov 2, 2020
1 parent 772adf2 commit aec17da
Show file tree
Hide file tree
Showing 21 changed files with 15 additions and 16 deletions.
1 change: 0 additions & 1 deletion build/block.61bfc868a381c41b2bfa.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion build/block.61bfc868a381c41b2bfa.js

This file was deleted.

1 change: 0 additions & 1 deletion build/block.7940fff339d5cba6fe72.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion build/block.7940fff339d5cba6fe72.js

This file was deleted.

1 change: 1 addition & 0 deletions build/block.e46ae769638614bbc214.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('wp-blocks', 'wp-element', 'wp-polyfill', 'wp-primitives'), 'version' => '1d2893d761d741de24cb086b58b16f94');
1 change: 1 addition & 0 deletions build/block.e46ae769638614bbc214.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions build/editor.7940fff339d5cba6fe72.css

This file was deleted.

File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion build/frontend.7940fff339d5cba6fe72.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion build/frontend.7940fff339d5cba6fe72.js

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion build/style.61bfc868a381c41b2bfa.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion build/style.7940fff339d5cba6fe72.asset.php

This file was deleted.

2 changes: 0 additions & 2 deletions build/style.7940fff339d5cba6fe72.css

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '524cc60d1f52f9e0fc1b946ab0a1b850');
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'b418a6653079d9ea4719d38eebfcceae');

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purdue-blocks-cgb-guten-block",
"version": "1.13.0",
"version": "1.13.1",
"private": true,
"scripts": {
"build": "wp-scripts build",
Expand Down
2 changes: 1 addition & 1 deletion purdue-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: Adds Gutenberg blocks to Wordpress based on Purdue's brand elements.
* Author: Purdue Marketing and Media
* Author URI: https://brand.purdue.edu/digital/
* Version: 1.13.0
* Version: 1.13.1
* License: GPLv3
* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
*
Expand Down
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Adds Purdue University branded Gutenberg blocks to the editor

Relevant changes are documented below.

### [1.13.1] 2020-11-2
#### Updated
- Fixed large CTA-card link issue
- Fixed proofpoint font color issue
- Fix CTA-card and featured story background issues
- Added the link card and latest post icons to the toggle block
- Fixed the size of icons on the front end of the toggle block
- Added check to determine if a certain icon should have a white background depending on a data field on the svg string

### [1.13.0] 2020-10-16
#### Updated
- Fixed issues with some blocks having broken styles in Internet Explorer
Expand Down

0 comments on commit aec17da

Please sign in to comment.