From 46959a0dcda46e88bd6ed18af57ff2c4fd4210b9 Mon Sep 17 00:00:00 2001 From: Deependra Chaudhary Date: Wed, 13 Mar 2024 14:12:47 +0545 Subject: [PATCH] Version bump v2.0.8.1 for final release --- .../admin/gutenberg/shortcode-form-embed.js | 7 ++- changelog.txt | 3 ++ everest-forms.php | 2 +- includes/class-everest-forms.php | 2 +- includes/class-evf-ajax.php | 9 +++- readme.txt | 51 ++++++++++--------- 6 files changed, 45 insertions(+), 29 deletions(-) diff --git a/assets/js/admin/gutenberg/shortcode-form-embed.js b/assets/js/admin/gutenberg/shortcode-form-embed.js index d894f575a..ee297385e 100644 --- a/assets/js/admin/gutenberg/shortcode-form-embed.js +++ b/assets/js/admin/gutenberg/shortcode-form-embed.js @@ -1,5 +1,9 @@ jQuery(document).ready(function($){ - + var url = window.location.href; + var containsEverestForms = url.includes("form=everest-forms"); + if (! containsEverestForms ) { + return; + } var $dot = $( ' ' ), anchor = isGutenberg() ? '.block-editor .edit-post-header' : ''; @@ -48,4 +52,5 @@ jQuery(document).ready(function($){ return typeof wp !== 'undefined' && Object.prototype.hasOwnProperty.call( wp, 'blocks' ); } + }) diff --git a/changelog.txt b/changelog.txt index ac5396a0c..512f0c8ae 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,9 @@ == Changelog == += 2.0.8.1 - 13-03-2024 +* Fix - Add block Notification issue. + = 2.0.8 - 12-03-2024 * Fix - Restrict font_url for unauthorized users and allow only certain font_url. * Enhancement - Search functionality on Addons page. diff --git a/everest-forms.php b/everest-forms.php index 546fff738..693c0ccfb 100644 --- a/everest-forms.php +++ b/everest-forms.php @@ -3,7 +3,7 @@ * Plugin Name: Everest Forms * Plugin URI: https://everestforms.net/ * Description: Drag and Drop contact form builder to easily create simple to complex forms for any purpose. Lightweight, Beautiful design, responsive and more. - * Version: 2.0.8 + * Version: 2.0.8.1 * Author: WPEverest * Author URI: https://wpeverest.com * Text Domain: everest-forms diff --git a/includes/class-everest-forms.php b/includes/class-everest-forms.php index 815671d1a..94bcfdd29 100644 --- a/includes/class-everest-forms.php +++ b/includes/class-everest-forms.php @@ -21,7 +21,7 @@ final class EverestForms { * * @var string */ - public $version = '2.0.8'; + public $version = '2.0.8.1'; /** * The single instance of the class. diff --git a/includes/class-evf-ajax.php b/includes/class-evf-ajax.php index a156aae64..361c34248 100644 --- a/includes/class-evf-ajax.php +++ b/includes/class-evf-ajax.php @@ -1320,11 +1320,16 @@ public static function goto_edit_page() { 'embed_page' => $page_id, ); } - + $page_url = add_query_arg( + array( + 'form' => 'everest-forms', + ), + esc_url_raw( $url ) + ); $meta['form_id'] = ! empty( $_POST['form_id'] ) ? absint( $_POST['form_id'] ) : 0; EVF_Admin_Embed_Wizard::set_meta( $meta ); - wp_send_json_success( $url ); + wp_send_json_success( $page_url ); } } diff --git a/readme.txt b/readme.txt index 95bc47445..92d73e64c 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ -=== Everest Forms – Build Contact Forms, Surveys, Polls, Application Forms, and more with Ease! === +=== Everest Forms – Build Contact Forms, Surveys, Polls, Quizzes, Newsletter & Application Forms, and Many More with Ease! === Contributors: WPEverest Tags: contact form, custom form, form builder, forms, survey Requires at least: 5.2 Tested up to: 6.4 Requires PHP: 7.2 -Stable tag: 2.0.8 +Stable tag: 2.0.8.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -12,7 +12,7 @@ Fast, Lightweight & Secure Contact Form plugin. Beautiful & Responsive Pre-Built == Description == -= The Best & Most User-Friendly WordPress Form Builder = += Everest Forms - The Most User-Friendly WordPress Form Builder! = 👉 [Give a Try](https://demo.tastewp.com/everest-forms) (Clicking this link creates a demo where you can test Everest Forms.) @@ -24,7 +24,7 @@ No time to create forms from scratch? No worries! Choose from beautifully design 👉 [All features](https://everestforms.net/?utm_source=wporg&utm_medium=link&utm_campaign=evf-upgrade-to-pro) | 👉 [Demo](http://demo.wpeverest.com/everest-forms/) | 👉 [Documentation](https://docs.everestforms.net/) -👉 [Try Everest Forms Premium ](https://everestforms.demoswp.net/?utm_source=wporg&utm_medium=link&utm_campaign=ur-upgrade-to-pro) +👉 [Test Everest Forms Premium for Free](https://everestforms.demoswp.net/?utm_source=wporg&utm_medium=link&utm_campaign=ur-upgrade-to-pro) == Create Pro-Level Forms with Everest Forms' Awesome Features == @@ -192,8 +192,8 @@ And there’s more we haven’t listed here. * [Conditional Form](https://demo.wpeverest.com/everest-forms/conditional-form/) * Poll Form * Signature Form -* Donation Form -* Medical Appointment Form +* [Donation Form](https://demo.wpeverest.com/everest-forms/donation-form/) +* [Medical Appointment Form](https://demo.wpeverest.com/everest-forms/medical-appointment-form/) * Newsletter Signup Form 👉 [Explore all pre-built Everest Forms demos](https://demo.wpeverest.com/everest-forms/). @@ -202,40 +202,40 @@ And there’s more we haven’t listed here. * [Watch our video tutorials](https://www.youtube.com/@EverestForms) * [Follow our getting started documentation](https://docs.everestforms.net/docs/how-to-create-a-form-with-everest-forms/) -### Hands-On Everest Forms Tutorials for Your Ease -* [How to Create a WordPress Contact Form: Ultimate Guide for Beginners](https://wpeverest.com/blog/create-wordpress-contact-form/) -* [How to Customize WordPress Contact Forms Styles without coding: Ultimate Guide for Beginners](https://wpeverest.com/blog/customize-wordpress-forms-styles/) -* [How to Prevent Contact Form spam in WordPress: Ultimate Guide for Beginners](https://wpeverest.com/blog/block-contact-form-spam-wordpress/) -* [How to Create a WordPress Online Booking Form for Hotels?](https://wpeverest.com/blog/wordpress-online-booking-form/) -* [How to Create a Job Application Form in WordPress?](https://wpeverest.com/blog/how-to-create-a-job-application-form-in-wordpress/) -* [How to Create a Donation Form in WordPress?](https://wpeverest.com/blog/how-to-create-a-donation-form-in-wordpress/) -* [How to Create a WordPress Multi-step Form: A Beginner’s Guide](https://wpeverest.com/blog/wordpress-multi-step-form/) -* [How to Accept E Signatures with WordPress Forms?](https://wpeverest.com/blog/wordpress-e-signature-plugin/) -* [How to Add a Payment Option with WordPress Forms?](https://wpeverest.com/blog/wordpress-form-payment-option-paypal/) -* [How to Export Form Entries to CSV File in WordPress?](https://wpeverest.com/blog/export-wordpress-form-entries/) -* [How to Convert WordPress Form Submission to PDF?](https://wpeverest.com/blog/convert-wordpress-form-submissions-to-pdf/) -* [How to create GDPR Compliant Forms](https://wpeverest.com/blog/how-to-create-gdpr-compliant-forms/#everest-forms) +### Step-by-Step Everest Forms Tutorials for a Headstart +* [How to Create Contact Form in WordPress?](https://everestforms.net/blog/create-wordpress-contact-form/) +* [How to Customize Contact Form Styles in WordPress? (With Zero Coding)](https://themegrill.com/blog/how-to-customize-contact-form-in-wordpress/) +* [How to Prevent Contact Form Spam in WordPress? (Easy Guide)](https://everestforms.net/blog/block-contact-form-spam-wordpress/) +* [How to Create a WordPress Online Booking Form for Hotels?](https://everestforms.net/blog/wordpress-online-booking-form/) +* [How to Create a Job Application Form in WordPress?](https://everestforms.net/blog/how-to-create-a-job-application-form-in-wordpress/) +* [How to Create a Donation Form in WordPress?](https://everestforms.net/blog/how-to-create-a-donation-form-in-wordpress/) +* [How to Create a WordPress Multi-step Form: A Beginner’s Guide](hhttps://everestforms.net/blog/create-multi-step-form-in-wordpress/) +* [How to Create a WordPress PayPal Payment Form?](https://everestforms.net/blog/wordpress-form-payment-option-paypal/) +* [How to Export Form Entries to CSV File in WordPress?](https://everestforms.net/blog/export-wordpress-form-entries/) +* [How to Convert WordPress Form Submission to PDF?](https://everestforms.net/blog/convert-wordpress-form-submissions-to-pdf/) ==Get in Touch with us == -👉 [Facebook Group](https://www.facebook.com/groups/themegrill) +👉 [Facebook Group](https://www.facebook.com/groups/everestforms) 👉 [Twitter](https://twitter.com/everestforms) 👉 [Youtube](https://www.youtube.com/@EverestForms) ==Explore More Products from Our Team== -Love Everest Forms? If you do, then you should check out more WordPress themes and plugins from us. +Love Everest Forms? Why not check out more WordPress themes and plugins from us? * [Masteriyo](https://masteriyo.com/) - A Powerful and Easy WordPress LMS Plugin.  * [User Registration](https://wpuserregistration.com/) - #1 Best WordPress User Registration Plugin. -* [Gutenberg Blocks by BlockArt](https://wordpress.org/plugins/blockart-blocks/) - Free Gutenberg Custom Blocks Plugin. +* [BlockArt Blocks](https://wpblockart.com/blockart-blocks/) - Free Gutenberg Custom Blocks Plugin. -* [Zakra](https://wordpress.org/themes/zakra/) - Best WordPress Multipurpose Theme Powering 60K+ Websites. +* [Magazine Blocks](https://wpblockart.com/magazine-blocks/) - Gutenberg Blocks Plugin to Build Magazine-style Sites. -* [ThemeGrill](https://themegrill.com/wordpress-themes/free/) - Beautiful Free WordPress Themes. +* [Zakra](https://zakratheme.com/) - Best WordPress Multipurpose Theme Powering 60K+ Websites. + +* [ThemeGrill](https://themegrill.com/) - Beautiful Free WordPress Themes. == Installation == @@ -292,6 +292,9 @@ Yes you can! Join in on our [GitHub repository](https://github.com/wpeverest/eve == Changelog == += 2.0.8.1 - 13-03-2024 +* Fix - Add block Notification issue. + = 2.0.8 - 12-03-2024 * Fix - Restrict font_url for unauthorized users and allow only certain font_url. * Enhancement - Search functionality on Addons page.