Lukas Gächter
Lukas Gächter
@acobster Quite some passed has passed again. I think a good reference is always the [versions](https://www.php.net/supported-versions.php) page, where we see that active support for PHP 7.3 has already ended. The...
I’m reopening this so I can tackle it with the following todos: - [ ] Add tests to confirm behavior. - [ ] Add a fix. I already worked on...
We just released a new version 1.21.0 that adds support for PHP 8.0 and 8.1: https://github.com/timber/timber/releases/tag/1.21.0. It will soon be published to the WordPress plugin repository as well.
Thanks @xavivars and @aj-adl for flagging this and thinking it through. This is really some shortcoming of the current image functionality. This particular functionality is still missing in 2.x. That’s...
> I can live with that, but it's a bit unexpected, I was assuming that Timber was handling the standard calls from WP, like get_footer. But if this is expected...
@szepeviktor Cool! That’s the missing step to automate coding standards! I’m no Travis expert, so I’m very happy that you provide us with the proper way to incorporate this 👍....
With #2592 being merged quite some time ago, we can close this one. As always, big thanks to @szepeviktor for showing us how it can be done and holding us...
The issue with `restore_current_blog()` was fixed in https://github.com/timber/timber/pull/1244. Regarding your other question: > Why is switching blogs necessary at all? I see that with the current logic, Timber always uses...
> It won't compress everything (JS e.g.) but could use the spaceless twig filter or tag: [twig.symfony.com/doc/2.x/tags/spaceless.html](https://twig.symfony.com/doc/2.x/tags/spaceless.html) That filter is specifically *not meant to minify your output*, as the documentation...
Good catch! And thanks for taking the time set up such a clean issue. We should definitely pass those additional arguments down to `user_can()`.