Version Description
- Compatibility update for Contact Form 7 v3.9
Download this release
Release Info
Developer | sevenspark |
Plugin | Contact Form 7 Dynamic Text Extension |
Version | 1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.0.2 to 1.2
- contact-form-7-dynamic-text-extension.php +4 -4
- readme.txt +5 -2
contact-form-7-dynamic-text-extension.php
CHANGED
@@ -4,13 +4,13 @@
|
|
4 |
Plugin Name: Contact Form 7 - Dynamic Text Extension
|
5 |
Plugin URI: http://sevenspark.com/wordpress-plugins/contact-form-7-dynamic-text-extension
|
6 |
Description: Provides a dynamic text field that accepts any shortcode to generate the content. Requires Contact Form 7
|
7 |
-
Version: 1.
|
8 |
Author: Chris Mavricos, SevenSpark
|
9 |
Author URI: http://sevenspark.com
|
10 |
License: GPL2
|
11 |
*/
|
12 |
|
13 |
-
/* Copyright 2010-2014 Chris Mavricos, SevenSpark
|
14 |
|
15 |
This program is free software; you can redistribute it and/or modify
|
16 |
it under the terms of the GNU General Public License, version 2, as
|
@@ -177,7 +177,7 @@ function wpcf7_add_tag_generator_dynamictext() {
|
|
177 |
}
|
178 |
}
|
179 |
|
180 |
-
function wpcf7_tg_pane_dynamictext_(
|
181 |
wpcf7_tg_pane_dynamictext( 'dynamictext' );
|
182 |
}
|
183 |
|
@@ -299,7 +299,7 @@ function wpcf7_add_tag_generator_dynamichidden() {
|
|
299 |
}
|
300 |
}
|
301 |
|
302 |
-
function wpcf7_tg_pane_dynamichidden_(
|
303 |
wpcf7_tg_pane_dynamichidden( 'dynamichidden' );
|
304 |
}
|
305 |
|
4 |
Plugin Name: Contact Form 7 - Dynamic Text Extension
|
5 |
Plugin URI: http://sevenspark.com/wordpress-plugins/contact-form-7-dynamic-text-extension
|
6 |
Description: Provides a dynamic text field that accepts any shortcode to generate the content. Requires Contact Form 7
|
7 |
+
Version: 1.2
|
8 |
Author: Chris Mavricos, SevenSpark
|
9 |
Author URI: http://sevenspark.com
|
10 |
License: GPL2
|
11 |
*/
|
12 |
|
13 |
+
/* Copyright 2010-2014 Chris Mavricos, SevenSpark http://sevenspark.com
|
14 |
|
15 |
This program is free software; you can redistribute it and/or modify
|
16 |
it under the terms of the GNU General Public License, version 2, as
|
177 |
}
|
178 |
}
|
179 |
|
180 |
+
function wpcf7_tg_pane_dynamictext_( $contact_form ) {
|
181 |
wpcf7_tg_pane_dynamictext( 'dynamictext' );
|
182 |
}
|
183 |
|
299 |
}
|
300 |
}
|
301 |
|
302 |
+
function wpcf7_tg_pane_dynamichidden_( $contact_form ) {
|
303 |
wpcf7_tg_pane_dynamichidden( 'dynamichidden' );
|
304 |
}
|
305 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: sevenspark
|
|
3 |
Donate link: http://bit.ly/bVogDN
|
4 |
Tags: Contact Form 7, Contact, Contact Form, dynamic, text, input, GET, POST, title, slug
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 1.
|
8 |
|
9 |
This plugin provides 2 new tag types for the Contact Form 7 Plugin. It allows the dynamic generation of content for a text input box via any shortcode.
|
10 |
It also offers dynamic hidden field functionality, which can be utilized to dynamically set the Email Recipient (To:) address.
|
@@ -189,6 +189,9 @@ None. Yet.
|
|
189 |
|
190 |
== Changelog ==
|
191 |
|
|
|
|
|
|
|
192 |
= 1.1.0.2 =
|
193 |
* Updated to work with Contact Form 7 v3.7.x
|
194 |
|
3 |
Donate link: http://bit.ly/bVogDN
|
4 |
Tags: Contact Form 7, Contact, Contact Form, dynamic, text, input, GET, POST, title, slug
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 3.9
|
7 |
+
Stable tag: 1.2
|
8 |
|
9 |
This plugin provides 2 new tag types for the Contact Form 7 Plugin. It allows the dynamic generation of content for a text input box via any shortcode.
|
10 |
It also offers dynamic hidden field functionality, which can be utilized to dynamically set the Email Recipient (To:) address.
|
189 |
|
190 |
== Changelog ==
|
191 |
|
192 |
+
= 1.2 =
|
193 |
+
* Compatibility update for Contact Form 7 v3.9
|
194 |
+
|
195 |
= 1.1.0.2 =
|
196 |
* Updated to work with Contact Form 7 v3.7.x
|
197 |
|