Skip to content

Commit

Permalink
[TASK] Release 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexvaar committed Oct 26, 2020
1 parent b046f27 commit 8ccab90
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ All changes are documented on https://docs.typo3.org/typo3cms/extensions/femanag
:Changes:
* [TASK] Remove falsly declarated support for TYPO3 V9 in femanager 6 branch

- :Version:
5.4.1
:Date:
2020-10-26
:Changes:
* [BUGFIX] Prevent Exceptions on wrong file upload - thanks to https://github.com/in2code-de/femanager/pull/262

- :Version:
5.4.0
:Date:
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '5.4.0',
'version' => '5.4.1',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-9.5.99',
Expand Down
9 changes: 5 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Extension basicly works like sr_feuser_register or any other frontend user regis

## Quick installation

Please look at the manual for a big documentation at
Please look at the manual for a big documentation at
https://docs.typo3.org/typo3cms/extensions/femanager/

Quick guide:
- Just install this extension - e.g. `composer require in2code/femanager` or download it
- Just install this extension - e.g. `composer require in2code/femanager` or download it
or install it with the classic way (Extension Manager)
- Clear caches
- Add a sysfolder for your Frontend-Users and Usergroups (or separate it)
Expand All @@ -28,7 +28,7 @@ Quick guide:
| 2.x | 7.6 | 5.5 - 7.0 | Security Updates on demand (ask for an offer)|
| 1.x | 6.2 - 7.6 | 5.5 - 7.0 | Security Updates on demand (ask for an offer)|

Official support (fee-based) via https://www.in2code.de/kontakt
Official support (fee-based) via https://www.in2code.de/kontakt

## Changelog

Expand All @@ -37,12 +37,13 @@ Official support (fee-based) via https://www.in2code.de/kontakt
| 6.1.0 | 2020-08-13 | Minor | Add Support for country select options |
| 6.0.1 | 2020-05-26 | Major | Drop false declared support for TYPO3 9 in V6 Branch |
| 6.0.0 | 2020-05-26 | Major | !!!Support TYPO3 10 LTS only |
| 5.4.1 | 2020-10-26 | Bugfix | Prevents Exception when uploading a file which is not allowed |
| 5.4.0 | 2020-08-30 | Minor update | New validation option for countries with state subselection (TYPO3 V8/V9) |
| 5.3.1 | 2020-08-06 | Bugfix | Allow validation with captch |
| 5.3.0 | 2020-07-06 | Minor update | Adds uppercase validation for password |
| 5.2.0 | 2019-05-26 | Security | !!!Implement CSFR Protection - please check upgrade instructions |
| 5.1.1 | 2019-05-26 | Bugfix | Repair Admin Confirmation for TYPO3 9 |
| 5.1.0 | 2019-05-21 | Minor update | Allow PHP 7.3, Allow TYPO3 8.7, many bugfixes |
| 5.1.0 | 2019-05-21 | Minor update | Allow PHP 7.3, Allow TYPO3 8.7, many bugfixes |
| 5.0.0 | 2019-02-01 | Major update | Refactored version for TYPO3 9 LTS |
| 4.2.5 | 2019-01-30 | Bugfix | Validation failed for date and some other datetypes |
| 4.2.4 | 2019-01-24 | Bugfix | Validation failed, if more then one content element was besides femanager plugin |
Expand Down

0 comments on commit 8ccab90

Please sign in to comment.