Plugin Directory

Changeset 1237822


Ignore:
Timestamp:
09/04/2015 04:37:46 AM (11 years ago)
Author:
awesome-ug
Message:

Changed to beta 20

Location:
questions/trunk
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • questions/trunk/README.txt

    r1220104 r1237822  
    1212
    1313>**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
     17It 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.
    1618
    1719**Elements to drop**
     
    7375
    7476== Changelog ==
     77
     78= 1.0.0 beta 20 =
     79* Fixed Bug on not deletable Form elements
    7580
    7681= 1.0.0 beta 19 =
  • questions/trunk/components/admin/includes/js/admin-questions-post-type.js

    r1220104 r1237822  
    148148            });
    149149           
    150             $( '.delete_form_element' ).click( function( event ){
     150            $( '.delete_survey_element' ).click( function( event ){
    151151                formelement_id = $( this ).closest( '.formelement' ).attr('id');
    152152                event.preventDefault();
  • questions/trunk/init.php

    r1220104 r1237822  
    33 * Plugin Name:  Questions
    44 * Plugin URI:   http://www.awesome.ug
    5  * Description:  Drag & drop your survey/poll with the WordPress Questions plugin.
    6  * Version:      1.0.0 beta 19
     5 * 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
    77 * Author:       awesome.ug
    88 * Author URI:   http://www.awesome.ug
Note: See TracChangeset for help on using the changeset viewer.