Changeset 1237822
- Timestamp:
- 09/04/2015 04:37:46 AM (11 years ago)
- Location:
- questions/trunk
- Files:
-
- 3 added
- 3 edited
-
.gitignore (added)
-
README.txt (modified) (2 diffs)
-
components/admin/includes/js/admin-questions-post-type.js (modified) (1 diff)
-
core (added)
-
core/includes (added)
-
init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
questions/trunk/README.txt
r1220104 r1237822 12 12 13 13 >**Drag & drop your survey in the WordPress way!** 14 > 15 >It never felt better to create your survey like with this plugin. Do your survey and own the survey data. This is not software as a service, Questions is a totally independent and free plugin. 14 15 > !!! Attention !!! Questions will not be developed further as "Questions". Questions will change from a pure Survey Plugin to a Formbuilder. But no worry, this will not downgrade any functions and you will not loose any of your Surveys. Further informations are coming the next weeks. 16 17 It never felt better to create your survey like with this plugin. Do your survey and own the survey data. This is not software as a service, Questions is a totally independent and free plugin. 16 18 17 19 **Elements to drop** … … 73 75 74 76 == Changelog == 77 78 = 1.0.0 beta 20 = 79 * Fixed Bug on not deletable Form elements 75 80 76 81 = 1.0.0 beta 19 = -
questions/trunk/components/admin/includes/js/admin-questions-post-type.js
r1220104 r1237822 148 148 }); 149 149 150 $( '.delete_ form_element' ).click( function( event ){150 $( '.delete_survey_element' ).click( function( event ){ 151 151 formelement_id = $( this ).closest( '.formelement' ).attr('id'); 152 152 event.preventDefault(); -
questions/trunk/init.php
r1220104 r1237822 3 3 * Plugin Name: Questions 4 4 * Plugin URI: http://www.awesome.ug 5 * Description: Drag & drop your survey/poll with the WordPress Questions plugin. 6 * Version: 1.0.0 beta 195 * Description: Drag & drop your survey/poll with the WordPress Questions plugin. <strong>!!! Attention !!!</strong> Questions will not be developed further as "Questions". Questions will change from a pure Survey Plugin to a Formbuilder. But no worry, this will not downgrade any functions and you will not loose any of your Surveys. Further informations are coming the next weeks. 6 * Version: 1.0.0 beta 20 7 7 * Author: awesome.ug 8 8 * Author URI: http://www.awesome.ug
Note: See TracChangeset
for help on using the changeset viewer.