Plugin Directory

Changeset 3099787


Ignore:
Timestamp:
06/08/2024 11:34:57 AM (18 months ago)
Author:
themeies
Message:

update readme.txt

Location:
formit
Files:
2 added
4 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • formit/tags/2.1.3/inc/Admin/Formit_AdminEnqueue.php

    r3098813 r3099787  
    2222                wp_enqueue_script( 'jquery-ui-slider' ,  'jquery');
    2323                wp_enqueue_editor();
    24                 // wp_enqueue_script('formit-form-builder', FORMIT_ASSETS_URL . 'admin/js/form-builder.min.js', array('jquery'), '1.0', true);
    25                 wp_enqueue_script('formit-form-builder', 'https://formbuilder.online/assets/js/form-builder.min.js', array('jquery'), '1.0', true);
    26                 wp_enqueue_script('form-render', 'https://formbuilder.online/assets/js/form-render.min.js', array('jquery'), time(), true);
     24                wp_enqueue_script('formit-form-builder', FORMIT_ASSETS_URL . 'admin/js/form-builder.min.js', array('jquery'), '1.0', true);
     25                wp_enqueue_script('form-render', FORMIT_ASSETS_URL. 'admin/js/form-render.min.js', array('jquery'), time(), true);
    2726                wp_enqueue_script('formit-admin-scripts', FORMIT_ASSETS_URL . 'admin/js/formit-admin-scripts.js', array('jquery'), time(), true);
    2827                wp_enqueue_style('formit-admin-style', FORMIT_ASSETS_URL . 'admin/css/formit-admin-style.css', array(), time(), 'all' );
  • formit/tags/2.1.3/inc/Admin/Popup/Formit_HeaderProfileInfo.php

    r3098813 r3099787  
    1515                        <div class="avatar">
    1616                            <?php
     17                                $allowed_tags = array(
     18                                    'img' => array(
     19                                        'class' => true,
     20                                        'src' => true,
     21                                        'alt' => true,
     22                                        'height' => true,
     23                                        'width' => true,
     24                                        'srcset' => true,
     25                                        'decoding' => true,
     26                                    ),
     27                                );
    1728                                $current_user   = wp_get_current_user();
    1829                                $user_avatar    = get_avatar($current_user->user_email, 64);
    19                                 echo esc_html($user_avatar);
     30                                echo wp_kses($user_avatar, $allowed_tags);
    2031                            ?>
    2132                        </div>
  • formit/tags/2.1.3/inc/Formit_GlobalFunctions.php

    r3098813 r3099787  
    5858                        </a>
    5959                        <div class="wpheader__name">
    60                             <small class="wpheader_title_version"><?php echo esc_html( 'FORMIT-v1.0.0' ) ?> <span class="version-beta"><?php echo esc_html__('Beta', 'formit'); ?></span></small> 
     60                            <small class="wpheader_title_version"><?php echo esc_html( 'FORMIT-v'. FORMIT_VERSION ); ?> </small> 
    6161                            <h2>
    6262                                <?php
  • formit/tags/2.1.3/readme.txt

    r3098813 r3099787  
    11=== Formit - The Ultimate drag and drop WordPress Form Builder ===
    2 Contributors: themeies, xirosoft, speeedsam, sofiquldev
     2Contributors: themeies, speeedsam, sofiquldev
    33Donate link: https://www.paypal.com/paypalme/xirosoft
    4 Tags: WordPress Form Builder, Drag and Drop Forms, Contact Form Plugin, contact form, Survey Form Tool, forms, Quiz Form Creator, Payment Form Generator, Calculator Forms, Custom Form Builder, WordPress Form Design, Formit Plugin,
     4Tags: WordPress Form Builder, Drag and Drop Forms, Contact Form Plugin, contact form, Custom Form Builder
    55Requires at least: 6.0
    66Tested up to: 6.5
     
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Easily design a dynamic WordPress form Builder using Formit, the top drag-and-drop form builder for contact, surveys, quizzes, payments, and more.
     12Easily design a dynamic WordPress form Builder using Formit, the top drag-and-drop form builder for contact, and more.
    1313
    1414== Description ==
     
    109109Special thanks to the creators of the following plugins for their valuable contributions:
    110110
    111 - [jQuery Form Builder](https://github.com/kevinchappell/formBuilder) - A fantastic jQuery plugin that enhances form building capabilities.
    112 
    113 
    114 == Third-Party Services ==
    115 
    116 This plugin relies on the following third-party services:
    117 
    118 
    1191111. **Google Maps**
    120112   - Purpose: Embed Google Maps based on user location.
     
    151143== Screenshots ==
    152144
    153 1. screenshot-1.jpg
    154 2. screenshot-2.jpg
    155 3. screenshot-3.jpg
    156 4. screenshot-4.jpg
    157 5. screenshot-5.jpg
    158 6. screenshot-6.jpg
    159 7. screenshot-7.jpg
    160 8. screenshot-8.jpg
    161 9. screenshot-9.jpg
     1451. Formit Forms List
     1462. Drag and drop form Builder
     1473. Forms Settings Page
     1484. System Information
     1495. Form Submissions Data
     1506. Single Submissions (Popup View)
     1517. Forms Documentations (Uses Guide)
     1528. Profile Controller
     1539. Dashboard Widget (Form Stats)
    162154
    163155
    164156== Changelog ==
    165157
    166 = 2.1.0 =
    167 - **Sequrity Update**
    168 - **Improve Codebase**
    169 
    170 = 1.0.0 =
     158= 2.1.3 =
    171159* Initial release- We just release our wordpress plugin.
    172160* For more details, see the full changelog.
  • formit/trunk/inc/Admin/Formit_AdminEnqueue.php

    r3099772 r3099787  
    2222                wp_enqueue_script( 'jquery-ui-slider' ,  'jquery');
    2323                wp_enqueue_editor();
    24                 // wp_enqueue_script('formit-form-builder', FORMIT_ASSETS_URL . 'admin/js/form-builder.min.js', array('jquery'), '1.0', true);
    25                 wp_enqueue_script('formit-form-builder', 'https://formbuilder.online/assets/js/form-builder.min.js', array('jquery'), '1.0', true);
    26                 wp_enqueue_script('form-render', 'https://formbuilder.online/assets/js/form-render.min.js', array('jquery'), time(), true);
     24                wp_enqueue_script('formit-form-builder', FORMIT_ASSETS_URL . 'admin/js/form-builder.min.js', array('jquery'), '1.0', true);
     25                wp_enqueue_script('form-render', FORMIT_ASSETS_URL. 'admin/js/form-render.min.js', array('jquery'), time(), true);
    2726                wp_enqueue_script('formit-admin-scripts', FORMIT_ASSETS_URL . 'admin/js/formit-admin-scripts.js', array('jquery'), time(), true);
    2827                wp_enqueue_style('formit-admin-style', FORMIT_ASSETS_URL . 'admin/css/formit-admin-style.css', array(), time(), 'all' );
  • formit/trunk/inc/Admin/Popup/Formit_HeaderProfileInfo.php

    r3099772 r3099787  
    1515                        <div class="avatar">
    1616                            <?php
     17                                $allowed_tags = array(
     18                                    'img' => array(
     19                                        'class' => true,
     20                                        'src' => true,
     21                                        'alt' => true,
     22                                        'height' => true,
     23                                        'width' => true,
     24                                        'srcset' => true,
     25                                        'decoding' => true,
     26                                    ),
     27                                );
    1728                                $current_user   = wp_get_current_user();
    1829                                $user_avatar    = get_avatar($current_user->user_email, 64);
    19                                 echo esc_html($user_avatar);
     30                                echo wp_kses($user_avatar, $allowed_tags);
    2031                            ?>
    2132                        </div>
  • formit/trunk/inc/Formit_GlobalFunctions.php

    r3099772 r3099787  
    5858                        </a>
    5959                        <div class="wpheader__name">
    60                             <small class="wpheader_title_version"><?php echo esc_html( 'FORMIT-v1.0.0' ) ?> <span class="version-beta"><?php echo esc_html__('Beta', 'formit'); ?></span></small> 
     60                            <small class="wpheader_title_version"><?php echo esc_html( 'FORMIT-v'. FORMIT_VERSION ); ?> </small> 
    6161                            <h2>
    6262                                <?php
  • formit/trunk/readme.txt

    r3099772 r3099787  
    11=== Formit - The Ultimate drag and drop WordPress Form Builder ===
    2 Contributors: themeies, xirosoft, speeedsam, sofiquldev
     2Contributors: themeies, speeedsam, sofiquldev
    33Donate link: https://www.paypal.com/paypalme/xirosoft
    4 Tags: WordPress Form Builder, Drag and Drop Forms, Contact Form Plugin, contact form, Survey Form Tool, forms, Quiz Form Creator, Payment Form Generator, Calculator Forms, Custom Form Builder, WordPress Form Design, Formit Plugin,
     4Tags: WordPress Form Builder, Drag and Drop Forms, Contact Form Plugin, contact form, Custom Form Builder
    55Requires at least: 6.0
    66Tested up to: 6.5
     
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Easily design a dynamic WordPress form Builder using Formit, the top drag-and-drop form builder for contact, surveys, quizzes, payments, and more.
     12Easily design a dynamic WordPress form Builder using Formit, the top drag-and-drop form builder for contact, and more.
    1313
    1414== Description ==
     
    109109Special thanks to the creators of the following plugins for their valuable contributions:
    110110
    111 - [jQuery Form Builder](https://github.com/kevinchappell/formBuilder) - A fantastic jQuery plugin that enhances form building capabilities.
    112 
    113 
    114 == Third-Party Services ==
    115 
    116 This plugin relies on the following third-party services:
    117 
    118 
    1191111. **Google Maps**
    120112   - Purpose: Embed Google Maps based on user location.
     
    151143== Screenshots ==
    152144
    153 1. screenshot-1.jpg
    154 2. screenshot-2.jpg
    155 3. screenshot-3.jpg
    156 4. screenshot-4.jpg
    157 5. screenshot-5.jpg
    158 6. screenshot-6.jpg
    159 7. screenshot-7.jpg
    160 8. screenshot-8.jpg
    161 9. screenshot-9.jpg
     1451. Formit Forms List
     1462. Drag and drop form Builder
     1473. Forms Settings Page
     1484. System Information
     1495. Form Submissions Data
     1506. Single Submissions (Popup View)
     1517. Forms Documentations (Uses Guide)
     1528. Profile Controller
     1539. Dashboard Widget (Form Stats)
    162154
    163155
    164156== Changelog ==
    165157
    166 = 2.1.0 =
    167 - **Sequrity Update**
    168 - **Improve Codebase**
    169 
    170 = 1.0.0 =
     158= 2.1.3 =
    171159* Initial release- We just release our wordpress plugin.
    172160* For more details, see the full changelog.
Note: See TracChangeset for help on using the changeset viewer.