-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [TASK] Remove variable * [TASK] Rise version numbers * [TASK] Migrate PATH_typo3 constant in PHP * [TASK] Migrate version_compare conditions - remove support for older TYPO3 versions * [TASK] Migrate PATH_site constant in PHP * [TASK] Migrate getTSConfigVal() method for getting user settings * [TASK] Migration URL generation for clear cache hook * [TASK] Disable caching in enabled development mode * [TASK] Optimize composer.json * [TASK] Revert changes * [TASK] Make dyncss branch typo10-3 installable with TYPO3 9 Co-authored-by: Thomas Deuling <info@coding.ms> Co-authored-by: Thomas Deuling <1298841+tdeuling@users.noreply.github.com> Co-authored-by: Christian Bülter <cbuelter@coding.ms>
- Loading branch information
1 parent
9387011
commit bba224a
Showing
8 changed files
with
64 additions
and
85 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
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 |
---|---|---|
|
@@ -18,5 +18,5 @@ function ($extKey) { | |
} | ||
} | ||
}, | ||
$_EXTKEY | ||
'dyncss' | ||
); |