# Changelog ## 1.6.14 | February 17, 2026 - Added deprecation notice with notice to install/activate [GF Dev Tools](https://gravitywiz.com/gravity-forms-dev-tools). ## 1.6.13 | May 14, 2025 - Removed redundant check for Gravity Perks in preparation for Spellbook. ## 1.6.12 | February 27, 2025 - Fixed a compatibility issue with GF Conversational Forms Add-on. ## 1.6.11 | September 11, 2024 - Refactored to use `GP_Plugin` as the base PHP class. ## 1.6.10 - Improved compatibility with Live Preview and themes/sites that use `the_content` filter multiple times on a page. This improves compatibility with plugins such as [Content Blocks (Custom Post Widget)](https://wordpress.org/plugins/custom-post-widget/). ## 1.6.9 - Improved compatibility with GP Populate Anything by supporting the "Show Hidden" setting when fields are dynamically refreshed. ## 1.6.8 - Added support to disable GP Limit Submissions' feeds when using Ignore Form Restrictions in GP Live Preview. ## 1.6.7 - Improved compatibility with GP Page Transitions by disabling it if Single Page is enabled. - Fixed issue where Live Preview pages would not have their meta robots set to `noindex`. ## 1.6.6 - Fixed an issue with Credit Card field on Single Page view. ## 1.6.5 - Improved compatibility with GP Page Transitions by skipping soft validation if unrequire is enabled. ## 1.6.4 - Fixed an issue where Live Preview would cause the Preview link in the Forms screen to go to the Form Editor if Live Preview has never been used by the current user. - Added "Update URI" to plugin header to improve security. ## 1.6.3 - Added new "Ignore Form Restrictions" option. ## 1.6.2 - Fixed positional issues introduced by GF in [PR#1183](https://github.com/gravityforms/gravityforms/pull/1883/files). ## 1.6.1 - Fixed a potential compatibility issue with GF 2.5 and entry list pages. ## 1.6 - Improved support for Gravity Forms 2.5. (#9) ## 1.5.1 - Fixed issue in GF 2.5. where Live Preview menu displayed underneath form settings. ## 1.4.4 - Fixed issue where admin script was not output when No Conflict Mode was enabled. - Improved Live Preview with full compatibility for Gravity Forms 2.5. - Fixed issue where tooltips displayed underneath the form editor toolbar. Fixes #5. - Updated CSS for hidden fields in Gravity Forms 2.5 - Removed tags in selectors. - Updated and improved to work well in Gravity Forms 2.5; Live Preview is now an option on the default Preview menu. ## 1.5 - Added full support for Gravity Forms with improved UI. - Updated CSS for hidden fields in Gravity Forms 2.5 - Fixed issue where admin script was not output when No Conflict Mode was enabled. - Fixed issue where tooltips displayed underneath the form editor toolbar. Fixes #5. - Removed tags in selectors. ## 1.4.3 - Added [gplp_grant_preview_permission](https://gravitywiz.com/documentation/gplp_grant_preview_permission/) filter to allow filtering whether the current user has permission to preview forms via Live Preview. ## 1.4.2 - Fixed PHP notice on trashed forms page in the WordPress admin dashboard. - Added 'gplp_enable_globally' filter to support enabling preview features for forms outside of core/live preview. ## 1.4.1 - Added 'gplp_enable_globally' filter to support enabling preview features for forms outside of core/live preview. ## 1.4 - Added support for auto-passing options (i.e. AJAX, Unrequire) on Preview links in Admin Bar menu. - Added support for Live Preview link in Admin Bar menu. - Added support for disabling notifications on Preview and Live Preview submissions. - Added support for auto-passing options (i.e. AJAX, Unrequire) on Preview action link in Form List view. - Added 'gplp_enable_form_action' filter to allow enabling a "Live Preivew" action link to appear for each form in the Form List view. ## 1.3 - Added support for disabling notifications on Preview and Live Preview submissions. - Added support for auto-passing options (i.e. AJAX, Unrequire) on Preview action link in Form List view. - Added 'gplp_enable_form_action' filter to allow enabling a "Live Preivew" action link to appear for each form in the Form List view. ## 1.2.10 - Fixed issue where required asterisks did not appear for Nested Forms when Unrequire was enabled. ## 1.2.9 - Fixed issue where unrequire would indicate that all fields were required, regardless of whether they were marked as required. ## 1.2.8 - Fixed issue where clicking on checkbox would cause Firefox to navigate to a URL containing "&&undefined" ## 1.2.7 - Fixed issue where clicking on checkbox did not correctly set the preview setting. ## 1.2.6 - Added support for showing Unique ID fields when Show Hidden is enabled. ## 1.2.5 - Fixed issue where Live Preview submenu options would sometimes click through to URLs. ## 1.2.4 - Added 'gplp_preview_template' filter to allow filtering the preview template. See: https://gist.github.com/spivurno/5bbcc03cf0d8fe9aa82834c8e14f361f ## 1.2.3 - Added backend support for Enable AJAX, Show Hidden, and Unrequire for default preview. - Added support for bypassing CAPTCHA fields when Unrequire is enabled. ## 1.2.2 - Added support for showing fields with visiblity of hidden when Show Hidden is enabled ## 1.2.1 - Fixed issue where preview functionality was not initialized before Gravity Forms processed form ## 1.2 - Refactored how preview page is created and loaded; will fix many miscellaneous issues with various themes. ## 1.1.7 - Updated "Show Hidden" style block to be appened to form markup - Fixed mislabled function ## 1.1.6 - Fixed conflict with The Events Calendar plugin ## 1.1.5 - Fixed issue where is_live_preview() returned true if 'id' parameter was set in query string ## 1.1.4 - Added support for setting the preview page title for theme's not using title-tag support - Fixed issue where permalinks were not auto-flushed on activation - Fixed issue where preview page was being treated like an archive page - Updated is_live_preview() to be more bullet-proof ## 1.1.2 - Updated query to better replicate a single post/page (allows better integration with themes) ## 1.1.1 - Fixed issue where tooltip was not escaped properly ## 1.1 - Added support for 'Show Hidden' and 'Unrequire' options - Updated Live Preview menu to allow enable multiple options at once ## 1.0 - It's alive (preview)!