I'm currently deciding for a new project whether I stick with native PHP templates wrapped by a customized View from Fat-Free Framework or try out Plates. For that reason, I studied the commit log, pull requests and the issue tracker.
According to the page listing commits after release 3.4 (from Dec 25, 2020), meaningful changes are already part of the v3 branch that are not released. Is there a specific reason why the following features and fixes are not published with a proper release?
PHP 8.1 (and probably 8.2) compatibility
297
Theme support
270
A release would also close these issues:
PHP 8.1 (and probably 8.2 compatibility)
296
Theme support
283
292
I second the proposal by @luri-fr, that the components support mentioned in #267 should be moved to a later release to provide a proper release for current PHP versions.
In my opinion, the next release should also solve #293. As far as I understood the issue, make() has only to call the data() function when an additional argument is specified.
I'm currently deciding for a new project whether I stick with native PHP templates wrapped by a customized
View
from Fat-Free Framework or try out Plates. For that reason, I studied the commit log, pull requests and the issue tracker.According to the page listing commits after release 3.4 (from Dec 25, 2020), meaningful changes are already part of the
v3
branch that are not released. Is there a specific reason why the following features and fixes are not published with a proper release?297
270
A release would also close these issues:
296
283
292
I second the proposal by @luri-fr, that the components support mentioned in #267 should be moved to a later release to provide a proper release for current PHP versions.
In my opinion, the next release should also solve #293. As far as I understood the issue,
make()
has only to call thedata()
function when an additional argument is specified.