Lukas Gächter
Lukas Gächter
Related pull request: #2259. As soon as `2.x` is ready to be tested, I should check if the code examples in the new Getting Started section are working as expected....
From #2293: - [ ] Add a check and a corresponding Exception when the result of the classmap filter is something other than a `CoreInterface` instance. First, error handling needs...
First of all, thanks for that awesome library 🙌. It works really well! Our clients love that they don’t have to think about all the small typographic details when publishing...
Let’s update the GitHub pull request template and use a notation for related tickets. This will automatically enhance the tickets with the proper ticket / pull request titles and the...
Related: - #2638 - #2580 - #2548 ## Issue In order to make Timber 1 compatible with PHP 8 and 8.1, we need to upgrade Twig as well. Together with...
## Issue There are some PHP libraries we can use to provide function stubs for PHPStan instead of adding the ourselves. ## Solution Use [php-stubs/acf-pro-stubs](https://github.com/php-stubs/acf-pro-stubs) and [php-stubs/wp-cli-stubs](https://github.com/php-stubs/wp-cli-stubs). For now, this...
## Issue While working on fixing some PHPStan issues, I found that the `Timber\Request` class extends `Timber\Core` and implements `Timber\CoreInterface`. In the current state of Timber, I don’t see any...
Some files are still downloaded when non-dev version of Timber is requested through Composer. This pull requests updates the **.gitattributes** file to not distribute these files to production releases.
As discussed in https://github.com/timber/timber/pull/2676, we could add a `User::profile_link()` method that get’s the link the profile admin page if a user is logged in. This is more clear than `User::edit_link()`,...