-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathChangeLog
More file actions
49 lines (40 loc) · 2.96 KB
/
ChangeLog
File metadata and controls
49 lines (40 loc) · 2.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
2022-09-10 Franz Holzinger <franz@ttproducts.de>
* remove support for TYPO3 7.6 and PHP 5.5
* compatibility TYPO3 8.7: deprecation no 77934: The field `select_key` of the table `tt_content` is not used in the core and has been removed.
2022-01-22 Franz Holzinger <franz@ttproducts.de>
* fix composer.json
2021-09-28 Franz Holzinger <franz@ttproducts.de>
* fix issue #3: Add the missing leading slash in the namespace declaration
2020-02-20 Franz Holzinger <franz@ttproducts.de>
* fix issue #2: errors in makeInstance with missing class operator
2020-01-08 Franz Holzinger <franz@ttproducts.de>
* new feature: add support for extension lib_jquery to include the jquery-1.10.0.min.js library in many versions.
* move static/coinslider/constants.txt -> Configuration/TypoScript/PluginSetup/coinslider/constants.txt
* move static/coinslider/setup.txt -> Configuration/TypoScript/PluginSetup/coinslider/setup.txt
* move static/constants.txt -> Configuration/TypoScript/PluginSetup/constants.txt
* move static/crossslide/constants.txt -> Configuration/TypoScript/PluginSetup/crossslide/constants.txt
* move static/crossslide/setup.txt -> Configuration/TypoScript/PluginSetup/crossslide/setup.txt
* move static/nivoslider/constants.txt -> Configuration/TypoScript/PluginSetup/nivoslider/constants.txt
* move static/nivoslider/setup.txt -> Configuration/TypoScript/PluginSetup/nivoslider/setup.txt
* move static/setup.txt -> Configuration/TypoScript/PluginSetup/setup.txt
* move static/slicebox/constants.txt -> Configuration/TypoScript/PluginSetup/slicebox/constants.txt
* move static/slicebox/setup.txt -> Configuration/TypoScript/PluginSetup/slicebox/setup.txt
* move static/tt_content/setup.txt -> Configuration/TypoScript/PluginSetup/tt_content/setup.txt
* move static/tt_news/nivoslider/setup.txt -> Configuration/TypoScript/PluginSetup/tt_news/nivoslider/setup.txt
* move static/tt_news/setup.txt -> Configuration/TypoScript/PluginSetup/tt_news/setup.txt
2019-12-19 Franz Holzinger <franz@ttproducts.de>
* fix composer.json: add missing namespace typo3-extension
2019-10-15 Franz Holzinger <franz@ttproducts.de>
* lib/class.tx_imagecycle_tsparserext.php -> Classes/Backend/ExtensionManagerConfiguration.php
* move lib/class.tx_imagecycle_pagerenderer.php -> Classes/Controller/PageRenderer.php
* move lib/class.tx_imagecycle_TCAform.php -> Classes/Backend/TcaForm.php
* move lib/class.tx_imagecycle_cms_layout.php -> Classes/Hooks/CmsLayout.php
* move lib/class.tx_imagecycle_itemsProcFunc.php -> Classes/Backend/ItemsProcFunc.php
2019-10-11 Franz Holzinger <franz@ttproducts.de>
* new plugin wizard for TYPO3 8
* use new constant IMAGECYLCE_EXT
2019-10-10 Franz Holzinger <franz@ttproducts.de>
* adaptions according the Coding Guidelines
2019-10-07 Franz Holzinger <franz@ttproducts.de>
* add ext_autoload.php
* Initial version as fork from imagecycle 3.1.2 by Matteo Bonaker for a7digital, formerly by Juergen Furrer