@SidneyAllen just something I've noticed with these releases–there are often constants and functions removed which then end up going out as minors. This will cause undefined function/constant errors which should not be expected when upgrading from say, 2.1.0 to 2.1.1
Doe the generator you're using allow deprecation rather than just straight removal of code?
@SidneyAllen just something I've noticed with these releases–there are often constants and functions removed which then end up going out as minors. This will cause undefined function/constant errors which should not be expected when upgrading from say,
2.1.0
to2.1.1
Doe the generator you're using allow deprecation rather than just straight removal of code?