Skip to content

Commit

Permalink
Merge pull request #190 from uriweb/release-2.1.0
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
bjcfuller authored Apr 10, 2020
2 parents b09f627 + ec2132e commit 1e46aaf
Show file tree
Hide file tree
Showing 23 changed files with 730 additions and 147 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

URI Modern is a WordPress theme designed for the University of Rhode Island. It's designed to replace all themes currently being used on the university's websites, and unify the online brand and experience.

## What's new in 2.0.3
## What's new in 2.1.0

URI Modern 2.0.3 is bug fix release.
URI Modern 2.1.0 is a minor release.

* Whitelists reusable blocks in the Block Editor
* Fixes an issue that caused the interface to freeze when fully deleting paragraph content in the Block Editor
* Fixes an issue that prevented an admin script from enqueuing
* Adds support for styling code, pre-formatted text, embedded gists from GitHub, color palettes, and more (previously handled by the [URI Modern Home](https://github.com/uriweb/uri-modern-home) child theme)
* Whitelists [Component Library](https://github.com/uriweb/uri-component-library) Date, Menu, and Promo blocks added in [CL v4.2](https://github.com/uriweb/uri-component-library/releases/tag/4.2.0)
* Updates themed styles for Promo components
* Adds themed styles for `micro` formatted Promo components
* Updates development tools

For complete details, see the [commit history](https://github.com/uriweb/uri-modern/pull/188/commits) and the [issue tracker](https://github.com/uriweb/uri-modern/issues).
For complete details, see the [commit history](https://github.com/uriweb/uri-modern/pull/190/commits) and the [issue tracker](https://github.com/uriweb/uri-modern/issues).

## How do I get set up?

Expand All @@ -32,5 +33,5 @@ For complete details, see the [commit history](https://github.com/uriweb/uri-mod
Contributors: Brandon Fuller, John Pennypacker
Tags: themes
Requires at least: 4.0
Tested up to: 5.3
Stable tag: 2.0.3
Tested up to: 5.4
Stable tag: 2.1.0
Binary file modified images/cl/icon-card-link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions inc/gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,14 @@ function uri_modern_allowed_blocks( $allowed_blocks, $post ) {
'uri-cl/boxout',
'uri-cl/button',
'uri-cl/card',
'uri-cl/date',
'uri-cl/hero',
'uri-cl/hero2',
'uri-cl/metric',
'uri-cl/menu',
'uri-cl/notice',
'uri-cl/panel',
'uri-cl/promo',
'uri-cl/quote',
'uri-cl/tab',
'uri-cl/tabs',
Expand Down
4 changes: 2 additions & 2 deletions js/script.min.js

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

2 changes: 1 addition & 1 deletion map/style.admin.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion map/style.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1e46aaf

Please sign in to comment.