2024-10-01
One extra Twig deprecation fix, and an external URL value update.
It covers commits from 2024-09-30 on 11.x
branch.
#3462868 - 9ba6f7441760f9739a599176903029489ab1f193
Replaces W3C URLs to point to HTTPS instead of HTTP.
#3477373 - 4b7624537e18fa0da655c9aacfb5124c5fb0c355
Addresses one more Twig 3.12 deprecation.
$ git log --oneline --reverse --since=2024-09-29T23:59:59+00:00 --until=2024-10-01T00:00:00+00:00
4b7624537e Issue #3477373 by finnsky, bbrala, longwave: Fix "Not passing an instance of "TwigFunction" when creating a function of type "FunctionExpression" is deprecated."
9ba6f74417 Issue #3462868 by annmarysruthy, yujiman85, nexusnovaz, pierregermain, ankitv18, sheetal-wish, smustgrave, lostcarpark, rodrigoaguilera, ultimike: Replace url usage of http://www.w3.org with https://www.w3.org in core
$ git diff --shortstat 4b7624537e~1..9ba6f74417
57 files changed, 108 insertions(+), 106 deletions(-)