plugin updates

This commit is contained in:
Tony Volpe
2024-06-17 14:48:11 -04:00
parent ecc5fbf831
commit 3751a5a1a6
1318 changed files with 91130 additions and 52250 deletions

View File

@@ -1,3 +1,24 @@
= 11.1.21 (2024-06-04) =
* Improve load performance by removing redundant retry logic
= 11.1.20 (2024-05-31) =
* Remove extra logs
= 11.1.19 (2024-05-31) =
* Add AppIntegrationConfig
= 11.1.18 (2024-05-30) =
* Add default value in connection process
= 11.1.15 (2024-05-30) =
* Revert breaking changes in 11.1.13 related to the oauth connection
= 11.1.14 (2024-05-30) =
* Add apiVersion to gutenberg blocks
= 11.1.13 (2024-05-23) =
* Add error labels for connection process
= 11.1.11 (2024-05-16) =
* Add another field to integrated app config
@@ -282,26 +303,3 @@
= 8.5.50 (2022-02-22) =
* Increase WP tested up to version
= 8.5.0 (2022-02-11) =
* Add api to hide review banner
= 8.4.662 (2022-02-04) =
* Remove "shortcode" property from form definition as it was not used anywhere
= 8.4.598 (2022-01-25) =
* Add sandbox attribute to iframe
= 8.4.463 (2021-12-16) =
* Store activation time in the database. This will be needed to show contextual suggestions at the right time in the future.
= 8.4.353 (2021-11-29) =
* Add rel='noopener' to target _blank link
= 8.4.344 (2021-11-23) =
* Replace jQuery .unbind with .off
* Replace rand with wp_rand
* Fix Gutenberg block not showing due to a js error
= 8.4.302 (2021-10-21) =
* Fix for search function in HubSpot Gutenberg block