Version Description
No known upgrade issues.
Download this release
Release Info
Developer | mpwalsh8 |
Plugin | Google Forms |
Version | 0.42 |
Comparing to | |
See all releases |
Code changes from version 0.41 to 0.42
- index.php +2 -2
- readme.txt +4 -4
index.php
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
* Plugin Name: WordPress Google Form
|
5 |
* Plugin URI: http://michaelwalsh.org/wordpress/wordpress-plugins/wpgform/
|
6 |
* Description: Add Google Forms to a WordPress web site. Display a Google Form directly into your posts, pages or sidebar. Style the Google Form to match your existing theme and display a custom confirmation page after form submission.
|
7 |
-
* Version: 0.
|
8 |
-
* Build: 0.
|
9 |
* Last Modified: $WCDATE$
|
10 |
* Author: Mike Walsh
|
11 |
* Author URI: http://www.michaelwalsh.org
|
4 |
* Plugin Name: WordPress Google Form
|
5 |
* Plugin URI: http://michaelwalsh.org/wordpress/wordpress-plugins/wpgform/
|
6 |
* Description: Add Google Forms to a WordPress web site. Display a Google Form directly into your posts, pages or sidebar. Style the Google Form to match your existing theme and display a custom confirmation page after form submission.
|
7 |
+
* Version: 0.42
|
8 |
+
* Build: 0.42.$WCREV$
|
9 |
* Last Modified: $WCDATE$
|
10 |
* Author: Mike Walsh
|
11 |
* Author URI: http://www.michaelwalsh.org
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: Google Forms, Google Docs, Google, Spreadsheet, shortcode, forms
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.4.2
|
7 |
-
Stable tag: 0.
|
8 |
|
9 |
Embeds a published, public Google Form in a WordPress post, page, or widget.
|
10 |
|
@@ -103,10 +103,10 @@ label.ss-q-title:after {
|
|
103 |
= I don't like the redirection behavior of the custom confirmation, can you change it back to the way it worked in v0.10? =
|
104 |
Unfortunately not. I understand that the older behavior is preferable as it looks cleaner for the end user however there is no way to support multi-page Google Forms using the old model. The requirement to support multi-page Google Forms is a higher priority than the older confirmation model based on the overwhelming feedback received to support multi-page forms. In v0.26 a new confirmation behavior was introduced which uses AJAX to update the page with the content from the custom confirmation page. In v0.27 the redirection mechanism has returned to be the default behavior but if the AJAX methodology is preferred, it is available by setting the `style='ajax'` attribute within the shortcode.
|
105 |
|
106 |
-
= Can I change the range of values the CAPCTHA is based on?
|
107 |
Not at this time.
|
108 |
|
109 |
-
= Can I
|
110 |
Not at this time.
|
111 |
|
112 |
== CSS ==
|
@@ -204,7 +204,7 @@ No known upgrade issues.
|
|
204 |
|
205 |
== Changelog ==
|
206 |
|
207 |
-
= Version 0.
|
208 |
* Added simple math based CAPTCHA support.
|
209 |
* Reintroduced jQuery Validation for checking required fields.
|
210 |
* Improved support for multiple forms on one page.
|
4 |
Tags: Google Forms, Google Docs, Google, Spreadsheet, shortcode, forms
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.4.2
|
7 |
+
Stable tag: 0.42
|
8 |
|
9 |
Embeds a published, public Google Form in a WordPress post, page, or widget.
|
10 |
|
103 |
= I don't like the redirection behavior of the custom confirmation, can you change it back to the way it worked in v0.10? =
|
104 |
Unfortunately not. I understand that the older behavior is preferable as it looks cleaner for the end user however there is no way to support multi-page Google Forms using the old model. The requirement to support multi-page Google Forms is a higher priority than the older confirmation model based on the overwhelming feedback received to support multi-page forms. In v0.26 a new confirmation behavior was introduced which uses AJAX to update the page with the content from the custom confirmation page. In v0.27 the redirection mechanism has returned to be the default behavior but if the AJAX methodology is preferred, it is available by setting the `style='ajax'` attribute within the shortcode.
|
105 |
|
106 |
+
= Can I change the range of values the CAPCTHA is based on? =
|
107 |
Not at this time.
|
108 |
|
109 |
+
= Can I change the math operator the CAPTCHA is based on? =
|
110 |
Not at this time.
|
111 |
|
112 |
== CSS ==
|
204 |
|
205 |
== Changelog ==
|
206 |
|
207 |
+
= Version 0.42 =
|
208 |
* Added simple math based CAPTCHA support.
|
209 |
* Reintroduced jQuery Validation for checking required fields.
|
210 |
* Improved support for multiple forms on one page.
|