typo3 update
Hanno Böck

Hanno Böck commited on 2020-05-03 13:22:14
Zeige 1 geänderte Dateien mit 9 Einfügungen und 1 Löschungen.

... ...
@@ -90,8 +90,16 @@
90 90
       },
91 91
       {
92 92
         "file": "SystemEnvironmentBuilder.php",
93
+        "extra_nomatch": "TYPO3\\CMS\\Core\\Utility\\PathUtility",
93 94
         "variable": "define('TYPO3_version",
94
-        "subdir": 4
95
+        "subdir": 4,
96
+        "note": "6.x to 8.x"
97
+      },
98
+      {
99
+        "file": "Typo3Version.php",
100
+        "variable": "VERSION =",
101
+        "subdir": 4,
102
+        "note": "9.x and newer"
95 103
       }
96 104
     ]
97 105
   },
98 106