This release introduces new chart options, improves conditional logic, and fixes several issues, including a non-critical PHP notice in WordPress 6.7 and newer.
#### Added
* Option to show overlapping labels, which were previously hidden by default.
* Option to hide labels that have no value.
#### Improved
* Enhanced conditional logic:
- Added support for `is empty` and `is not empty` operators for fields with predefined choices;
- Introduced a new option to specify a custom value for the `contains` operator when fields have predefined choices;
- General bug fixes.
#### Fixed
* Numeric values stored as currency were not calculated properly.
* Special characters (like an ampersand (&)) were not displayed properly in labels.
* PHP notice in WordPress 6.7 caused by initializing product translations too early.
#### Updated
* [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.21.
#### Developer Updates
* Added new hooks:
- `gk/gravitycharts/api/js/response` filter to modify the response object before it is turned into a JSON string;
- `gk/gravitycharts/api/js/json` filter to modify the JSON string before it is returned;
- `gk/gravitycharts/api/chart/description` filter to modify the description template;
- `gk/gravitycharts/api/chart/options` filter to modify the description options;
- `gk/gravitycharts/api/chart/data` filter to modify the data object.