Skip to content

Commit

Permalink
Merge pull request #152 from uriweb/release-1.2.8
Browse files Browse the repository at this point in the history
Merge release-1.2.8 into develop
  • Loading branch information
bjcfuller authored Apr 25, 2019
2 parents 45d9a91 + b09331f commit ed4690f
Show file tree
Hide file tree
Showing 11 changed files with 280 additions and 1,362 deletions.
1 change: 1 addition & 0 deletions .codesniffer.ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<exclude name="PEAR.Functions.FunctionCallSignature.Indent" />

<exclude name="Squiz.PHP.DisallowMultipleAssignments.Found" />
<exclude name="Squiz.PHP.DisallowMultipleAssignments.FoundInControlStructure" />
<exclude name="Squiz.Commenting.FileComment.Missing" />

<exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact" />
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

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 1.2.7
## What's new in 1.2.8

URI Modern 1.2.7 is a bug fix release.
URI Modern 1.2.8 is a bug fix release.

* Corrects the way global variables are checked
* The static build now includes theme adjustments for the [Component Library](https://github.com/uriweb/uri-component-library)
* Updates development tools
* Adds support for styling text with `type-sans` and `type-serif` classes
* Adds definitions for allowed Gutenberg blocks and colors
* Updates the Search & Filter template to adopt generic styling
* Updates devDependencies

For complete details, see the [commit history](https://github.com/uriweb/uri-modern/pull/149/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/151/commits) and the [issue tracker](https://github.com/uriweb/uri-modern/issues).

## How do I get set up?

Expand All @@ -32,4 +33,4 @@ Contributors: Brandon Fuller, John Pennypacker
Tags: themes
Requires at least: 4.0
Tested up to: 5.0
Stable tag: 1.2.7
Stable tag: 1.2.8
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.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit ed4690f

Please sign in to comment.