Skip to content

Commit

Permalink
[TASK] Release version 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbusemann committed Jun 6, 2021
1 parent 9116cd5 commit c43f952
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 53 deletions.
15 changes: 4 additions & 11 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,12 @@ All changes are documented on https://docs.typo3.org/typo3cms/extensions/femanag
Release Description

- :Version:
6.1.0
5.5.0
:Date:
2020-08-13
2021-06-07
:Changes:
* [FEATURE] Add support for country selection options - :ref:`see documentation <countryselect>` - Sponsored by Resultify.se
* [BUGFIX] Allow validation via captcha - thanks to Germar https://github.com/Germar and dnozdrin https://github.com/dnozdrin

- :Version:
6.0.1 (!!!)
:Date:
2020-07-15
:Changes:
* [TASK] Remove falsly declarated support for TYPO3 V9 in femanager 6 branch
* [FEATURE] Add RateLimiter for registration form - :ref:`see documentation <countryselect>`
* [BUGFIX] Template missing for New->create - https://github.com/kitzberger

- :Version:
5.4.2
Expand Down
1 change: 1 addition & 0 deletions Documentation/Features/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ See some features or best practice parts of the extension femanager.
Finishers/Index
Signals/Index
ResendUserConfirmationRequest/Index
RateLimiter/Index
31 changes: 31 additions & 0 deletions Documentation/Features/RateLimiter/Index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
.. include:: ../../Includes.txt

.. _countryselect:

Rate Limiter
------------

Basics
^^^^^^

If you want prevent, that your registration forms, you can enable the rate limiter.

Note: The limiter is enabled by default.


TypoScript Settings
^^^^^^^^^^^^^^^^^^^


.. code-block:: text
plugin.tx_femanager {
settings {
ratelimiter {
# Number of seconds for the sliding window rate limiter
timeframe = {$plugin.tx_femanager.settings.ratelimiter.timeframe}
# Request count. How many requests are allowed in the last <timeframe> seconds. Set to 0 to disable rate limiter.
limit = {$plugin.tx_femanager.settings.ratelimiter.limit}
}
}
}
4 changes: 2 additions & 2 deletions Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Femanager is a TYPO3 extension for a modern Frontend-User registration and profi
.. only:: html

:Copyright:
2013 - 2020
2013 - 2021

:Classification:
femanager

:Version:
5.3.0
5.5.0

:Language:
en
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

---
conf.py:
copyright: 2013-2019
copyright: 2013-2021
project: Femanager
version: 5
release: 5.2.0
release: 5.5.0
latex_elements:
papersize: a4paper
pointsize: 10pt
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.2',
'version' => '5.5.0',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-9.5.99',
Expand Down
37 changes: 0 additions & 37 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,43 +30,6 @@ Quick guide:

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

## Changelog

| Version | Date | State | Description |
| ---------- | ---------- | ------------ | -------------------------------------------------------------------------------------------------------------------------- |
| 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.2 | 2020-12-03 | Bugfix | Prevent JS Validation error |
| 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.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 |
| 4.2.3 | 2019-01-22 | Security | Don't allow a complete bypass of the validation |
| 4.2.2 | 2018-05-11 | Bugfix | Allow filtering in OpenConfirmationView (BE), Fix case sensitive filename for OpenConfirmationView, Support TYPO3 CMS Subtree packages, update documentaion |
| 4.2.1 | 2018-05-04 | Task | Update documenation, fix broken custom validators, enable TS for BE Module, check if admin receive is not empty |
| 4.2.0 | 2018-04-24 | Task | Allow to resend confirmation mail via Backend or Frontend - sponsored by Constructiva Solutions GmbH and in2code GmbH |
| 4.1.1 | 2018-01-29 | Task | Update license information in composer.json |
| 4.1.0 | 2018-01-21 | Task | Testing update: Re-include unit test and make behaviour tests more transparent |
| 4.0.2 | 2018-01-19 | Bugfix | Fix required settings for terms |
| 4.0.1 | 2017-12-20 | Bugfix | Prevent exception in backend module in some special cases |
| 4.0.0 | 2017-12-18 | Task | - Add new field "accept terms and conditions"<br />- Add a new backend module view "accept/decline users"<br />- Implement AutoAdminConfirmation feature<br />- Add some new signals<br />- Add link to delete account in admin notification mail<br />- Admin notification settings via TypoScript |
| 3.3.0 | 2017-11-25 | Feature | Show only relevant users in FlexForm, some small bugfixes |
| 3.2.0 | 2017-11-10 | Task | Add alternative login function https://github.com/in2code-de/femanager/issues/27 |
| 3.1.3 | 2017-10-12 | Bugfix | Allow the usage in special contexts like with Flux. https://github.com/in2code-de/femanager/issues/17 |
| 3.1.2 | 2017-09-06 | Task | New version due to TER security incident. See https://typo3.org/teams/security/security-bulletins/psa/typo3-psa-2017-001/ |
| 3.1.1 | 2017-08-28 | Bugfix | Small fixes in code to prevent errors with extension Flux |
| 3.1.0 | 2017-08-15 | Task | Minimize JavaScripts, Fix new button in module, Small fixes |
| 3.0.2 | 2017-08-13 | Bugfix | Fix unserialize() exception if config is missing, add help to FAQ section |
| 3.0.1 | 2017-08-11 | Bugfix | Enfore user for showAction, Autoload in ext_emconf, JavaScript fix, cleanup |
| 3.0.0 | 2017-08-08 | Major update | Refactored version for TYPO3 8.7 |

## Your Contribution

**Pull requests** are welcome in general! Nevertheless please don't forget to add a description to your pull requests. This
Expand Down

0 comments on commit c43f952

Please sign in to comment.