Plugin Directory

Changeset 2783540


Ignore:
Timestamp:
09/12/2022 06:32:08 PM (4 years ago)
Author:
nucleusgenius
Message:

update 5.6

Location:
quasar-form
Files:
134 added
4 edited

Legend:

Unmodified
Added
Removed
  • quasar-form/trunk/admin.php

    r2780350 r2783540  
    1313        <div class='swap-logo-header-q'>
    1414            <div class='logo-header-q'>
    15                 <div class='version-q-form'><?php esc_html_e('Free version','quasar-form');?> 5.5</div>
     15                <div class='version-q-form'><?php esc_html_e('Free version','quasar-form');?> 5.6</div>
    1616            </div>
    1717        </div>
  • quasar-form/trunk/assets/js/admin/admin.js

    r2780350 r2783540  
    42204220       
    42214221        //parse html , editor custom, privacy, total
    4222         $('.modalbox-admin-panel').on('textarea keyup', function() {
    4223             if ( $(idElement).hasClass('type-custom-text-element') ){
    4224                 let fixeditora = $('.modalbox-admin-panel').find('#customtextqQ').val();
    4225                 $(idElement).find('div').html(fixeditora);
    4226             }
    4227             if ( $(idElement).hasClass('type-itog-element') ){
    4228                 if( $('.wp-editor-wrap').hasClass('html-active') ) {
    4229                     let fixeditora = $('.modalbox-admin-panel').find('#itograsschethtml').val();
    4230                     $(idElement).find('div').html(fixeditora);
    4231                 }
    4232             }
    4233             if ( $(idElement).hasClass('type-privacy-element') ){
    4234                 let fixeditora = $('.modalbox-admin-panel').find('#privacyelement').val();
    4235                 $(idElement).find('.html-text-check-q').html(fixeditora);
    4236             }
    4237         });
     4222        if ( $(idElement).hasClass('type-custom-text-element') ){
     4223            let fixeditora = $('.modalbox-admin-panel').find('#customtextqQ').val();
     4224            $(idElement).find('div').html(fixeditora);
     4225        }
     4226        if ( $(idElement).hasClass('type-itog-element') ){
     4227            if( $('.wp-editor-wrap').hasClass('html-active') ) {
     4228                let fixeditora = $('.modalbox-admin-panel').find('#itograsschethtml').val();
     4229                $(idElement).find('div').html(fixeditora);
     4230            }
     4231        }
     4232        if ( $(idElement).hasClass('type-privacy-element') ){
     4233            let fixeditora = $('.modalbox-admin-panel').find('#privacyelement').val();
     4234            $(idElement).find('.html-text-check-q').html(fixeditora);
     4235        }
    42384236       
    42394237        //total
  • quasar-form/trunk/quasar-form-main.php

    r2780350 r2783540  
    44Plugin URI: https://quasar-form.com
    55Description: Premium WordPress form and survey builder. Make amazing forms, incredibly fast.
    6 Version: 5.5
     6Version: 5.6
    77Author: nucleus_genius
    88Text Domain: quasar-form
     
    1313define( 'quasar_form_path', plugin_dir_path(__FILE__ ) );
    1414define( 'quasar_form_url', plugins_url( '/', __FILE__ ) );
    15 define( 'quasar_form_version', '5.5' );
     15define( 'quasar_form_version', '5.6' );
    1616
    1717
  • quasar-form/trunk/readme.txt

    r2780350 r2783540  
    55Requires at least: 4.8
    66Tested up to: 6.0
    7 Stable tag: 5.5
     7Stable tag: 5.6
    88Requires PHP: 5.6
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.