16 Mar 2023 - Version 1.3.11
Added new `gplc_excluded_input_selectors` JavaScript filter hook.
12 Nov 2022 - Version 1.3.10
Added German translations. Credit: Florian Rinnhofer of sportunion.at
28 Oct 2022 - Version 1.3.9
Fixed an issue where a failed validation field was still being passed as valid on Gravity Flow User Input Step.
07 Oct 2022 - Version 1.3.8
Fixed deselected checkboxes getting permanently disabled.
09 Sep 2022 - Version 1.3.7
Added `gplc-disabled` CSS class to checkboxes disabled by GP Limit Checkboxes to allow external scripts to safely identify (or ignore) checkboxes disabled by GP Limit Checkboxes.
23 Jun 2022 - Version 1.3.6
Improved compatibility with GP Inventory when using Scoped Inventory.
09 Jun 2022 - Version 1.3.5
- Fixed issue with lower limits not being respected with spanned limits.- Improved compatibility with Gravity Forms 2.6 AJAX form saving.- Added "Update URI" to plugin header to improve security.
30 Dec 2021 - Version 1.3.4
Improved compatibility with GP Populate Anything.
04 Nov 2021 - Version 1.3.3
Fixed issue where non-editable fields were being validated on Gravity Flow User Input steps.
02 Sep 2021 - Version 1.3.2
- Added [`gplcb_should_validate_minimum`](https://gravitywiz.com/documentation/gplcb_should_validate_minimum/) filter to allow filtering whether a field's minimum limit should be validated.- Added helper function `gp_limit_checkboxes()` which returns an instance of the `GP_Limit_Checkboxes` class to provide a reliable way to access its public methods.
01 Jul 2021 - Version 1.3.1
- Added [gplcb_checkbox_count](https://gravitywiz.com/documentation/gplcb_checkbox_count-js) filter.