Version Description
- Css added Number control
- External redirect url available now
- Any post type url from the site for redirect url
Download this release
Release Info
Developer | voidthemes |
Plugin | Contact Form7 Widget For Elementor Page Builder |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
- readme.txt +7 -3
- void-cf7-widget-elementor.php +2 -2
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Contact Form7 Widget For Elementor Page Builder ===
|
2 |
-
Contributors: voidthemes,voidcoders
|
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: 4.9.
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -66,6 +66,10 @@ Our Contact Form7 Widget For Elementor Page Builder adds a new section in the el
|
|
66 |
|
67 |
|
68 |
== Changelog ==
|
|
|
|
|
|
|
|
|
69 |
= 1.0.5 =
|
70 |
* Css added Hover button
|
71 |
= 1.0.4 =
|
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: 4.9.5
|
7 |
+
Stable tag: 1.0.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
66 |
|
67 |
|
68 |
== Changelog ==
|
69 |
+
= 1.0.6 =
|
70 |
+
* Css added Number control
|
71 |
+
* External redirect url available now
|
72 |
+
* Any post type url from the site for redirect url
|
73 |
= 1.0.5 =
|
74 |
* Css added Hover button
|
75 |
= 1.0.4 =
|
void-cf7-widget-elementor.php
CHANGED
@@ -2,9 +2,9 @@
|
|
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: VOID THEMES
|
7 |
-
* Plugin URI:
|
8 |
* Author URI: http://voidcoders.com
|
9 |
* Text Domain: void
|
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
|
6 |
* Author: VOID THEMES
|
7 |
+
* Plugin URI: https://demo.voidcoders.com/plugins/contact-form7-widget-for-elementor/
|
8 |
* Author URI: http://voidcoders.com
|
9 |
* Text Domain: void
|
10 |
*/
|