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

Commit

Permalink
Bumped version #
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Jun 27, 2016
1 parent 12cd9fc commit 21455d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.32###
- Fixed broken relative link for user (thanks to @timkelty)
- Fix for assets giving 404 on download (thanks to @MRolefes)
- Allow element fieldtypes to find disabled elements (thanks to @timkelty)

###0.8.31###
- Make sure we have a unique filename to prevent conflict
- Cache opening of file to prevent a download on every step
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.31';
return '0.8.32';
}

/**
Expand Down

0 comments on commit 21455d6

Please sign in to comment.