You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered:
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?A release would also close these issues:
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.The text was updated successfully, but these errors were encountered: