diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b96e30..737ff76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 @@ -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 @@ -176,6 +180,6 @@ Changelog ###0.3.1### - Fixed a bug where Title fields would not be set - + ###0.3### - - Initial push to GitHub \ No newline at end of file + - Initial push to GitHub diff --git a/ImportPlugin.php b/ImportPlugin.php index 2bc8576..db5abcf 100644 --- a/ImportPlugin.php +++ b/ImportPlugin.php @@ -30,7 +30,7 @@ public function getName() */ public function getVersion() { - return '0.8.25'; + return '0.8.26'; } /**