WebDevStudios / WDS-Simple-Page-Builder

Uses existing template parts in the currently-active theme to build a customized page with rearrangeable elements.
GNU General Public License v2.0
136 stars 25 forks source link

Do not conditionally load init.php based on CMB2_LOADED. #20

Closed jtsternberg closed 9 years ago

jtsternberg commented 9 years ago

By wrapping in the CMB2_LOADED check you are short-circuiting CMB2's system for ensuring the newest version is loaded. https://github.com/WebDevStudios/WDS-Simple-Page-Builder/blob/master/wds-simple-page-builder.php#L36-L38 the check is not needed and will provide a bad precedent for other devs who use this lib as an example to follow.

jazzsequence commented 9 years ago

Fixed in 7ff33858cfc5c516c4682d941ccd6abb13795e77

Will be part of the 1.6 update

jtsternberg commented 9 years ago

:thumbsup: