Skip to content

Commit

Permalink
Merge pull request #50 from Leuchtfeuer/v11.x
Browse files Browse the repository at this point in the history
V11.x
  • Loading branch information
davkraid authored Aug 18, 2023
2 parents 86ef728 + c6a4e2f commit 3112d0a
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/About/Changelog/11-0-0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Added
=====

* Support for TYPO3 v11 and PHP 8.0 & 8.1
* Added support for testing IP adresses (config.tx_locate.simulateIp)
* Added support for testing IP addresses (config.tx_locate.simulateIp)

All Changes
===========
Expand Down
23 changes: 23 additions & 0 deletions Documentation/About/Changelog/11-0-1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. include:: ../../Includes.txt

==========================
Version 11.0.1 - 2022/04/26
==========================

This release is regular maintenance release.

All Changes
===========

This is a list of all changes in this release::

2022-04-26 [RELEASE] Release version 11.0.1 (Commit 776a781 by Max Rösch)

Contributors
============

Following people have contributed to this release:

* Max Rösch

Thank you very much for your support.
34 changes: 34 additions & 0 deletions Documentation/About/Changelog/11-0-2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.. include:: ../../Includes.txt

==========================
Version 11.0.2 - 2023/08/18
==========================

This release is regular maintenance release. Contains some fixes and updated tests.

All Changes
===========

This is a list of all changes in this release::

2023-01-26 [BUGFIX] Fix PHP warnings on undefined array keys (Commit 776a781 by David Kranz)
2023-01-26 [TASK] Add composer requirement for newer doctrine/dbal versions (Commit b2d7d78 by David Kranz)
2023-03-05 [BUGFIX] Avoid exception cause of nautice (Commit 62cc3fb by Georg Ringer)
2023-05-15 [TASK] Allow empty decision in Court (Commit b5f2f05 by Stefan Neufeind)
2023-05-15 [TASK] Allow judge without additional configuration (Commit 6e9a83a by Stefan Neufeind)
2023-08-08 [DOC] Add missing information for simulateIp configuration (Commit e9c4bbe by David Kranz)
2023-08-11 [TASK] Update GitHub CI workflow for correct php-cs-fixer version, code style fixes (Commit d6ae2fb by David Kranz)
2023-08-11 [TASK] Add separate function test config for DDEV, changes for GitHub CI workflow (Commit e9a5474 by David Kranz)
2023-08-11 [TASK] Changes for GitHub CI workflow (Commit a34109a by David Kranz)
2023-08-11 [TASK] Fix typo3/testing-framework version for GitHub CI workflow (Commit bf6d711 by David Kranz)
2023-08-16 [BUGFIX] Fix unit tests (Commit c23a0fb by David Kranz)

Contributors
============

Following people have contributed to this release:

* Stefan Neufeind (`neufeind <https://github.com/neufeind>`__)
* Georg Ringer (`georgringer <https://github.com/georgringer>`__)

Thank you very much for your support.
2 changes: 2 additions & 0 deletions Documentation/About/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ List of Versions
:maxdepth: 3
:titlesonly:

11-0-2
11-0-1
11-0-0
10-0-2
10-0-1
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF['locate'] = [
'title' => 'Locate',
'description' => 'The users country, preferred language and other facts will be detected. Depending on configurable rules the user can be redirected to other languages or pages. Locate also provides geo blocking for configurable pages in configurable countries.',
'version' => '11.0.0',
'version' => '11.0.2',
'category' => 'fe',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 3112d0a

Please sign in to comment.