Merge branch '2.x' into 3.x

* 2.x:
  Move Drupal test file to tests/
  fix file permissions
  Bump version
  Prepare the 2.14.6 release
  Bump version
  Prepare the 1.44.4 release
This commit is contained in:
Fabien Potencier
2021-05-18 13:11:52 +02:00
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -169,5 +169,5 @@ jobs:
# ini-values: memory_limit=-1
# tools: composer:v2
#
# - run: ./drupal_test.sh
# - run: bash ./tests/drupal_test.sh
# shell: "bash"
+10 -2
View File
@@ -92,7 +92,11 @@
* bumped minimum PHP version to 7.2
* removed PSR-0 classes
# 2.14.6 (2021-XX-XX)
# 2.14.7 (2021-XX-XX)
* n/a
# 2.14.6 (2021-05-16)
* Revert "Throw a proper exception when a template name is an absolute path (as it has never been supported)"
@@ -443,7 +447,11 @@
* improved the performance of the filesystem loader
* removed features that were deprecated in 1.x
# 1.44.4 (2021-XX-XX)
# 1.44.5 (2021-XX-XX)
* n/a
# 1.44.4 (2021-05-16)
* Revert "Throw a proper exception when a template name is an absolute path (as it has never been supported)"
View File