-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into typo3-11
# Conflicts: # Classes/EventListener/CdnEventListener.php # Classes/Middleware/ContentReplaceMiddleware.php # ext_emconf.php
- Loading branch information
Showing
20 changed files
with
47 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
custom: ["https://www.Leuchtfeuer.com"] | ||
github: flossels |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.. include:: ../../Includes.txt | ||
|
||
========================== | ||
Version 10.0.0 - 2023/06/30 | ||
========================== | ||
|
||
* Add possibility to deactivate url replacement through eventlistener or middleware | ||
* Changes the major version number of the extension equivalent to the supported TYPO3 version. | ||
|
||
Download | ||
======== | ||
|
||
Download this version from the `TYPO3 extension repository <https://extensions.typo3.org/extension/aws_tools/>`__ or from | ||
`GitHub <https://github.com/Leuchtfeuer/typo3-aws-tools/releases/tag/v10.0.0>`__. | ||
|
||
All Changes | ||
=========== | ||
|
||
This is a list of all changes in this release:: | ||
|
||
2023-06-30 [TASK] change author (Commit 9175f48 by Marcus Balasch) | ||
2023-06-21 [TASK] Add possibility to deactivate url replacement through eventlistener or middleware (#7) (Commit cc63e72 by Fabian Martin) | ||
2022-03-28 [TASK] Inlucde latest vendor package changes (Commit 43e4fa3 by Max Rösch) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ List of Versions | |
.. toctree:: | ||
:titlesonly: | ||
|
||
10-0-0 | ||
1-0-2 | ||
1-0-1 | ||
1-0-0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ AWS Tools for TYPO3 | |
2020 | ||
|
||
:Authors: | ||
Florian Wessels, Leuchtfeuer Digital Marketing | ||
Marcus Balasch, Leuchtfeuer Digital Marketing | ||
|
||
:Email: | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
$EM_CONF['aws_tools'] = [ | ||
'title' => 'Amazon Web Services (AWS) Toolbox', | ||
'description' => 'This extension connects your TYPO3 instance to Amazon CloudFront. It rewrites all file paths in the frontend to match your CDN domain. You also have the possibility to invalidate Amazon CloudFront entries.', | ||
'version' => '1.0.5', | ||
'version' => '10.0.0', | ||
'category' => 'misc', | ||
'constraints' => [ | ||
'depends' => [ | ||
|
@@ -15,7 +15,7 @@ | |
'state' => 'stable', | ||
'uploadfolder' => false, | ||
'clearCacheOnLoad' => false, | ||
'author' => 'Florian Wessels', | ||
'author' => 'Dev', | ||
'author_email' => '[email protected]', | ||
'author_company' => 'Leuchtfeuer Digital Marketing', | ||
'autoload' => [ | ||
|