Google Forms - Version 0.91

Version Description

No known upgrade issues.

Download this release

Release Info

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

Code changes from version 0.90 to 0.91

Files changed (2) hide show
  1. index.php +5 -5
  2. readme.txt +4 -1
index.php CHANGED
@@ -4,9 +4,9 @@
4
  * Plugin Name: Google Forms
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.89
8
- * Build: 0.89
9
- * Last Modified: 11/13/2016
10
  * Author: Mike Walsh
11
  * Author URI: http://www.michaelwalsh.org
12
  * License: GPL
@@ -17,13 +17,13 @@
17
  * @author Mike Walsh <mpwalsh8@gmail.com>
18
  * @package wpGForm
19
  * @subpackage admin
20
- * @version 0.88
21
  * @lastmodified 01/24/2017
22
  * @lastmodifiedby mpwalsh8
23
  *
24
  */
25
 
26
- define('WPGFORM_VERSION', '0.89') ;
27
 
28
  require_once('wpgform-core.php') ;
29
  require_once('wpgform-post-type.php') ;
4
  * Plugin Name: Google Forms
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.91
8
+ * Build: 0.91
9
+ * Last Modified: 01/24/2017
10
  * Author: Mike Walsh
11
  * Author URI: http://www.michaelwalsh.org
12
  * License: GPL
17
  * @author Mike Walsh <mpwalsh8@gmail.com>
18
  * @package wpGForm
19
  * @subpackage admin
20
+ * @version 0.91
21
  * @lastmodified 01/24/2017
22
  * @lastmodifiedby mpwalsh8
23
  *
24
  */
25
 
26
+ define('WPGFORM_VERSION', '0.91') ;
27
 
28
  require_once('wpgform-core.php') ;
29
  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: 4.0
6
  Tested up to: 4.7.1
7
- Stable tag: 0.90
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -381,6 +381,9 @@ No known upgrade issues.
381
 
382
  == Change log ==
383
 
 
 
 
384
  = Version 0.90 =
385
  * Fixed issue with unused constructor impacting PHP7 support.
386
 
4
  Tags: Google Forms, Google Docs, Google, Spreadsheet, shortcode, forms
5
  Requires at least: 4.0
6
  Tested up to: 4.7.1
7
+ Stable tag: 0.91
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
381
 
382
  == Change log ==
383
 
384
+ = Version 0.91 =
385
+ * Retagged to correct version number.
386
+
387
  = Version 0.90 =
388
  * Fixed issue with unused constructor impacting PHP7 support.
389