Updates to core plugin functions broke custom theme code.
-
This is more of a general question, I just updated to the version 2.0.17 from 1.3.88 and it broke almost all custom code I had applied to the UM templates.
I’ve fixed the issues, it was a case of updating my site to use a newer version of PHP, and mostly changing lines like ‘$ultimatemember->shortcodes->loop’ to ‘UM()->shortcodes()->loop’.
My question is how often major changes like this will happen? I can’t use this plugin in production if updates are going to change core functions like this, unless I rewrite a large number of UM functions in my own code so that if UM change them mine will still work, but re-writing large elements of the plugin in local code seems like an unusual measure to have to take.
Thanks
The topic ‘Updates to core plugin functions broke custom theme code.’ is closed to new replies.