| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-04-02 | 1.4 kB | |
| v2.11.0 source code.tar.gz | 2024-04-02 | 514.6 kB | |
| v2.11.0 source code.zip | 2024-04-02 | 993.5 kB | |
| Totals: 3 Items | 1.5 MB | 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).