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 e456a31 commit 3468920Copy full SHA for 3468920
2 files changed
CHANGELOG
@@ -1,4 +1,4 @@
1
-# 3.20.0 (2025-XX-XX)
+# 3.20.0 (2025-02-13)
2
3
* Fix support for ignoring syntax errors in an undefined handler in guard
4
* Add configuration for Commonmark
src/Environment.php
@@ -44,12 +44,12 @@
44
*/
45
class Environment
46
{
47
- public const VERSION = '3.20.0-DEV';
+ public const VERSION = '3.20.0';
48
public const VERSION_ID = 32000;
49
public const MAJOR_VERSION = 3;
50
public const MINOR_VERSION = 20;
51
public const RELEASE_VERSION = 0;
52
- public const EXTRA_VERSION = 'DEV';
+ public const EXTRA_VERSION = '';
53
54
private $charset;
55
private $loader;
0 commit comments