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 0dade99 commit 058a178Copy full SHA for 058a178
2 files changed
CHANGELOG
@@ -1,3 +1,7 @@
1
+# 3.25.1 (2026-XX-XX)
2
+
3
+ * n/a
4
5
# 3.25.0 (2026-05-17)
6
7
* Add a `needs_is_sandboxed` option for filters, functions, and tests
src/Environment.php
@@ -43,12 +43,12 @@
43
*/
44
class Environment
45
{
46
- public const VERSION = '3.25.0';
47
- public const VERSION_ID = 32500;
+ public const VERSION = '3.25.1-DEV';
+ public const VERSION_ID = 32501;
48
public const MAJOR_VERSION = 3;
49
public const MINOR_VERSION = 25;
50
- public const RELEASE_VERSION = 0;
51
- public const EXTRA_VERSION = '';
+ public const RELEASE_VERSION = 1;
+ public const EXTRA_VERSION = 'DEV';
52
53
private $charset;
54
private $loader;
0 commit comments