File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # 1.44.6 (2021-XX-XX)
1
+ # 1.44.6 (2021-11-25)
2
+
3
+ * Last version for the 1.x series
2
4
3
- * n/a
4
-
5
5
# 1.44.5 (2021-09-17)
6
6
7
7
* Improve compatibility with PHP 8.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and documentation).
7
7
Twig uses a syntax similar to the Django and Jinja template languages which
8
8
inspired the Twig runtime environment.
9
9
10
- **Twig version 1 will stop being maintained at the end of November 2021 . **
10
+ **Twig version 1 is not maintained anymore . **
11
11
Please, upgrade at your earliest convenience.
12
12
13
13
Sponsors
Original file line number Diff line number Diff line change 41
41
*/
42
42
class Environment
43
43
{
44
- public const VERSION = '1.44.6-DEV ' ;
44
+ public const VERSION = '1.44.6 ' ;
45
45
public const VERSION_ID = 14406 ;
46
46
public const MAJOR_VERSION = 1 ;
47
47
public const MINOR_VERSION = 44 ;
48
48
public const RELEASE_VERSION = 6 ;
49
- public const EXTRA_VERSION = 'DEV ' ;
49
+ public const EXTRA_VERSION = '' ;
50
50
51
51
protected $ charset ;
52
52
protected $ loader ;
You can’t perform that action at this time.
0 commit comments