Changeset 3362004
- Timestamp:
- 09/15/2025 06:58:26 PM (3 months ago)
- Location:
- cubewp-forms/trunk
- Files:
-
- 6 edited
-
cube/classes/class-cubewp-forms-custom.php (modified) (1 diff)
-
cube/classes/class-cubewp-forms-frontend-custom-form.php (modified) (1 diff)
-
cube/classes/elementor-widgets/class-cubewp-forms-widget.php (modified) (12 diffs)
-
cubewp-forms.php (modified) (1 diff)
-
languages/cubewp-forms.pot (modified) (5 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cubewp-forms/trunk/cube/classes/class-cubewp-forms-custom.php
r3339168 r3362004 25 25 * @var string 26 26 */ 27 public static $CubeWp_Forms_version = '1.1. 7';27 public static $CubeWp_Forms_version = '1.1.8'; 28 28 /** 29 29 * The single instance of the class. -
cubewp-forms/trunk/cube/classes/class-cubewp-forms-frontend-custom-form.php
r3146073 r3362004 59 59 public function frontend_form($params = array(), $content = null) 60 60 { 61 if (is_admin()) {62 return '';63 }64 61 // default parameters 65 62 extract( -
cubewp-forms/trunk/cube/classes/elementor-widgets/class-cubewp-forms-widget.php
r3339169 r3362004 229 229 ); 230 230 231 $this->add_ control(231 $this->add_responsive_control( 232 232 'form_container_padding', 233 233 [ … … 241 241 ); 242 242 243 $this->add_ control(243 $this->add_responsive_control( 244 244 'form_container_margin', 245 245 [ … … 313 313 314 314 // **New Control: Form Section Content Padding** 315 $this->add_ control(315 $this->add_responsive_control( 316 316 'form_section_content_padding', 317 317 [ … … 326 326 327 327 // **New Control: Form Section Content Margin** 328 $this->add_ control(328 $this->add_responsive_control( 329 329 'form_section_content_margin', 330 330 [ … … 373 373 ] 374 374 ); 375 $this->add_ control(375 $this->add_responsive_control( 376 376 'form_fields_margin_content', 377 377 [ … … 439 439 ); 440 440 441 $this->add_ control(441 $this->add_responsive_control( 442 442 'field_container_padding', 443 443 [ … … 451 451 ); 452 452 453 $this->add_ control(453 $this->add_responsive_control( 454 454 'field_container_margin', 455 455 [ … … 517 517 ); 518 518 519 $this->add_ control(519 $this->add_responsive_control( 520 520 'form_label_margin', 521 521 [ … … 685 685 ); 686 686 687 $this->add_ control(687 $this->add_responsive_control( 688 688 'form_fields_padding', 689 689 [ … … 705 705 ); 706 706 707 $this->add_ control(707 $this->add_responsive_control( 708 708 'form_fields_margin', 709 709 [ … … 1056 1056 1057 1057 // Controls outside of tabs (apply to both normal and hover if not overridden) 1058 $this->add_ control(1058 $this->add_responsive_control( 1059 1059 'submit_button_padding', 1060 1060 [ … … 1069 1069 ); 1070 1070 1071 $this->add_ control(1071 $this->add_responsive_control( 1072 1072 'submit_button_margin', 1073 1073 [ -
cubewp-forms/trunk/cubewp-forms.php
r3339168 r3362004 4 4 * Plugin URI: https://cubewp.com/ 5 5 * Description: LeadGen & Contact Form by CubeWP – Drag & Drop Form Builder for WordPress 6 * Version: 1.1. 76 * Version: 1.1.8 7 7 * Author: CubeWP 8 8 * Author URI: https://CubeWp.com -
cubewp-forms/trunk/languages/cubewp-forms.pot
r3339168 r3362004 5 5 "Project-Id-Version: cubewp-framework\n" 6 6 "Report-Msgid-Bugs-To: \n" 7 "POT-Creation-Date: 2025-0 8-04 17:58+0500\n"7 "POT-Creation-Date: 2025-09-15 22:28+0500\n" 8 8 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 9 9 "Last-Translator: cland <[email protected]>\n" … … 15 15 "POT-Revision-Date: Tue Mar 08 2016 16:05:54 GMT+0500 (Pakistan Standard Time)\n" 16 16 "X-Poedit-SourceCharset: UTF-8\n" 17 "X-Generator: Poedit 3.5\n" 18 "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;" 19 "_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;" 20 "_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;" 21 "esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;" 22 "comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n" 17 "X-Generator: Poedit 3.7\n" 18 "X-Poedit-KeywordsList: " 19 "_:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n" 23 20 "X-Poedit-Basepath: ..\n" 24 21 "X-Textdomain-Support: yes\n" … … 68 65 69 66 #: cube/classes/class-cubewp-forms-dashboard.php:253 70 #: cube/classes/class-cubewp-forms-frontend-custom-form.php:23 567 #: cube/classes/class-cubewp-forms-frontend-custom-form.php:232 71 68 msgid "Sorry! Security Verification Failed." 72 69 msgstr "" … … 212 209 msgstr "" 213 210 214 #: cube/classes/class-cubewp-forms-frontend-custom-form.php:10 6211 #: cube/classes/class-cubewp-forms-frontend-custom-form.php:103 215 212 #: cube/classes/elementor-widgets/class-cubewp-forms-widget.php:791 216 213 msgid "Submit" 217 214 msgstr "" 218 215 219 #: cube/classes/class-cubewp-forms-frontend-custom-form.php:28 4216 #: cube/classes/class-cubewp-forms-frontend-custom-form.php:281 220 217 msgid "Form Entry Details" 221 218 msgstr "" 222 219 223 #: cube/classes/class-cubewp-forms-frontend-custom-form.php:37 5220 #: cube/classes/class-cubewp-forms-frontend-custom-form.php:372 224 221 msgid "Success! The submission was successful." 225 222 msgstr "" 226 223 227 #: cube/classes/class-cubewp-forms-frontend-custom-form.php:42 6224 #: cube/classes/class-cubewp-forms-frontend-custom-form.php:423 228 225 #, php-format 229 226 msgid "You have received a new entry from %s" … … 423 420 424 421 #: cube/classes/class-cubewp-forms-ui.php:308 425 #, no-php-format426 422 msgid "" 427 423 "This option will add width for submit button on form submission. Give width in " -
cubewp-forms/trunk/readme.txt
r3339168 r3362004 6 6 Requires PHP: 7.0 7 7 Tested up to: 6.8 8 Stable tag: 1.1. 78 Stable tag: 1.1.8 9 9 License: GPLv2 or later 10 10 … … 253 253 == Changelog == 254 254 255 = 1.1.8 2025-09-15 256 257 * ADDED: Responsive controls in CubeWP Forms Widget. 258 * FIXED: CubeWP Forms now visible in Elementor editor by removing unnecessary is_admin check. 259 255 260 = 1.1.7 2025-08-04 256 261
Note: See TracChangeset
for help on using the changeset viewer.