mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-17 21:07:18 +00:00
Prepare the 3.0.0 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
* 3.0.0 (2019-XX-XX)
|
||||
* 3.0.0 (2019-11-15)
|
||||
|
||||
* fixed number formatter in Intl extra extension when using a formatter prototype
|
||||
|
||||
|
||||
+2
-2
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
|
||||
*/
|
||||
class Environment
|
||||
{
|
||||
const VERSION = '3.0.0-DEV';
|
||||
const VERSION = '3.0.0';
|
||||
const VERSION_ID = 30000;
|
||||
const MAJOR_VERSION = 3;
|
||||
const MINOR_VERSION = 0;
|
||||
const RELEASE_VERSION = 0;
|
||||
const EXTRA_VERSION = 'DEV';
|
||||
const EXTRA_VERSION = '';
|
||||
|
||||
private $charset;
|
||||
private $loader;
|
||||
|
||||
Reference in New Issue
Block a user