Skip to content

Commit

Permalink
Merge pull request #53 from washingtonstateuniversity/version/0.7.1
Browse files Browse the repository at this point in the history
[PR] Bump version 0.7.1
  • Loading branch information
jeremyfelt committed Nov 8, 2016
2 parents dc9f6be + bf36d91 commit acfd87f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 0.7.0 (TBD)
## 0.7.1 (November 8, 2016)

* Bug: Ensure class global is `$global` before starting.

## 0.7.0 (November 1, 2016)

* Add `wsuwp_uc_people` shortcode, extending WSUWP Content Syndicate.
* Add `wsuwp_uc_entities` shortcode, extending WSUWP Content Syndicate.
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.6.6",
"version": "0.7.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.7.0
Version: 0.7.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.7.0';
var $plugin_version = '0.7.1';

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

0 comments on commit acfd87f

Please sign in to comment.