Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Jan 4, 2016
2 parents 7362616 + 5558341 commit 3ee9e6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=================
###0.8.28###
- Fix history overview item url, closing issue #93 (thanks to @timkelty)
- Fix for "only variables should be passed by reference" (PHP7), closing issue #96 (thanks to @ianshea)

###0.8.27###
- Allow custom options for categories and users too,
- Set user pending when status field is pending, closing issue #53
Expand Down
2 changes: 1 addition & 1 deletion ImportPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function getName()
*/
public function getVersion()
{
return '0.8.27';
return '0.8.28';
}

/**
Expand Down

0 comments on commit 3ee9e6d

Please sign in to comment.