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://help.wpmet.com/
Download this release
Release Info
Developer | ataurr |
Plugin | Metform Elementor Contact Form Builder – Flexible and Design-Friendly Contact Form builder plugin for WordPress |
Version | 1.3.7 |
Comparing to | |
See all releases |
Code changes from version 1.3.6 to 1.3.7
- metform.php +1 -1
- plugin.php +1 -1
- readme.txt +4 -1
- widgets/gdpr-consent/gdpr-consent.php +1 -1
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.3.
|
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.3.7
|
9 |
* Author: Wpmet
|
10 |
* Author URI: https://wpmet.com
|
11 |
* Text Domain: metform
|
plugin.php
CHANGED
@@ -16,7 +16,7 @@ final class Plugin{
|
|
16 |
}
|
17 |
|
18 |
public function version(){
|
19 |
-
return '1.3.
|
20 |
}
|
21 |
|
22 |
public function package_type(){
|
16 |
}
|
17 |
|
18 |
public function version(){
|
19 |
+
return '1.3.7';
|
20 |
}
|
21 |
|
22 |
public function package_type(){
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: ataurr, wpmet, emrnco, prappo_p, atiqsu, easin55474
|
|
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.5.1
|
6 |
-
Stable tag: 1.3.
|
7 |
Requires PHP: 7.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -221,6 +221,9 @@ Connect with Gmail, Slack, Mailchimp, and many more.
|
|
221 |
|
222 |
|
223 |
== Changelog ==
|
|
|
|
|
|
|
224 |
Version 1.3.6
|
225 |
Fix: Banner issues
|
226 |
|
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.5.1
|
6 |
+
Stable tag: 1.3.7
|
7 |
Requires PHP: 7.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
221 |
|
222 |
|
223 |
== Changelog ==
|
224 |
+
Version 1.3.7
|
225 |
+
Fix : Typography issue of input label of the gdpr consent field
|
226 |
+
|
227 |
Version 1.3.6
|
228 |
Fix: Banner issues
|
229 |
|
widgets/gdpr-consent/gdpr-consent.php
CHANGED
@@ -190,7 +190,7 @@ Class MetForm_Input_Gdpr_Consent extends Widget_Base{
|
|
190 |
'name' => 'mf_gdpr_consent__label_typography',
|
191 |
'label' => esc_html__( 'Typography', 'metform' ),
|
192 |
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
193 |
-
'selector' => '{{WRAPPER}} .mf-checkbox-label',
|
194 |
'condition' => [
|
195 |
'mf_input_label_status' => 'yes',
|
196 |
],
|
190 |
'name' => 'mf_gdpr_consent__label_typography',
|
191 |
'label' => esc_html__( 'Typography', 'metform' ),
|
192 |
'scheme' => Scheme_Typography::TYPOGRAPHY_1,
|
193 |
+
'selector' => '{{WRAPPER}} .mf-checkbox-label, {{WRAPPER}} .mf-input-wrapper .mf-input-label',
|
194 |
'condition' => [
|
195 |
'mf_input_label_status' => 'yes',
|
196 |
],
|