Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Jun 28, 2020
2 parents b3fec53 + 3c9d7a7 commit e43a23d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,8 @@
Latest release: 9.4.0 (2020/05/31)
Latest release: 9.4.1 (2020/06/28)

All previous release change logs:

* [9.4.1 (2020/06/28)](Documentation/Changelog/9.4.1.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/9.4.0...9.4.1)
* [9.4.0 (2020/05/31)](Documentation/Changelog/9.4.0.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/9.3.2...9.4.0)
* [9.3.2 (2020/02/08)](Documentation/Changelog/9.3.2.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/9.3.1...9.3.2)
* [9.3.1 (2020/02/04)](Documentation/Changelog/9.3.1.md) [Full list of changes](https://github.com/FluidTYPO3/flux/compare/9.3.0...9.3.1)
Expand Down
23 changes: 23 additions & 0 deletions Documentation/Changelog/9.4.1.md
@@ -0,0 +1,23 @@
## Release: 9.4.1 (2020/06/28)

* 2020-06-28 [BUGFIX] Fix flux:field.custom and flux:field.userFunc (Commit b3fec532 by Claus Due)
* 2020-06-28 [BUGFIX] Ensure numeric and sequential keyed array (Commit 41f7306b by Claus Due)
* 2020-06-28 [BUGFIX] Make sure inline fal works with TYPO3 10 (#1789) (Commit 59114e34 by Jonas Osburg)
* 2020-06-28 [BUGFIX] Do not adjust copy of record if original cannot be found (Commit 61a3cc6e by Claus Due)
* 2020-06-05 [BUGFIX] Do not touch colPos if command was "localize" (Commit 12a962ae by Claus Due)
* 2020-06-05 [BUGFIX] Respect absolute file paths on Windows systems (#1792) (Commit 7cb2c1c8 by Nicole Cordes)
* 2020-06-03 [BUGFIX] Ensure method returns array to match strict return (Commit ff01b97c by jazzica)
* 2020-06-03 [BUGFIX] Fix incorrect extension configuration reference (Commit 3f163404 by Claus Due)

Generated by:

```
git log --since="2020/05/31" --until="2020/06/28" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/flux/compare/9.4.0...9.4.1

*Please note: the change list above does not contain any TASK commits since they are considered
infrastructure-only and not relevant to end users. The full list includes these!*

4 changes: 2 additions & 2 deletions ext_emconf.php
Expand Up @@ -4,13 +4,13 @@
'description' => 'Drop-in page and content templates with nested content feature. Provides multiple condensed integration APIs to use advanced TYPO3 features with little effort.',
'category' => 'misc',
'shy' => 0,
'version' => '9.4.0',
'version' => '9.4.1',
'dependencies' => 'cms',
'conflicts' => '',
'priority' => 'top',
'loadOrder' => '',
'module' => '',
'state' => 'beta',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
Expand Down

0 comments on commit e43a23d

Please sign in to comment.