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 38576b1 commit d4f8c2bCopy full SHA for d4f8c2b
CHANGELOG
@@ -1,4 +1,4 @@
1
-# 3.19.0 (2025-XX-XX)
+# 3.19.0 (2025-01-28)
2
3
* Fix a security issue where escaping was missing when using `??`
4
* Deprecate `Token::getType()`, use `Token::test()` instead
src/Environment.php
@@ -44,12 +44,12 @@
44
*/
45
class Environment
46
{
47
- public const VERSION = '3.19.0-DEV';
+ public const VERSION = '3.19.0';
48
public const VERSION_ID = 31900;
49
public const MAJOR_VERSION = 3;
50
public const MINOR_VERSION = 19;
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