Changeset 1350602
- Timestamp:
- 02/15/2016 01:34:23 AM (10 years ago)
- Location:
- snappy-surveys/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
snappy-surveys.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
snappy-surveys/trunk/readme.txt
r1251434 r1350602 4 4 Tags: Survey, Surveys, Poll, Polls, Polling, Questionnaire, Questionnaires, Snappy Survey, Snappy Surveys, Audience, Audiences, Audience Tools 5 5 Requires at least: 4.0 6 Tested up to: 4. 37 Stable tag: 1.0. 16 Tested up to: 4.4 7 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 This upgrade includes enhanced security for survey submissions 58 58 59 = 1.0.2 = 60 Tiny bug fix to incorrectly defined variable 61 59 62 == Learn how to build this plugin! == 60 63 -
snappy-surveys/trunk/snappy-surveys.php
r1251429 r1350602 7 7 Author: Joel Funk 8 8 Author URI: http://joelfunk.codecollege.ca 9 Version: 1.0. 19 Version: 1.0.2 10 10 License: GPL2 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 533 533 // default complete class is blank 534 534 $complete_class = ''; 535 536 // setup our inputs html 537 $inputs = ''; 535 538 536 539 if( !$answered ): 537 538 // setup our inputs html539 $inputs = '';540 540 541 541 // loop over all the $question_opts
Note: See TracChangeset
for help on using the changeset viewer.