Version Description
No known upgrade issues.
Download this release
Release Info
Developer | mpwalsh8 |
Plugin | Google Forms |
Version | 0.49 |
Comparing to | |
See all releases |
Code changes from version 0.48 to 0.49
- css/wpgform.css +3 -1
- index.php +2 -2
- readme.txt +4 -1
css/wpgform.css
CHANGED
@@ -116,8 +116,10 @@ div.ss-form-container div.disclaimer {
|
|
116 |
display: none;
|
117 |
}
|
118 |
|
|
|
|
|
|
|
119 |
div.ss-secondary-text {
|
120 |
-
display: none;
|
121 |
}
|
122 |
|
123 |
div.password-warning {
|
116 |
display: none;
|
117 |
}
|
118 |
|
119 |
+
div.ss-q-help {
|
120 |
+
}
|
121 |
+
|
122 |
div.ss-secondary-text {
|
|
|
123 |
}
|
124 |
|
125 |
div.password-warning {
|
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.49
|
8 |
+
* Build: 0.49.$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.3
|
6 |
Tested up to: 3.5.1
|
7 |
-
Stable tag: 0.
|
8 |
|
9 |
Embeds a published, public Google Form in a WordPress post, page, or widget.
|
10 |
|
@@ -255,6 +255,9 @@ No known upgrade issues.
|
|
255 |
|
256 |
== Changelog ==
|
257 |
|
|
|
|
|
|
|
258 |
= Version 0.48 =
|
259 |
* Fixed a Javascript error which occurs when using Google Default text overrides AND the form didn't have an "Other" radio button choice.
|
260 |
|
4 |
Tags: Google Forms, Google Docs, Google, Spreadsheet, shortcode, forms
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 3.5.1
|
7 |
+
Stable tag: 0.49
|
8 |
|
9 |
Embeds a published, public Google Form in a WordPress post, page, or widget.
|
10 |
|
255 |
|
256 |
== Changelog ==
|
257 |
|
258 |
+
= Version 0.49 =
|
259 |
+
* Inadvertently made help text invisible with CSS, updated default CSS accordingly.
|
260 |
+
|
261 |
= Version 0.48 =
|
262 |
* Fixed a Javascript error which occurs when using Google Default text overrides AND the form didn't have an "Other" radio button choice.
|
263 |
|