Metform Elementor Contact Form Builder – Flexible and Design-Friendly Contact Form builder plugin for WordPress - Version 1.5.6

Version Description

Metform 1.3.0-beta1 is a major update. We have reconstructed the widgets with react and huge optimization for future proof. If you faced any issue please contact our support team from here https://wpmet.com/support-ticket

Download this release

Release Info

Developer ataurr
Plugin Icon 128x128 Metform Elementor Contact Form Builder – Flexible and Design-Friendly Contact Form builder plugin for WordPress
Version 1.5.6
Comparing to
See all releases

Code changes from version 1.5.5 to 1.5.6

core/entries/action.php CHANGED
@@ -316,6 +316,12 @@ class Action
316
  }
317
  }
318
 
 
 
 
 
 
 
319
  // mailchimp email store action
320
  if (class_exists('\MetForm\Core\Integrations\Mail_Chimp')) {
321
  if (isset($this->form_settings['mf_mail_chimp']) && $this->form_settings['mf_mail_chimp'] == '1' && $this->email_name != null && $form_data[$this->email_name] != '') {
316
  }
317
  }
318
 
319
+
320
+ // do action for pro integration
321
+
322
+ do_action("metform_pro_form_data_for_pro_integrations", $this->form_settings, $form_data, $this->email_name);
323
+
324
+
325
  // mailchimp email store action
326
  if (class_exists('\MetForm\Core\Integrations\Mail_Chimp')) {
327
  if (isset($this->form_settings['mf_mail_chimp']) && $this->form_settings['mf_mail_chimp'] == '1' && $this->email_name != null && $form_data[$this->email_name] != '') {
core/forms/cpt.php CHANGED
@@ -389,10 +389,6 @@ class Cpt extends \MetForm\Base\Cpt
389
  'mf_google_sheet_client_secret' => [
390
  'name' => 'mf_google_sheet_client_secret'
391
  ],
392
- //automizy
393
- 'mf_automizy_list_id' => [
394
- 'name' => 'mf_automizy_list_id'
395
- ]
396
  ];
397
 
398
 
389
  'mf_google_sheet_client_secret' => [
390
  'name' => 'mf_google_sheet_client_secret'
391
  ],
 
 
 
 
392
  ];
393
 
394
 
languages/metform.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GPL-2.0+.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: MetForm 1.5.5\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/metform\n"
7
- "POT-Creation-Date: 2021-09-30 05:34:10+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -725,27 +725,27 @@ msgstr ""
725
  msgid "Form submission limit execed."
726
  msgstr ""
727
 
728
- #: core/entries/action.php:518
729
  msgid " Please wait... Redirecting to paypal."
730
  msgstr ""
731
 
732
- #: core/entries/action.php:560
733
  msgid " Please wait... Open a Stripe Popup Box."
734
  msgstr ""
735
 
736
- #: core/entries/action.php:657
737
  msgid "ssl certificate or google oauth credentials problem"
738
  msgstr ""
739
 
740
- #: core/entries/action.php:737
741
  msgid "Mail not found."
742
  msgstr ""
743
 
744
- #: core/entries/action.php:779
745
  msgid "Admin mail not found to send email."
746
  msgstr ""
747
 
748
- #: core/entries/action.php:868
749
  msgid "There was an error uploading your file. The error is: "
750
  msgstr ""
751
 
@@ -761,7 +761,7 @@ msgstr ""
761
  msgid "Entry Attributes"
762
  msgstr ""
763
 
764
- #: core/entries/cpt.php:20 core/forms/cpt.php:411
765
  msgid "Parent Item:"
766
  msgstr ""
767
 
@@ -773,7 +773,7 @@ msgstr ""
773
  msgid "Add New Item"
774
  msgstr ""
775
 
776
- #: core/entries/cpt.php:23 core/forms/cpt.php:414
777
  msgid "Add New"
778
  msgstr ""
779
 
@@ -801,27 +801,27 @@ msgstr ""
801
  msgid "Search Item"
802
  msgstr ""
803
 
804
- #: core/entries/cpt.php:30 core/forms/cpt.php:421
805
  msgid "Not found"
806
  msgstr ""
807
 
808
- #: core/entries/cpt.php:31 core/forms/cpt.php:422
809
  msgid "Not found in Trash"
810
  msgstr ""
811
 
812
- #: core/entries/cpt.php:32 core/forms/cpt.php:423
813
  msgid "Featured Image"
814
  msgstr ""
815
 
816
- #: core/entries/cpt.php:33 core/forms/cpt.php:424
817
  msgid "Set featured image"
818
  msgstr ""
819
 
820
- #: core/entries/cpt.php:34 core/forms/cpt.php:425
821
  msgid "Remove featured image"
822
  msgstr ""
823
 
824
- #: core/entries/cpt.php:35 core/forms/cpt.php:426
825
  msgid "Use as featured image"
826
  msgstr ""
827
 
@@ -931,71 +931,71 @@ msgstr ""
931
  msgid "You must enable \"store entries\" for integrating payment method."
932
  msgstr ""
933
 
934
- #: core/forms/cpt.php:407 core/forms/cpt.php:408 widgets/form.php:47
935
  msgid "Form"
936
  msgstr ""
937
 
938
- #: core/forms/cpt.php:409
939
  msgid "Form Archives"
940
  msgstr ""
941
 
942
- #: core/forms/cpt.php:410
943
  msgid "Form Attributes"
944
  msgstr ""
945
 
946
- #: core/forms/cpt.php:412 core/forms/cpt.php:440
947
  msgid "Forms"
948
  msgstr ""
949
 
950
- #: core/forms/cpt.php:413
951
  msgid "Add New Form"
952
  msgstr ""
953
 
954
- #: core/forms/cpt.php:415
955
  msgid "New Form"
956
  msgstr ""
957
 
958
- #: core/forms/cpt.php:416
959
  msgid "Edit Form"
960
  msgstr ""
961
 
962
- #: core/forms/cpt.php:417
963
  msgid "Update Form"
964
  msgstr ""
965
 
966
- #: core/forms/cpt.php:418
967
  msgid "View Form"
968
  msgstr ""
969
 
970
- #: core/forms/cpt.php:419
971
  msgid "View Forms"
972
  msgstr ""
973
 
974
- #: core/forms/cpt.php:420
975
  msgid "Search Forms"
976
  msgstr ""
977
 
978
- #: core/forms/cpt.php:427
979
  msgid "Insert into form"
980
  msgstr ""
981
 
982
- #: core/forms/cpt.php:428
983
  msgid "Uploaded to this form"
984
  msgstr ""
985
 
986
- #: core/forms/cpt.php:429
987
  msgid "Forms list"
988
  msgstr ""
989
 
990
- #: core/forms/cpt.php:430
991
  msgid "Forms list navigation"
992
  msgstr ""
993
 
994
- #: core/forms/cpt.php:431
995
  msgid "Filter froms list"
996
  msgstr ""
997
 
998
- #: core/forms/cpt.php:441
999
  msgid "metform form"
1000
  msgstr ""
1001
 
@@ -3245,7 +3245,7 @@ msgctxt "Post Type General Name"
3245
  msgid "Entries"
3246
  msgstr ""
3247
 
3248
- #: core/forms/cpt.php:405
3249
  msgctxt "Post Type General Name"
3250
  msgid "Forms"
3251
  msgstr ""
@@ -3255,7 +3255,7 @@ msgctxt "Post Type Singular Name"
3255
  msgid "Entry"
3256
  msgstr ""
3257
 
3258
- #: core/forms/cpt.php:406
3259
  msgctxt "Post Type Singular Name"
3260
  msgid "Form"
3261
  msgstr ""
2
  # This file is distributed under the GPL-2.0+.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: MetForm 1.5.6\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/metform\n"
7
+ "POT-Creation-Date: 2021-11-07 12:34:04+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
725
  msgid "Form submission limit execed."
726
  msgstr ""
727
 
728
+ #: core/entries/action.php:524
729
  msgid " Please wait... Redirecting to paypal."
730
  msgstr ""
731
 
732
+ #: core/entries/action.php:566
733
  msgid " Please wait... Open a Stripe Popup Box."
734
  msgstr ""
735
 
736
+ #: core/entries/action.php:663
737
  msgid "ssl certificate or google oauth credentials problem"
738
  msgstr ""
739
 
740
+ #: core/entries/action.php:743
741
  msgid "Mail not found."
742
  msgstr ""
743
 
744
+ #: core/entries/action.php:785
745
  msgid "Admin mail not found to send email."
746
  msgstr ""
747
 
748
+ #: core/entries/action.php:874
749
  msgid "There was an error uploading your file. The error is: "
750
  msgstr ""
751
 
761
  msgid "Entry Attributes"
762
  msgstr ""
763
 
764
+ #: core/entries/cpt.php:20 core/forms/cpt.php:407
765
  msgid "Parent Item:"
766
  msgstr ""
767
 
773
  msgid "Add New Item"
774
  msgstr ""
775
 
776
+ #: core/entries/cpt.php:23 core/forms/cpt.php:410
777
  msgid "Add New"
778
  msgstr ""
779
 
801
  msgid "Search Item"
802
  msgstr ""
803
 
804
+ #: core/entries/cpt.php:30 core/forms/cpt.php:417
805
  msgid "Not found"
806
  msgstr ""
807
 
808
+ #: core/entries/cpt.php:31 core/forms/cpt.php:418
809
  msgid "Not found in Trash"
810
  msgstr ""
811
 
812
+ #: core/entries/cpt.php:32 core/forms/cpt.php:419
813
  msgid "Featured Image"
814
  msgstr ""
815
 
816
+ #: core/entries/cpt.php:33 core/forms/cpt.php:420
817
  msgid "Set featured image"
818
  msgstr ""
819
 
820
+ #: core/entries/cpt.php:34 core/forms/cpt.php:421
821
  msgid "Remove featured image"
822
  msgstr ""
823
 
824
+ #: core/entries/cpt.php:35 core/forms/cpt.php:422
825
  msgid "Use as featured image"
826
  msgstr ""
827
 
931
  msgid "You must enable \"store entries\" for integrating payment method."
932
  msgstr ""
933
 
934
+ #: core/forms/cpt.php:403 core/forms/cpt.php:404 widgets/form.php:47
935
  msgid "Form"
936
  msgstr ""
937
 
938
+ #: core/forms/cpt.php:405
939
  msgid "Form Archives"
940
  msgstr ""
941
 
942
+ #: core/forms/cpt.php:406
943
  msgid "Form Attributes"
944
  msgstr ""
945
 
946
+ #: core/forms/cpt.php:408 core/forms/cpt.php:436
947
  msgid "Forms"
948
  msgstr ""
949
 
950
+ #: core/forms/cpt.php:409
951
  msgid "Add New Form"
952
  msgstr ""
953
 
954
+ #: core/forms/cpt.php:411
955
  msgid "New Form"
956
  msgstr ""
957
 
958
+ #: core/forms/cpt.php:412
959
  msgid "Edit Form"
960
  msgstr ""
961
 
962
+ #: core/forms/cpt.php:413
963
  msgid "Update Form"
964
  msgstr ""
965
 
966
+ #: core/forms/cpt.php:414
967
  msgid "View Form"
968
  msgstr ""
969
 
970
+ #: core/forms/cpt.php:415
971
  msgid "View Forms"
972
  msgstr ""
973
 
974
+ #: core/forms/cpt.php:416
975
  msgid "Search Forms"
976
  msgstr ""
977
 
978
+ #: core/forms/cpt.php:423
979
  msgid "Insert into form"
980
  msgstr ""
981
 
982
+ #: core/forms/cpt.php:424
983
  msgid "Uploaded to this form"
984
  msgstr ""
985
 
986
+ #: core/forms/cpt.php:425
987
  msgid "Forms list"
988
  msgstr ""
989
 
990
+ #: core/forms/cpt.php:426
991
  msgid "Forms list navigation"
992
  msgstr ""
993
 
994
+ #: core/forms/cpt.php:427
995
  msgid "Filter froms list"
996
  msgstr ""
997
 
998
+ #: core/forms/cpt.php:437
999
  msgid "metform form"
1000
  msgstr ""
1001
 
3245
  msgid "Entries"
3246
  msgstr ""
3247
 
3248
+ #: core/forms/cpt.php:401
3249
  msgctxt "Post Type General Name"
3250
  msgid "Forms"
3251
  msgstr ""
3255
  msgid "Entry"
3256
  msgstr ""
3257
 
3258
+ #: core/forms/cpt.php:402
3259
  msgctxt "Post Type Singular Name"
3260
  msgid "Form"
3261
  msgstr ""
metform.php CHANGED
@@ -5,7 +5,7 @@ defined( 'ABSPATH' ) || exit;
5
  * Plugin Name: MetForm
6
  * Plugin URI: http://products.wpmet.com/metform/
7
  * Description: Most flexible and design friendly form builder for Elementor
8
- * Version: 1.5.5
9
  * Author: Wpmet
10
  * Author URI: https://wpmet.com
11
  * Text Domain: metform
5
  * Plugin Name: MetForm
6
  * Plugin URI: http://products.wpmet.com/metform/
7
  * Description: Most flexible and design friendly form builder for Elementor
8
+ * Version: 1.5.6
9
  * Author: Wpmet
10
  * Author URI: https://wpmet.com
11
  * Text Domain: metform
plugin.php CHANGED
@@ -20,7 +20,7 @@ final class Plugin
20
 
21
  public function version()
22
  {
23
- return '1.5.5';
24
  }
25
 
26
  public function package_type()
@@ -98,8 +98,8 @@ final class Plugin
98
  /**
99
  * ----------------------------------------
100
  * Ask for rating ⭐⭐⭐⭐⭐
101
- * A rating notice will appear depends on
102
- * @set_first_appear_day methods
103
  * ----------------------------------------
104
  */
105
  \Wpmet\Libs\Rating::instance('metform')
@@ -232,13 +232,13 @@ final class Plugin
232
  $is_form_cpt = ('metform-form' === get_post_type());
233
 
234
  wp_register_style('metform-ui', $this->public_url() . 'assets/css/metform-ui.css', false, $this->version());
235
-
236
  wp_register_style('metform-style', $this->public_url() . 'assets/css/style.css', false, $this->version());
237
 
238
  wp_register_script('htm', $this->public_url() . 'assets/js/htm.js', null, $this->version(), true);
239
 
240
  wp_register_script('metform-app', $this->public_url() . 'assets/js/app.js', array('htm', 'jquery', 'wp-element'), $this->version(), true);
241
-
242
  wp_localize_script('metform-app', 'mf', array(
243
  'postType' => get_post_type(),
244
  'restURI' => get_rest_url(null, 'metform/v1/forms/views/')
@@ -246,8 +246,8 @@ final class Plugin
246
 
247
  // Recaptcha Support Script.
248
  wp_register_script( 'recaptcha-support', $this->public_url() . 'assets/js/recaptcha-support.js', ['jquery'], $this->version(), true );
249
-
250
-
251
  // begins pro feature
252
  // begins for mf-simple-repeater
253
  wp_register_style('asRange', $this->public_url() . 'assets/css/asRange.min.css', false, $this->version());
20
 
21
  public function version()
22
  {
23
+ return '1.5.6';
24
  }
25
 
26
  public function package_type()
98
  /**
99
  * ----------------------------------------
100
  * Ask for rating ⭐⭐⭐⭐⭐
101
+ * A rating notice will appear depends on
102
+ * @set_first_appear_day methods
103
  * ----------------------------------------
104
  */
105
  \Wpmet\Libs\Rating::instance('metform')
232
  $is_form_cpt = ('metform-form' === get_post_type());
233
 
234
  wp_register_style('metform-ui', $this->public_url() . 'assets/css/metform-ui.css', false, $this->version());
235
+
236
  wp_register_style('metform-style', $this->public_url() . 'assets/css/style.css', false, $this->version());
237
 
238
  wp_register_script('htm', $this->public_url() . 'assets/js/htm.js', null, $this->version(), true);
239
 
240
  wp_register_script('metform-app', $this->public_url() . 'assets/js/app.js', array('htm', 'jquery', 'wp-element'), $this->version(), true);
241
+
242
  wp_localize_script('metform-app', 'mf', array(
243
  'postType' => get_post_type(),
244
  'restURI' => get_rest_url(null, 'metform/v1/forms/views/')
246
 
247
  // Recaptcha Support Script.
248
  wp_register_script( 'recaptcha-support', $this->public_url() . 'assets/js/recaptcha-support.js', ['jquery'], $this->version(), true );
249
+
250
+
251
  // begins pro feature
252
  // begins for mf-simple-repeater
253
  wp_register_style('asRange', $this->public_url() . 'assets/css/asRange.min.css', false, $this->version());
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: ataurr, wpmet, emranio, atiqsu, easin55474, enamulhoquemohon, ashr
3
  Tags: Form builder, Elementor form builder, contact form, custom form, forms, drag & drop form builder
4
  Requires at least: 4.8
5
  Tested up to: 5.8
6
- Stable tag: 1.5.5
7
  Requires PHP: 7.0
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -227,7 +227,12 @@ Connect with Gmail, Slack, Mailchimp, and many more.
227
 
228
 
229
  == Changelog ==
230
- Version 1.5.5 // 29-09-2021
 
 
 
 
 
231
  Added: Multi Select input placeholder control
232
  Added: New control to set current date as minimum date for date widget
233
  Fixed: Time widget placeholder does not work in mobile browsers
3
  Tags: Form builder, Elementor form builder, contact form, custom form, forms, drag & drop form builder
4
  Requires at least: 4.8
5
  Tested up to: 5.8
6
+ Stable tag: 1.5.6
7
  Requires PHP: 7.0
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
227
 
228
 
229
  == Changelog ==
230
+ Version 1.5.6 // 2021-11-07
231
+ Fixed: Elementor Default Text Editor Preview and Frontend Encoding Problem.
232
+ Tweaked: CSS and JS improved
233
+ Compatibility: checked/fixed some compatibility issues
234
+
235
+ Version 1.5.5 // 2021-09-29
236
  Added: Multi Select input placeholder control
237
  Added: New control to set current date as minimum date for date widget
238
  Fixed: Time widget placeholder does not work in mobile browsers