Skip to content

Commit a71be5f

Browse files
committed
[TASK] delete old unused jsonEvaluation code and config
1 parent 4bb7d3b commit a71be5f

File tree

9 files changed

+1
-139
lines changed

9 files changed

+1
-139
lines changed

Classes/Evaluation/JsonEvaluation.php

Lines changed: 0 additions & 77 deletions
This file was deleted.

Configuration/Services.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ services:
77
HauerHeinrich\HhSlider\:
88
resource: '../Classes/*'
99

10-
HauerHeinrich\HhSlider\Evaluation\JsonEvaluation:
11-
public: true
12-
1310
HauerHeinrich\HhSlider\Tca\ItemProcFunc:
1411
public: true
1512

Resources/Public/JavaScript/jsonEvaluation.js

Lines changed: 0 additions & 45 deletions
This file was deleted.

Resources/Public/JavaScript/jsonEvaluation.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

Resources/Public/JavaScript/jsonEvaluation.min.js.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

bundle.config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"outdir": ".",
2626
"entryPoints": [
2727
{ "in": "./Resources/Public/JavaScript/main.js", "out": "./Resources/Public/JavaScript/main.min" },
28-
{ "in": "./Resources/Public/JavaScript/jsonEvaluation.js", "out": "./Resources/Public/JavaScript/jsonEvaluation.min" },
2928
{ "in": "./Resources/Public/JavaScript/tiny-slider.js", "out": "./Resources/Public/JavaScript/tiny-slider.min" }
3029
],
3130
"bundle": false,

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"source": "https://github.com/Hauer-Heinrich/hh_slider",
1616
"docs": "https://github.com/Hauer-Heinrich/hh_slider/blob/master/README.md"
1717
},
18-
"version": "0.6.2",
1918
"license": ["MIT"],
2019
"keywords": [
2120
"TYPO3 CMS",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'title' => 'Hauer-Heinrich - Slider (tiny-slider)',
1515
'description' => 'Hauer-Heinrich - Image and Content Slider',
1616
'category' => 'fe',
17-
'version' => '0.6.2',
17+
'version' => '0.7.0',
1818
'state' => 'stable',
1919
'uploadfolder' => false,
2020
'clearcacheonload' => false,

ext_localconf.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
],
1212
];
1313

14-
// Register the class to be available in 'eval' of TCA
15-
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tce']['formevals']['HauerHeinrich\\HhSlider\\Evaluation\\JsonEvaluation'] = '';
1614
// Register UpdateWizards
1715
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update']['hhSlider_colPosUpgradeWizard']
1816
= \HauerHeinrich\HhSlider\Upgrades\ColPosUpgradeWizard::class;

0 commit comments

Comments
 (0)