Version Description
Download this release
Release Info
| Developer | jaredatch |
| Plugin | |
| Version | 1.2.2.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2.2 to 1.2.2.1
- includes/admin/class-editor.php +1 -0
- wpforms.php +2 -2
includes/admin/class-editor.php
CHANGED
|
@@ -208,6 +208,7 @@ class WPForms_Admin_Editor {
|
|
| 208 |
}
|
| 209 |
#wpforms-modal-select-form {
|
| 210 |
margin-bottom: 1em;
|
|
|
|
| 211 |
}
|
| 212 |
#wpforms-modal .submitbox {
|
| 213 |
padding: 8px 16px;
|
| 208 |
}
|
| 209 |
#wpforms-modal-select-form {
|
| 210 |
margin-bottom: 1em;
|
| 211 |
+
max-width: 100%;
|
| 212 |
}
|
| 213 |
#wpforms-modal .submitbox {
|
| 214 |
padding: 8px 16px;
|
wpforms.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* Description: Beginner friendly WordPress contact form plugin. Use our Drag & Drop form builder to create your WordPress forms.
|
| 6 |
* Author: WPForms
|
| 7 |
* Author URI: https://wpforms.com
|
| 8 |
-
* Version: 1.2.2
|
| 9 |
* Text Domain: wpforms
|
| 10 |
* Domain Path: languages
|
| 11 |
*
|
|
@@ -81,7 +81,7 @@ final class WPForms {
|
|
| 81 |
* @since 1.0.0
|
| 82 |
* @var sting
|
| 83 |
*/
|
| 84 |
-
public $version = '1.2.2';
|
| 85 |
|
| 86 |
/**
|
| 87 |
* The form data handler instance.
|
| 5 |
* Description: Beginner friendly WordPress contact form plugin. Use our Drag & Drop form builder to create your WordPress forms.
|
| 6 |
* Author: WPForms
|
| 7 |
* Author URI: https://wpforms.com
|
| 8 |
+
* Version: 1.2.2.1
|
| 9 |
* Text Domain: wpforms
|
| 10 |
* Domain Path: languages
|
| 11 |
*
|
| 81 |
* @since 1.0.0
|
| 82 |
* @var sting
|
| 83 |
*/
|
| 84 |
+
public $version = '1.2.2.1';
|
| 85 |
|
| 86 |
/**
|
| 87 |
* The form data handler instance.
|
