Skip to content

Commit

Permalink
[TASK] Release version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsuter committed Feb 22, 2021
1 parent 25478f8 commit 5234c4b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 13 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2021-02-22 Francois Suter (Idéative) <[email protected]>

* Fix link to repository for documentation editing (thanks to Mathias Brodala)
* Release version 5.1.0

2021-02-19 Francois Suter (Idéative) <[email protected]>

* Improve error reporting of failed user functions, resolves #159
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ External Import
data import, fetch data, services

:Copyright:
2007-2020
2007-2021

:Author:
François Suter (Idéative)
Expand Down
11 changes: 11 additions & 0 deletions Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Upgrading and what's new
^^^^^^^^^^^^^^^^^^^^^^^^


.. _installation-upgrade-510:

Upgrade to 5.1.0
""""""""""""""""

There is a single change in version 5.1.0 that may affect existing imports:
when a user function fails to handle the value it was supposed to transform
(by throwing an exception), that value is now removed from the imported dataset.
Before that it was left unchanged.


.. _installation-upgrade-500:

Upgrade to 5.0.0
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[general]
copyright = 2007-2020
copyright = 2007-2021
project = External Import
release = 5.0.1
release = 5.1.0

[notify]
about_new_build = [email protected]
Expand Down
14 changes: 4 additions & 10 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
<?php

/***************************************************************
* Extension Manager/Repository config file for ext "external_import".
*
* Auto generated 31-03-2017 20:45
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
/***********************************************************************
* Extension Manager/Repository config file for ext "external_import". *
***********************************************************************/

$EM_CONF[$_EXTKEY] = [
'title' => 'External Data Import',
Expand All @@ -21,7 +15,7 @@
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author_company' => '',
'version' => '5.0.1',
'version' => '5.1.0',
'constraints' =>
[
'depends' =>
Expand Down

0 comments on commit 5234c4b

Please sign in to comment.