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 Apr 13, 2015
1 parent 7ae3e8e commit 11cf7fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ExportPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function getName()
*/
public function getVersion()
{
return '0.5.1';
return '0.5.2';
}

/**
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ The plugin's folder should be named "export"

Changelog
=================
###0.5.2###
- Fixed multioptions fieldtype exporting

###0.5.1###
- Use native php csv export function to generate more correct csv's

Expand Down

0 comments on commit 11cf7fa

Please sign in to comment.