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

Commit

Permalink
Build v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Aug 2, 2018
1 parent 20e6c0a commit b4aab13
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ This document details all notable changes to the WSU HRS Child Theme. Uses [Sema
### Removed (for deprecated features removed in this release)
-->

## 0.18.0 (unreleased)
## 0.18.1 (2018-08-02)

### Fixed

- Fix #55 and #56 use main WP Query wherever possible instead of custom queries to maintain pagination.
- Fix #55 and close #56, use main WP Query wherever possible instead of custom queries to maintain pagination.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @since 0.17.3
*/
function hrs_get_theme_version() {
$hrs_version = '0.17.8';
$hrs_version = '0.18.1';

return $hrs_version;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hrs.wsu.edu",
"version": "0.17.8",
"version": "0.18.1",
"repository": {
"type": "git",
"url": "https://github.com/washingtonstateuniversity/hrs.wsu.edu"
Expand Down
2 changes: 1 addition & 1 deletion src/assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: Adam Turner, WSU University Communications
Author URI: https://web.wsu.edu/
Description: A child theme of the WSU Web Communications Spine template.
Template: wsuspine
Version: 0.17.8
Version: 0.18.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: Adam Turner, WSU University Communications
Author URI: https://web.wsu.edu/
Description: A child theme of the WSU Web Communications Spine template.
Template: wsuspine
Version: 0.17.8
Version: 0.18.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
Expand Down

0 comments on commit b4aab13

Please sign in to comment.