Google Forms - Version 0.90

Version Description

No known upgrade issues.

Download this release

Release Info

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

Code changes from version 0.89 to 0.90

Files changed (2) hide show
  1. readme.txt +4 -1
  2. wpgform-core.php +4 -4
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.89
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.89 =
385
  * Added additional security checking to ensure form action resolves to drive.google.com.
386
  * Added additional sanitization and validation of submitted form data.
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
 
382
  == Change log ==
383
 
384
+ = Version 0.90 =
385
+ * Fixed issue with unused constructor impacting PHP7 support.
386
+
387
  = Version 0.89 =
388
  * Added additional security checking to ensure form action resolves to drive.google.com.
389
  * Added additional sanitization and validation of submitted form data.
wpgform-core.php CHANGED
@@ -475,10 +475,10 @@ class wpGForm
475
  /**
476
  * Constructor
477
  */
478
- function wpGForm()
479
- {
480
- // empty for now
481
- }
482
 
483
  /**
484
  * 'gform' short code handler
475
  /**
476
  * Constructor
477
  */
478
+ //function wpGForm()
479
+ //{
480
+ // // empty for now - this syntax is deprecated in PHP7!
481
+ //}
482
 
483
  /**
484
  * 'gform' short code handler