noiselabs / SmartyBundle

Smarty3 template engine bundle for Symfony
http://smartybundle.readthedocs.io/
GNU Lesser General Public License v3.0
51 stars 36 forks source link

Release 2.0: Support Symfony 3.0 #57

Closed davidfuhr closed 8 years ago

davidfuhr commented 8 years ago

This pull request aims to support Symfony 2.8 and Symfony 3.0+. This closes #48.

This is still work in progress.

If you want to support me please create pull requests against the 2.0-branch in my fork: https://github.com/davidfuhr/SmartyBundle/tree/2.0

vitorbrandao commented 8 years ago

Hi @davidfuhr, is this branch still work in progress?

davidfuhr commented 8 years ago

I didn't have time to work on this recently. If I remember correctly most of the stuff worked but I'm not really sure what was missing. I hope to find some soon to document the current state of development.

davidfuhr commented 8 years ago

I've cleared all deprecation messages in Symfony 3 and tested it with my existing application. Will you merge it to master and release as v2.0.0?

vitorbrandao commented 8 years ago

This is an impressive merge request! I can't thank you enough for all the hard work on this. Give me some time go through the changes. This will definitely make it to master. Thanks again @davidfuhr!