Skip to content

Commit

Permalink
Prepare the 1.44.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 28, 2022
1 parent 35f3035 commit 0887422
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.44.7 (2022-09-28)

* Fix a security issue on filesystem loader (possibility to load a template outside a configured directory)

# 1.44.6 (2021-11-25)

* Last version for the 1.x series
Expand Down
6 changes: 3 additions & 3 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
*/
class Environment
{
public const VERSION = '1.44.6';
public const VERSION_ID = 14406;
public const VERSION = '1.44.7';
public const VERSION_ID = 14407;
public const MAJOR_VERSION = 1;
public const MINOR_VERSION = 44;
public const RELEASE_VERSION = 6;
public const RELEASE_VERSION = 7;
public const EXTRA_VERSION = '';

protected $charset;
Expand Down

0 comments on commit 0887422

Please sign in to comment.