Merge branch '1.x' into 2.x

* 1.x:
  Move Drupal test file to tests/
  fix file permissions
  Bump version
  Prepare the 1.44.4 release
This commit is contained in:
Fabien Potencier
2021-05-18 13:10:20 +02:00
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -166,5 +166,5 @@ jobs:
ini-values: memory_limit=-1
tools: composer:v2
- run: ./drupal_test.sh
- run: bash ./tests/drupal_test.sh
shell: "bash"
+5 -1
View File
@@ -353,7 +353,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