This release introduces new functionality for multi-select fields and resolves several issues related to footer calculations. It also features an updated version of Foundation that offers performance improvements and enhanced translation management.
🚀 Added
- Ability to calculate individual selected or unselected choices of a multi-select field.
- New option to position the footer calculation row either above or below the table's footer row.
🐛 Fixed
- Survey field (Likert type) score not being calculated correctly.
- Duration (text field with "hh:mm:ss" or "mm:ss" input mask) calculations not working correctly when scope is set to "form".
- Counting unselected or unchecked radio/checkbox/select field inputs would return "0" when scope is set to "form".
- Shipping field calculation producing incorrect results when scope is set to "form".
🔄 Updated
Foundation to version 1.2.6
- Improved performance.
- Enhanced the loading and caching of plugin translations.
- All translations are now loaded from the wp-content/languages/plugins/<site ID> directory.
- Added support for installing plugin translations via WP-CLI (WordPress Command Line Interface).
- Fixed an issue where deactivating a product on one site in a multisite environment caused this product's translations to be deleted across all sites.
- Fixed PHP 8.2 deprecation warnings.
- Fixed a PHP warning encountered when updating plugins from the WordPress Plugins page.