Version Description
Download this release
Release Info
Developer | voidthemes |
Plugin | Contact Form7 Widget For Elementor Page Builder |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- readme.txt +5 -4
- void-cf7-widget-elementor.php +4 -4
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Contact Form7 Widget For Elementor Page Builder ===
|
2 |
-
Contributors: voidthemes,voidcoders,soyket
|
3 |
Tags: page-builder, elementor, cf7, contact-form-7, contact-form-7 widget, widget, elementor add on, email, contact,form
|
4 |
Donate link: https://www.paypal.me/voidcoders
|
5 |
Requires at least: 4.4
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -12,6 +12,7 @@ This WordPress Plugin Adds Contact Form 7 widget element to Elementor page build
|
|
12 |
|
13 |
You must have [Elementor Page Builder](https://wordpress.org/plugins/elementor/) installed.
|
14 |
You must have [Contact form 7](https://wordpress.org/plugins/contact-form-7/) installed and forms created.
|
|
|
15 |
== Description ==
|
16 |
|
17 |
This plugin adds new element / widget to Elementor Page Builder which helps you to easily drag and drop contact form 7 forms from a drop down list. No need of going in cf7 & copying the shortcode and addding to shortcode widget of elementor anymore !!
|
@@ -23,7 +24,7 @@ Yet this is just a simple plugin for simple users :)
|
|
23 |
* What's more interesting is that you can have multiple form of the same single contact form 7 form with different rules and design with this on same page !
|
24 |
|
25 |
For more details :[VOID CF7 Elementor Widget](https://voidcoders.com/product/contact-form7-widget-for-elementor-free/).
|
26 |
-
For our other elementor & WP works visit : [VOID CODERS](
|
27 |
For updates follow us on : [Facebook](https://www.facebook.com/voidcoders).
|
28 |
|
29 |
|
1 |
=== Contact Form7 Widget For Elementor Page Builder ===
|
2 |
+
Contributors: voidthemes,voidcoders,soyket,shawon786
|
3 |
Tags: page-builder, elementor, cf7, contact-form-7, contact-form-7 widget, widget, elementor add on, email, contact,form
|
4 |
Donate link: https://www.paypal.me/voidcoders
|
5 |
Requires at least: 4.4
|
6 |
+
Tested up to: 5.0
|
7 |
+
Stable tag: 1.0.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
12 |
|
13 |
You must have [Elementor Page Builder](https://wordpress.org/plugins/elementor/) installed.
|
14 |
You must have [Contact form 7](https://wordpress.org/plugins/contact-form-7/) installed and forms created.
|
15 |
+
|
16 |
== Description ==
|
17 |
|
18 |
This plugin adds new element / widget to Elementor Page Builder which helps you to easily drag and drop contact form 7 forms from a drop down list. No need of going in cf7 & copying the shortcode and addding to shortcode widget of elementor anymore !!
|
24 |
* What's more interesting is that you can have multiple form of the same single contact form 7 form with different rules and design with this on same page !
|
25 |
|
26 |
For more details :[VOID CF7 Elementor Widget](https://voidcoders.com/product/contact-form7-widget-for-elementor-free/).
|
27 |
+
For our other elementor & WP works visit : [VOID CODERS](https://voidcoders.com).
|
28 |
For updates follow us on : [Facebook](https://www.facebook.com/voidcoders).
|
29 |
|
30 |
|
void-cf7-widget-elementor.php
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Contact Form 7 Widget For Elementor Page Builder
|
4 |
* Description: Adds Contact Form 7 widget element to Elementor page builder for easy drag & drop the created contact forms with CF7 (contact form 7).
|
5 |
-
* Version: 1.0.
|
6 |
-
* Author:
|
7 |
* Plugin URI: https://demo.voidcoders.com/plugins/contact-form7-widget-for-elementor/
|
8 |
-
* Author URI:
|
9 |
* Text Domain: void
|
10 |
*/
|
11 |
|
@@ -83,7 +83,7 @@ function void_cf7_display_admin_notice() {
|
|
83 |
$dont_disturb = esc_url( get_admin_url() . '?spare_me2=1' );
|
84 |
$plugin_info = get_plugin_data( __FILE__ , true, true );
|
85 |
$reviewurl = esc_url( 'https://wordpress.org/support/plugin/cf7-widget-elementor/reviews/#new-post' );
|
86 |
-
$void_url = esc_url( 'https://
|
87 |
|
88 |
printf(__('<div class="void-cf7-review wrap">You have been using <b> %s </b> for a while. We hope you liked it ! Please give us a quick rating, it works as a boost for us to keep working on the plugin ! Also you can visit our <a href="%s" target="_blank">site</a> to get more themes & Plugins<div class="void-cf7-review-btn"><a href="%s" class="button button-primary" target=
|
89 |
"_blank">Rate Now!</a><a href="%s" class="void-cf7-review-done"> Already Done !</a></div></div>', $plugin_info['TextDomain']), $plugin_info['Name'], $void_url, $reviewurl, $dont_disturb );
|
2 |
/**
|
3 |
* Plugin Name: Contact Form 7 Widget For Elementor Page Builder
|
4 |
* Description: Adds Contact Form 7 widget element to Elementor page builder for easy drag & drop the created contact forms with CF7 (contact form 7).
|
5 |
+
* Version: 1.0.7
|
6 |
+
* Author: voidCoders
|
7 |
* Plugin URI: https://demo.voidcoders.com/plugins/contact-form7-widget-for-elementor/
|
8 |
+
* Author URI: https://voidcoders.com
|
9 |
* Text Domain: void
|
10 |
*/
|
11 |
|
83 |
$dont_disturb = esc_url( get_admin_url() . '?spare_me2=1' );
|
84 |
$plugin_info = get_plugin_data( __FILE__ , true, true );
|
85 |
$reviewurl = esc_url( 'https://wordpress.org/support/plugin/cf7-widget-elementor/reviews/#new-post' );
|
86 |
+
$void_url = esc_url( 'https://voidcoders.com/shop/' );
|
87 |
|
88 |
printf(__('<div class="void-cf7-review wrap">You have been using <b> %s </b> for a while. We hope you liked it ! Please give us a quick rating, it works as a boost for us to keep working on the plugin ! Also you can visit our <a href="%s" target="_blank">site</a> to get more themes & Plugins<div class="void-cf7-review-btn"><a href="%s" class="button button-primary" target=
|
89 |
"_blank">Rate Now!</a><a href="%s" class="void-cf7-review-done"> Already Done !</a></div></div>', $plugin_info['TextDomain']), $plugin_info['Name'], $void_url, $reviewurl, $dont_disturb );
|