Changeset 3097666
- Timestamp:
- 06/05/2024 04:20:48 AM (22 months ago)
- Location:
- easywebsiteform
- Files:
-
- 29 added
- 5 edited
-
tags/1.1.2 (added)
-
tags/1.1.2/admin (added)
-
tags/1.1.2/admin/EWF_OptionPanel.php (added)
-
tags/1.1.2/assets (added)
-
tags/1.1.2/assets/css (added)
-
tags/1.1.2/assets/css/options-style.css (added)
-
tags/1.1.2/assets/img (added)
-
tags/1.1.2/assets/img/API_key.png (added)
-
tags/1.1.2/assets/img/Iframe-loader.gif (added)
-
tags/1.1.2/assets/img/favicon.png (added)
-
tags/1.1.2/assets/img/logo.png (added)
-
tags/1.1.2/assets/js (added)
-
tags/1.1.2/assets/js/admin-js.js (added)
-
tags/1.1.2/assets/js/main-script.js (added)
-
tags/1.1.2/easywebsiteform.php (added)
-
tags/1.1.2/includes (added)
-
tags/1.1.2/includes/Forms_Tables.php (added)
-
tags/1.1.2/includes/elementor (added)
-
tags/1.1.2/includes/elementor/EWF_Elementor.php (added)
-
tags/1.1.2/includes/elementor/widgets (added)
-
tags/1.1.2/includes/elementor/widgets/ewform_widgets.php (added)
-
tags/1.1.2/includes/ewform_functions.php (added)
-
tags/1.1.2/includes/ewform_shortcode.php (added)
-
tags/1.1.2/languages (added)
-
tags/1.1.2/languages/easywebsiteform.pot (added)
-
tags/1.1.2/readme.txt (added)
-
tags/1.1.2/template (added)
-
tags/1.1.2/template/ewform_display_setup_html.php (added)
-
tags/1.1.2/template/ewforms_display_table_html.php (added)
-
trunk/assets/css/options-style.css (modified) (1 diff)
-
trunk/assets/js/admin-js.js (modified) (1 diff)
-
trunk/easywebsiteform.php (modified) (1 diff)
-
trunk/includes/ewform_shortcode.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easywebsiteform/trunk/assets/css/options-style.css
r3086455 r3097666 63 63 padding: 2px 10px; 64 64 margin-left: 16px; 65 margin-top: -11px 65 margin-top: -11px; 66 z-index: 9; 66 67 } 67 68 -
easywebsiteform/trunk/assets/js/admin-js.js
r3086455 r3097666 16 16 $("#save_key").text("Saving..."); 17 17 }, 18 success: ({ data, message }) => { 19 console.log(data); 18 success: ({ data, message }) => { 20 19 if (data === null) { 21 20 $(".ewf_alert").html(message); -
easywebsiteform/trunk/easywebsiteform.php
r3095130 r3097666 3 3 * Plugin Name: Easy Website Form 4 4 * Plugin URI: https://www.easywebsiteform.com/ 5 * Description: "Easy Website Form" Forms Builder Companion Plugin6 * Version: 1.1. 15 * Description: Integrate forms created with "Easy Website Form" Builder seamlessly into your WordPress site using the "Easy Website Form" plugin. 6 * Version: 1.1.2 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.2 -
easywebsiteform/trunk/includes/ewform_shortcode.php
r3086455 r3097666 32 32 33 33 if ( empty( $api_key ) ) { 34 return sprintf( "<p style='color:#ff3b58'>%s<b>%s</b></p>", esc_html__( "Please Connect Your Account With Api key of", "easywebsiteform" ), esc_html__( "Easy Website Form", "easywebsiteform" ));34 return sprintf( "<p class='ewform-notice' >%s <a href='%s'><b>%s</b></a>%s</p>", esc_html__( "Please enter your API Key in the Easy Website Form plugin ", "easywebsiteform" ),esc_url(admin_url("admin.php?page=ewfoption")), esc_html__( "API Setup", "easywebsiteform" ), esc_html__(" to use shortcodes")); 35 35 } 36 37 36 38 ob_start(); 37 39 ?> … … 55 57 .ew_form_wrapper { 56 58 position: relative; 59 } 60 .ewform-notice{ 61 color:#ff3b58; 62 } 63 .ewform-notice a{ 64 text-decoration: none; 57 65 } 58 66 .iframe_overlay { -
easywebsiteform/trunk/readme.txt
r3095130 r3097666 5 5 Tested up to: 6.5.3 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 65 65 == Changelog == 66 66 67 = 1.1.2 = 68 * Update notice text. 69 * Update few css. 70 * Update plugin header description text. 71 67 72 = 1.1.1 = 68 73 * Update Readme file.
Note: See TracChangeset
for help on using the changeset viewer.