Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.4][Deprecation] Add migration for Twig_Simple #6596

Merged
merged 1 commit into from
Apr 26, 2017
Merged

[3.4][Deprecation] Add migration for Twig_Simple #6596

merged 1 commit into from
Apr 26, 2017

Conversation

GwendolenLynch
Copy link
Contributor

@GwendolenLynch GwendolenLynch commented Apr 26, 2017

In Twig 2.x, Twig_Simple* classes are deprecated for 3.x, and replaced with a name minus "Simple"

  • Twig_SimpleFunction -> Twig_Function
  • Twig_SimpleFilter -> Twig_Filter
  • Twig_SimpleTest -> Twig_Test

This PR will hopefully create less related merge conflict as 3.x changes cascade down to master

In Twig 2.x, Twig_Simple* classes are deprecated for 3.x, and replaced with a name minus "Simple"
 * Twig_SimpleFunction -> Twig_Function
 * Twig_SimpleFilter -> Twig_Filter
 * Twig_SimpleTest -> Twig_Test
@GwendolenLynch GwendolenLynch added this to the Bolt 3.4 - Feature release milestone Apr 26, 2017
Copy link
Member

@bobdenotter bobdenotter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Less deprecated things, always +1.

@bobdenotter bobdenotter merged commit f71f8f2 into bolt:release/3.4 Apr 26, 2017
@GwendolenLynch GwendolenLynch deleted the deprecations/twig-simple branch April 26, 2017 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants