qtranslate / qtranslate-xt

qTranslate-XT (eXTended) - reviving qTranslate-X multilingual plugin for WordPress. A new community-driven plugin soon. Built-in modules for WooCommerce, ACF, slugs and others.
GNU General Public License v2.0
546 stars 103 forks source link

Bump ACF minimal version 5.6.0 #1307

Closed herrvigg closed 1 year ago

herrvigg commented 1 year ago

ACF before 5.6.0 requires a special handling for initialize() methods in extended fields. Require ACF minimal version 5.6.0 to simplify the code and delete the constructors. Rename QTX_Module_Acf_Register to QTX_Module_Acf_Extended and make it mostly static.