mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 20:36:33 +00:00
Prepare the 2.13.0 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 2.13.0 (2020-XX-XX)
|
||||
# 2.13.0 (2020-07-05)
|
||||
|
||||
* Fix options not taken into account when using "Michelf\MarkdownExtra"
|
||||
* Fix "Twig\Extra\Intl\IntlExtension::getCountryName()" to accept "null" as a first argument
|
||||
|
||||
+2
-2
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
|
||||
*/
|
||||
class Environment
|
||||
{
|
||||
const VERSION = '2.13.0-DEV';
|
||||
const VERSION = '2.13.0';
|
||||
const VERSION_ID = 21300;
|
||||
const MAJOR_VERSION = 2;
|
||||
const MINOR_VERSION = 13;
|
||||
const RELEASE_VERSION = 0;
|
||||
const EXTRA_VERSION = 'DEV';
|
||||
const EXTRA_VERSION = '';
|
||||
|
||||
private $charset;
|
||||
private $loader;
|
||||
|
||||
Reference in New Issue
Block a user