Skip to content

Commit

Permalink
Merge pull request #63 from washingtonstateuniversity/version/0.8.1
Browse files Browse the repository at this point in the history
[PR] Bump version 0.8.1
  • Loading branch information
jeremyfelt committed Feb 20, 2017
2 parents 39a268e + d838333 commit bdd4582
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.8.1 (February 20, 2017)

* Add support for the `offset` attribute in shortcodes.
* Add support for `excerpt` and `full` output.

## 0.8.0 (November 10, 2016)

* Provide ability to filter by object association in shortcodes.
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": "wsuwp-plugin-university-center",
"version": "0.8.0",
"version": "0.8.1",
"repository": {
"type": "git",
"url": "https://github.com/washingtonstateuniversity/wsuwp-university-center"
Expand Down
4 changes: 2 additions & 2 deletions wsuwp-university-center.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://web.wsu.edu/wordpress/plugins/university-center-objects/
Description: Provides content objects and relationships common to a center, institute, or other organization at a university.
Author: washingtonstateuniversity, jeremyfelt
Version: 0.8.0
Version: 0.8.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
Expand All @@ -19,7 +19,7 @@ class WSUWP_University_Center {
*
* @var string
*/
var $plugin_version = '0.8.0';
var $plugin_version = '0.8.1';

/**
* The slug used to register the project custom content type.
Expand Down

0 comments on commit bdd4582

Please sign in to comment.