forked from franzholz/static_info_tables_de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
126 lines (91 loc) · 4.97 KB
/
ChangeLog
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
2022-01-25 Franz Holzinger <[email protected]>
* bugfix issue #19: compatibility with TYPO3 10: Readd needed file class.ext_update.php
2022-01-20 Franz Holzinger <[email protected]>
* compatibility with TYPO3 10: Remove file class.ext_update.php
* add requirement for the extension addons_em: This is needed for the Extension Manager if the file ext_tables_static+adt.sql has been modified manually by the admin.
2022-01-11 Franz Holzinger <[email protected]>
* compatibility with PHP 8: Remove the check for a PHP version.
2021-11-30 Wolfgang Baro <[email protected]>
* Rename Weißrussland to Belarus
2021-11-30 Franz Holzinger <[email protected]>
* compatibility with TYPO3 11 issue #18: No other modifications.
2021-07-13 Franz Holzinger <[email protected]>
* Use the domain jambagecom in the composer.json.
2020-11-24 Franz Holzinger <[email protected]>
* fix issue #13: Undo part of latest pull request #12 to the former version 10.0 support.
2020-11-18 Sebastian Iffland
* fix issue #9: Important bugfix to the former version 10.0 support.
* Simplification of the TCA files.
2020-06-20 Franz Holzinger <[email protected]>
* fix issue #11: Translate Swiss Kantons
2020-03-12 Franz Holzinger <[email protected]>
* Rename Reunion to Réunion
2019-11-27 Franz Holzinger <[email protected]>
* compatibility with TYPO3 10 issue #9: Add the file Configuration/Extbase/Persistence/Classes.php.
* feature #7 and #8: Add Kosovo
2019-04-11 Franz Holzinger <[email protected]>
* maintencance release to set it to version 6.7.3
* apply some modifications coming mainly from the latest TER version 6.4.1 by Daniel Minder
* fix pull request #6: Correct name of Brazilian Portuguese
2019-03-18 Franz Holzinger <[email protected]>
* fix forge issue 87944: rename the former state Mazedonien into Nordmazedonien
2019-02-22 Franz Holzinger <[email protected]>
* CGL: replace tabs by spaces. Add a die command if not called by TYPO3.
2019-01-15 André Schließer <[email protected]>
* compatibility for TYPO3 9.5
2018-08-07 Franz Holzinger <[email protected]>
* bugfix #3: use typo3/cms-core in composer.json
* use the $tablename variable for the TCA
2018-08-06 Franz Holzinger <[email protected]>
* adaptions to composer.json
2017-10-26 Ruben Schmidmeister <[email protected]>
* Add missing names for de_CH, de_AT, en_US and en_GB
2017-08-07 Franz Holzinger <[email protected]>
* fix forge issue 72802: Ålandinseln instead of Alandinseln
2017-05-17 Franz Holzinger <[email protected]>
* remove autoload psr-4 for SJBR\StaticInfoTables\ from composer.json
2017-04-10 Franz Holzinger <[email protected]>
* modifications of composer.json
2017-04-06 Franz Holzinger <[email protected]>
* bugfix and improvement to composer.json
2017-03-11 Franz Holzinger <[email protected]>
* ready for TYPO3 8.x
2015-10-13 Daniel Minder <[email protected]>
* Compatibility update for static_info_table 6.3.1
2014-12-09 Daniel Minder <[email protected]>
* Compatibility update for static_info_tables 6.2.0
* Requires TYPO3 6.2
2014-10-09 Daniel Minder <[email protected]>
* Territory 'Lateinamerika und Karibik' added
* Include all translations in searchFields
2014-09-16 Daniel Minder <[email protected]>
* Name for 'Turkish Lira' corrected
* Documentation added
2014-05-29 Daniel Minder <[email protected]>
* Version requirement for static_info_tables updated
2014-02-17 Daniel Minder <[email protected]>
* Removed deprecated parameter from addTCAcolumns call
2014-01-27 Daniel Minder <[email protected]>
* Moved to TYPO3 6.x based on static_info_tables templates
* Upgrade to changes of static_info_tables 6.0.7
2014-01-25 Daniel Minder <[email protected]>
* Upgrade to changes of static_info_tables 2.3.2
* Added several missing entries in Italy
* Translation of language "chinese", fixing bug #51053
2013-03-14 Franz Holzinger <[email protected]>
* add a manual with the description where the UPDATE! function can be found
2013-03-01 Daniel Minder <[email protected]>
* Upgrade to changes of static_info_tables 2.3.0:
added translations for 2 territories, 9 countries, 33 country zones,
4 currencies and 2 languages and changed 1 currency
* Dependency setting will now always reflect the version of
static_info_tables for which the translation is made
2011-05-18 Franz Holzinger <[email protected]>
* replace 'Belarus' by 'Weißrussland'
2009-05-30 Franz Holzinger <[email protected]>
* Todo: Das Split muss verbessert werden, damit ein ',' auch innerhalb eines Wertes vorkommen kann
* Löschen von static_taxes, wo es keine deutsche Übersetzung gegeben hat.
* neue Länder Serbien und Montenegro
2006-12-19 Franz Holzinger <[email protected]>
* enable the function to load additional TCA to allow fields added from the language specific static_info_tables derivates
* Added a ChangeLog file