Thanks to visit codestin.com Credit goes to github.com
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 d4f8c2b commit 69f8d40Copy full SHA for 69f8d40
2 files changed
CHANGELOG
@@ -1,3 +1,7 @@
1
+# 3.20.0 (2025-XX-XX)
2
+
3
+ * n/a
4
5
# 3.19.0 (2025-01-28)
6
7
* Fix a security issue where escaping was missing when using `??`
src/Environment.php
@@ -44,12 +44,12 @@
44
*/
45
class Environment
46
{
47
- public const VERSION = '3.19.0';
48
- public const VERSION_ID = 31900;
+ public const VERSION = '3.20.0-DEV';
+ public const VERSION_ID = 32000;
49
public const MAJOR_VERSION = 3;
50
- public const MINOR_VERSION = 19;
+ public const MINOR_VERSION = 20;
51
public const RELEASE_VERSION = 0;
52
- public const EXTRA_VERSION = '';
+ public const EXTRA_VERSION = 'DEV';
53
54
private $charset;
55
private $loader;
0 commit comments