Changeset 3099787
- Timestamp:
- 06/08/2024 11:34:57 AM (18 months ago)
- Location:
- formit
- Files:
-
- 2 added
- 4 deleted
- 8 edited
-
tags/2.1.3/assets/banner-772x250.jpg (added)
-
tags/2.1.3/assets/banner-772x250s.jpg (deleted)
-
tags/2.1.3/design (deleted)
-
tags/2.1.3/inc/Admin/Formit_AdminEnqueue.php (modified) (1 diff)
-
tags/2.1.3/inc/Admin/Popup/Formit_HeaderProfileInfo.php (modified) (1 diff)
-
tags/2.1.3/inc/Formit_GlobalFunctions.php (modified) (1 diff)
-
tags/2.1.3/readme.txt (modified) (4 diffs)
-
trunk/assets/banner-772x250.jpg (added)
-
trunk/assets/banner-772x250s.jpg (deleted)
-
trunk/design (deleted)
-
trunk/inc/Admin/Formit_AdminEnqueue.php (modified) (1 diff)
-
trunk/inc/Admin/Popup/Formit_HeaderProfileInfo.php (modified) (1 diff)
-
trunk/inc/Formit_GlobalFunctions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
formit/tags/2.1.3/inc/Admin/Formit_AdminEnqueue.php
r3098813 r3099787 22 22 wp_enqueue_script( 'jquery-ui-slider' , 'jquery'); 23 23 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); 27 26 wp_enqueue_script('formit-admin-scripts', FORMIT_ASSETS_URL . 'admin/js/formit-admin-scripts.js', array('jquery'), time(), true); 28 27 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 15 15 <div class="avatar"> 16 16 <?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 ); 17 28 $current_user = wp_get_current_user(); 18 29 $user_avatar = get_avatar($current_user->user_email, 64); 19 echo esc_html($user_avatar);30 echo wp_kses($user_avatar, $allowed_tags); 20 31 ?> 21 32 </div> -
formit/tags/2.1.3/inc/Formit_GlobalFunctions.php
r3098813 r3099787 58 58 </a> 59 59 <div class="wpheader__name"> 60 <small class="wpheader_title_version"><?php echo esc_html( 'FORMIT-v 1.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> 61 61 <h2> 62 62 <?php -
formit/tags/2.1.3/readme.txt
r3098813 r3099787 1 1 === Formit - The Ultimate drag and drop WordPress Form Builder === 2 Contributors: themeies, xirosoft,speeedsam, sofiquldev2 Contributors: themeies, speeedsam, sofiquldev 3 3 Donate 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,4 Tags: WordPress Form Builder, Drag and Drop Forms, Contact Form Plugin, contact form, Custom Form Builder 5 5 Requires at least: 6.0 6 6 Tested up to: 6.5 … … 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Easily design a dynamic WordPress form Builder using Formit, the top drag-and-drop form builder for contact, surveys, quizzes, payments,and more.12 Easily design a dynamic WordPress form Builder using Formit, the top drag-and-drop form builder for contact, and more. 13 13 14 14 == Description == … … 109 109 Special thanks to the creators of the following plugins for their valuable contributions: 110 110 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 119 111 1. **Google Maps** 120 112 - Purpose: Embed Google Maps based on user location. … … 151 143 == Screenshots == 152 144 153 1. screenshot-1.jpg154 2. screenshot-2.jpg155 3. screenshot-3.jpg156 4. screenshot-4.jpg157 5. screenshot-5.jpg158 6. screenshot-6.jpg159 7. screenshot-7.jpg160 8. screenshot-8.jpg161 9. screenshot-9.jpg145 1. Formit Forms List 146 2. Drag and drop form Builder 147 3. Forms Settings Page 148 4. System Information 149 5. Form Submissions Data 150 6. Single Submissions (Popup View) 151 7. Forms Documentations (Uses Guide) 152 8. Profile Controller 153 9. Dashboard Widget (Form Stats) 162 154 163 155 164 156 == Changelog == 165 157 166 = 2.1.0 = 167 - **Sequrity Update** 168 - **Improve Codebase** 169 170 = 1.0.0 = 158 = 2.1.3 = 171 159 * Initial release- We just release our wordpress plugin. 172 160 * For more details, see the full changelog. -
formit/trunk/inc/Admin/Formit_AdminEnqueue.php
r3099772 r3099787 22 22 wp_enqueue_script( 'jquery-ui-slider' , 'jquery'); 23 23 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); 27 26 wp_enqueue_script('formit-admin-scripts', FORMIT_ASSETS_URL . 'admin/js/formit-admin-scripts.js', array('jquery'), time(), true); 28 27 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 15 15 <div class="avatar"> 16 16 <?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 ); 17 28 $current_user = wp_get_current_user(); 18 29 $user_avatar = get_avatar($current_user->user_email, 64); 19 echo esc_html($user_avatar);30 echo wp_kses($user_avatar, $allowed_tags); 20 31 ?> 21 32 </div> -
formit/trunk/inc/Formit_GlobalFunctions.php
r3099772 r3099787 58 58 </a> 59 59 <div class="wpheader__name"> 60 <small class="wpheader_title_version"><?php echo esc_html( 'FORMIT-v 1.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> 61 61 <h2> 62 62 <?php -
formit/trunk/readme.txt
r3099772 r3099787 1 1 === Formit - The Ultimate drag and drop WordPress Form Builder === 2 Contributors: themeies, xirosoft,speeedsam, sofiquldev2 Contributors: themeies, speeedsam, sofiquldev 3 3 Donate 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,4 Tags: WordPress Form Builder, Drag and Drop Forms, Contact Form Plugin, contact form, Custom Form Builder 5 5 Requires at least: 6.0 6 6 Tested up to: 6.5 … … 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Easily design a dynamic WordPress form Builder using Formit, the top drag-and-drop form builder for contact, surveys, quizzes, payments,and more.12 Easily design a dynamic WordPress form Builder using Formit, the top drag-and-drop form builder for contact, and more. 13 13 14 14 == Description == … … 109 109 Special thanks to the creators of the following plugins for their valuable contributions: 110 110 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 119 111 1. **Google Maps** 120 112 - Purpose: Embed Google Maps based on user location. … … 151 143 == Screenshots == 152 144 153 1. screenshot-1.jpg154 2. screenshot-2.jpg155 3. screenshot-3.jpg156 4. screenshot-4.jpg157 5. screenshot-5.jpg158 6. screenshot-6.jpg159 7. screenshot-7.jpg160 8. screenshot-8.jpg161 9. screenshot-9.jpg145 1. Formit Forms List 146 2. Drag and drop form Builder 147 3. Forms Settings Page 148 4. System Information 149 5. Form Submissions Data 150 6. Single Submissions (Popup View) 151 7. Forms Documentations (Uses Guide) 152 8. Profile Controller 153 9. Dashboard Widget (Form Stats) 162 154 163 155 164 156 == Changelog == 165 157 166 = 2.1.0 = 167 - **Sequrity Update** 168 - **Improve Codebase** 169 170 = 1.0.0 = 158 = 2.1.3 = 171 159 * Initial release- We just release our wordpress plugin. 172 160 * For more details, see the full changelog.
Note: See TracChangeset
for help on using the changeset viewer.