We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde4de9 commit b54a265Copy full SHA for b54a265
CHANGELOG
@@ -1,4 +1,4 @@
1
-# 3.21.0 (2025-XX-XX)
+# 3.21.0 (2025-05-02)
2
3
* Fix wrong array index
4
* Deprecate `Template::loadTemplate()`
src/Environment.php
@@ -43,12 +43,12 @@
43
*/
44
class Environment
45
{
46
- public const VERSION = '3.21.0-DEV';
+ public const VERSION = '3.21.0';
47
public const VERSION_ID = 32100;
48
public const MAJOR_VERSION = 3;
49
public const MINOR_VERSION = 21;
50
public const RELEASE_VERSION = 0;
51
- public const EXTRA_VERSION = 'DEV';
+ public const EXTRA_VERSION = '';
52
53
private $charset;
54
private $loader;
0 commit comments