Version Description
- Removed trailing whitespace to fix "Headers already sent" errors
Download this release
Release Info
Developer | sevenspark |
Plugin | Contact Form 7 Dynamic Text Extension |
Version | 1.0.4.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.4.1
- readme.txt +5 -1
- wpcf7_dynamic_text.php +1 -3
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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: 2.9
|
6 |
Tested up to: 3.0.4
|
7 |
-
Stable tag: 1.0.4
|
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.
|
@@ -183,6 +183,9 @@ None. Yet.
|
|
183 |
|
184 |
== Changelog ==
|
185 |
|
|
|
|
|
|
|
186 |
= 1.0.4 =
|
187 |
* Added Current User Info shortcode
|
188 |
* Added Post Custom Field shortcode (with obfuscation support)
|
@@ -201,5 +204,6 @@ None. Yet.
|
|
201 |
|
202 |
|
203 |
== Upgrade Notice ==
|
|
|
204 |
|
205 |
The newest upgrade includes hidden field capability and two new shortcodes - current user info and custom post fields.
|
4 |
Tags: Contact Form 7, Contact, Contact Form, dynamic, text, input, GET, POST, title, slug
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 3.0.4
|
7 |
+
Stable tag: 1.0.4.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.
|
183 |
|
184 |
== Changelog ==
|
185 |
|
186 |
+
= 1.0.4.1 =
|
187 |
+
* Removed trailing whitespace to fix "Headers already sent" errors
|
188 |
+
|
189 |
= 1.0.4 =
|
190 |
* Added Current User Info shortcode
|
191 |
* Added Post Custom Field shortcode (with obfuscation support)
|
204 |
|
205 |
|
206 |
== Upgrade Notice ==
|
207 |
+
1.0.4.1 fixes a "Headers already sent" error that can occur for some users.
|
208 |
|
209 |
The newest upgrade includes hidden field capability and two new shortcodes - current user info and custom post fields.
|
wpcf7_dynamic_text.php
CHANGED
@@ -4,7 +4,7 @@
|
|
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.0.4
|
8 |
Author: Chris Mavricos, SevenSpark
|
9 |
Author URI: http://sevenspark.com
|
10 |
License: GPL2
|
@@ -487,5 +487,3 @@ add_filter('wpcf7_cf7com_links', 'cf7dtx_cf7com_links');
|
|
487 |
}
|
488 |
add_shortcode('obf', 'obf');*/
|
489 |
|
490 |
-
?>
|
491 |
-
|
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.0.4.1
|
8 |
Author: Chris Mavricos, SevenSpark
|
9 |
Author URI: http://sevenspark.com
|
10 |
License: GPL2
|
487 |
}
|
488 |
add_shortcode('obf', 'obf');*/
|
489 |
|
|
|
|