v2.11.0
- Officially moved to PHP 7.4+ support!
Enhancements
- Package updates.
- Update WordPress Tested up to tag 6.1. Props @RubenMartins (#1477).
- Add filters for setting
object_idandmb_object_typeand indo_scripts- Allows overriding by plugins/libs. (Added to support the new CMB2 WooCommerce HPOS Orders extension) - Added a
cmb2_init_hookshook when hookup is called. - Addressed some security concerns with the unserialization process for the stored serialized
DateTimefield values (text_datetime_timestamp_timezonefield type only). (#1510) - [Development] Some build script improvements.
- [Development] Added some PHPCS/WPCS config.
- [Development] Added a phpcompatibility action. Props @jazzsequence (#1499, #1500).