Google Forms - Version 0.62

Version Description

No known upgrade issues.

Download this release

Release Info

Developer mpwalsh8
Plugin Icon wp plugin Google Forms
Version 0.62
Comparing to
See all releases

Code changes from version 0.61 to 0.62

Files changed (2) hide show
  1. index.php +3 -3
  2. readme.txt +4 -1
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.61
8
- * Build: 0.61.$WCREV$
9
  * Last Modified: $WCDATE$
10
  * Author: Mike Walsh
11
  * Author URI: http://www.michaelwalsh.org
@@ -25,7 +25,7 @@
25
  *
26
  */
27
 
28
- define('WPGFORM_VERSION', '0.61') ;
29
 
30
  require_once('wpgform-core.php') ;
31
  require_once('wpgform-post-type.php') ;
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.62
8
+ * Build: 0.62.$WCREV$
9
  * Last Modified: $WCDATE$
10
  * Author: Mike Walsh
11
  * Author URI: http://www.michaelwalsh.org
25
  *
26
  */
27
 
28
+ define('WPGFORM_VERSION', '0.62') ;
29
 
30
  require_once('wpgform-core.php') ;
31
  require_once('wpgform-post-type.php') ;
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.7.1
7
- Stable tag: 0.60
8
  License: GPL
9
 
10
  Embeds a published, public Google Form in a WordPress post, page, or widget.
@@ -365,6 +365,9 @@ No known upgrade issues.
365
 
366
  == Changelog ==
367
 
 
 
 
368
  = Version 0.61 =
369
  * Fixed some default CSS rules which were incorrect.
370
  * Added support for multiple instances of the same form on a single page.
4
  Tags: Google Forms, Google Docs, Google, Spreadsheet, shortcode, forms
5
  Requires at least: 3.3
6
  Tested up to: 3.7.1
7
+ Stable tag: 0.62
8
  License: GPL
9
 
10
  Embeds a published, public Google Form in a WordPress post, page, or widget.
365
 
366
  == Changelog ==
367
 
368
+ = Version 0.62 =
369
+ * Failed to update stable release tag preventing v0.61 from rolling out.
370
+
371
  = Version 0.61 =
372
  * Fixed some default CSS rules which were incorrect.
373
  * Added support for multiple instances of the same form on a single page.