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 Sep 21, 2015
1 parent 9ced916 commit 0081847
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=================
###0.8.26###
- Added the "registerImportOptionPaths" hook (thanks to @lindseydiloreto)
- Replace "sourceId" with "folderId" criteria when linking an asset field (thanks to @damiani)

###0.8.25###
- Add detection of text/x-comma-separated-values, fixing issue #67

Expand All @@ -11,7 +15,7 @@ Changelog
- Skip row when criteria value looks suspicious - preventing possible data loss
- Fixed an undefined index error
- Fixed js not being executed when no sections exist, closing issue #56

###0.8.22##
- Added support for (translated) yes/no importing into lightswitch fields

Expand All @@ -30,7 +34,7 @@ Changelog

###0.8.17###
- Only import when atleast one row is found

###0.8.16###
- Added a registerImportService hook so you can write an import service for other/your own element type(s)
- Author can now be an id, username or emailaddress
Expand Down Expand Up @@ -150,7 +154,7 @@ Changelog
###0.6.1###
- Get pending task info in import overview
- Ability to choose wether you want to receive an e-mail or not

###0.6###
- Added an import history tab

Expand All @@ -176,6 +180,6 @@ Changelog

###0.3.1###
- Fixed a bug where Title fields would not be set

###0.3###
- Initial push to GitHub
- Initial push to GitHub
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.25';
return '0.8.26';
}

/**
Expand Down

0 comments on commit 0081847

Please sign in to comment.