Skip to content

Commit 8825f7a

Browse files
committed
Prepare v0.5.4
1 parent b69fcbf commit 8825f7a

File tree

4 files changed

+46
-12
lines changed

4 files changed

+46
-12
lines changed
Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
<html><ul>
2-
<li>e28f8c3 [T3CMS] Inject Languages into asset viewhelpers (#316) (Cedric Ziel)</li>
3-
<li>0413676 [T3CMS] Catch second usage of compileIds (Cedric Ziel)</li>
4-
<li>fd2a3b4 [T3CMS] Ensure AjaxRoutes are correctly indexed (Cedric Ziel)</li>
5-
<li>07bd741 [T3CMS] Prevent possible NPE when indexing translartions (Cedric Ziel)</li></ul></html>
2+
<li>015de72 [T3CMS] Upgrade platform to 2020.1.1 (Cedric Ziel)</li>
3+
<li>c9319f4 [Fluid] Read files with standard methods (Cedric Ziel)</li>
4+
<li>ad3d3cb [T3CMS] Use conventional inspection name (Cedric Ziel)</li>
5+
<li>1d71a54 [T3CMS] Enhance TYPO3 project detection (Cedric Ziel)</li>
6+
<li>21ab178 [T3CMS] Update Module inspections to respect plugin activation (Cedric Ziel)</li>
7+
<li>9af4f52 [T3CMS] Add displayName getter to fix MissingModulePHPInspection (Cedric Ziel)</li>
8+
<li>b820cdc [T3CMS] Correct inspection short names (Cedric Ziel)</li>
9+
<li>662e4ba [T3CMS] Add inspection for missing JavaScript modules (Cedric Ziel)</li>
10+
<li>e91323e [T3CMS] Add more coverage for JavaScriptUtil (Cedric Ziel)</li>
11+
<li>946d508 [T3CMS] Cache JS ModuleMap in project (Cedric Ziel)</li>
12+
<li>8950ad2 [T3CMS] Cache module name on psiFile (Cedric Ziel)</li>
13+
<li>4ab67dd [T3CMS] Add autocompletion for requireJS modules (Cedric Ziel)</li>
14+
<li>fc43152 [T3CMS] Add inspection for referencing module names in PHP (Cedric Ziel)</li>
15+
<li>763ebfe [T3CMS] Add references to RequireJS module names (Cedric Ziel)</li>
16+
<li>bfacb72 [Fluid] Use correct char for colon (Cedric Ziel)</li></ul></html>
Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
<html><ul>
2-
<li>e28f8c3 [T3CMS] Inject Languages into asset viewhelpers (#316) (Cedric Ziel)</li>
3-
<li>0413676 [T3CMS] Catch second usage of compileIds (Cedric Ziel)</li>
4-
<li>fd2a3b4 [T3CMS] Ensure AjaxRoutes are correctly indexed (Cedric Ziel)</li>
5-
<li>07bd741 [T3CMS] Prevent possible NPE when indexing translartions (Cedric Ziel)</li></ul></html>
2+
<li>015de72 [T3CMS] Upgrade platform to 2020.1.1 (Cedric Ziel)</li>
3+
<li>c9319f4 [Fluid] Read files with standard methods (Cedric Ziel)</li>
4+
<li>ad3d3cb [T3CMS] Use conventional inspection name (Cedric Ziel)</li>
5+
<li>1d71a54 [T3CMS] Enhance TYPO3 project detection (Cedric Ziel)</li>
6+
<li>21ab178 [T3CMS] Update Module inspections to respect plugin activation (Cedric Ziel)</li>
7+
<li>9af4f52 [T3CMS] Add displayName getter to fix MissingModulePHPInspection (Cedric Ziel)</li>
8+
<li>b820cdc [T3CMS] Correct inspection short names (Cedric Ziel)</li>
9+
<li>662e4ba [T3CMS] Add inspection for missing JavaScript modules (Cedric Ziel)</li>
10+
<li>e91323e [T3CMS] Add more coverage for JavaScriptUtil (Cedric Ziel)</li>
11+
<li>946d508 [T3CMS] Cache JS ModuleMap in project (Cedric Ziel)</li>
12+
<li>8950ad2 [T3CMS] Cache module name on psiFile (Cedric Ziel)</li>
13+
<li>4ab67dd [T3CMS] Add autocompletion for requireJS modules (Cedric Ziel)</li>
14+
<li>fc43152 [T3CMS] Add inspection for referencing module names in PHP (Cedric Ziel)</li>
15+
<li>763ebfe [T3CMS] Add references to RequireJS module names (Cedric Ziel)</li>
16+
<li>bfacb72 [Fluid] Use correct char for colon (Cedric Ziel)</li></ul></html>
Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
<html><ul>
2-
<li>e28f8c3 [T3CMS] Inject Languages into asset viewhelpers (#316) (Cedric Ziel)</li>
3-
<li>0413676 [T3CMS] Catch second usage of compileIds (Cedric Ziel)</li>
4-
<li>fd2a3b4 [T3CMS] Ensure AjaxRoutes are correctly indexed (Cedric Ziel)</li>
5-
<li>07bd741 [T3CMS] Prevent possible NPE when indexing translartions (Cedric Ziel)</li></ul></html>
2+
<li>015de72 [T3CMS] Upgrade platform to 2020.1.1 (Cedric Ziel)</li>
3+
<li>c9319f4 [Fluid] Read files with standard methods (Cedric Ziel)</li>
4+
<li>ad3d3cb [T3CMS] Use conventional inspection name (Cedric Ziel)</li>
5+
<li>1d71a54 [T3CMS] Enhance TYPO3 project detection (Cedric Ziel)</li>
6+
<li>21ab178 [T3CMS] Update Module inspections to respect plugin activation (Cedric Ziel)</li>
7+
<li>9af4f52 [T3CMS] Add displayName getter to fix MissingModulePHPInspection (Cedric Ziel)</li>
8+
<li>b820cdc [T3CMS] Correct inspection short names (Cedric Ziel)</li>
9+
<li>662e4ba [T3CMS] Add inspection for missing JavaScript modules (Cedric Ziel)</li>
10+
<li>e91323e [T3CMS] Add more coverage for JavaScriptUtil (Cedric Ziel)</li>
11+
<li>946d508 [T3CMS] Cache JS ModuleMap in project (Cedric Ziel)</li>
12+
<li>8950ad2 [T3CMS] Cache module name on psiFile (Cedric Ziel)</li>
13+
<li>4ab67dd [T3CMS] Add autocompletion for requireJS modules (Cedric Ziel)</li>
14+
<li>fc43152 [T3CMS] Add inspection for referencing module names in PHP (Cedric Ziel)</li>
15+
<li>763ebfe [T3CMS] Add references to RequireJS module names (Cedric Ziel)</li>
16+
<li>bfacb72 [Fluid] Use correct char for colon (Cedric Ziel)</li></ul></html>

typo3-cms/src/main/resources/META-INF/description.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
<li>classic layout (through [https://github.com/TYPO3/TYPO3.CMS](https://github.com/TYPO3/TYPO3.CMS))</li>
3131
<li>composer based project through [https://github.com/TYPO3/TYPO3.CMS.BaseDistribution](https://github.com/TYPO3/TYPO3.CMS.BaseDistribution)</li>
3232
<li>highlighting of CSS and JavaScript syntax in AssetCollector ViewHelpers</li>
33+
<li>referencing RequireJS modules</li>
3334
</ul>
3435
</html>

0 commit comments

Comments
 (0)