Version Description
- Improvement: HappyForms form builder styles update.
Download this release
Release Info
Developer | thethemefoundry |
Plugin | Form builder to get in touch with visitors, grow your email list and collect payments — Happyforms |
Version | 1.8.16 |
Comparing to | |
See all releases |
Code changes from version 1.8.15 to 1.8.16
- happyforms.php +2 -2
- inc/core/assets/css/customize.css +8 -2
- languages/happyforms.pot +2 -2
- readme.txt +7 -1
happyforms.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin URI: https://happyforms.me
|
6 |
* Description: Your friendly drag and drop contact form builder for creating contact forms, lead generation forms, feedback forms, quote forms, survey forms and more!
|
7 |
* Author: The Theme Foundry
|
8 |
-
* Version: 1.8.
|
9 |
* Author URI: https://thethemefoundry.com
|
10 |
* Upgrade URI: https://thethemefoundry.com
|
11 |
*/
|
@@ -13,7 +13,7 @@
|
|
13 |
/**
|
14 |
* The current version of the plugin.
|
15 |
*/
|
16 |
-
define( 'HAPPYFORMS_VERSION', '1.8.
|
17 |
|
18 |
if ( ! function_exists( 'happyforms_plugin_file' ) ):
|
19 |
/**
|
5 |
* Plugin URI: https://happyforms.me
|
6 |
* Description: Your friendly drag and drop contact form builder for creating contact forms, lead generation forms, feedback forms, quote forms, survey forms and more!
|
7 |
* Author: The Theme Foundry
|
8 |
+
* Version: 1.8.16
|
9 |
* Author URI: https://thethemefoundry.com
|
10 |
* Upgrade URI: https://thethemefoundry.com
|
11 |
*/
|
13 |
/**
|
14 |
* The current version of the plugin.
|
15 |
*/
|
16 |
+
define( 'HAPPYFORMS_VERSION', '1.8.16' );
|
17 |
|
18 |
if ( ! function_exists( 'happyforms_plugin_file' ) ):
|
19 |
/**
|
inc/core/assets/css/customize.css
CHANGED
@@ -236,6 +236,12 @@ p.happyforms-step-progress-counter {
|
|
236 |
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
|
237 |
}
|
238 |
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
.happyforms-widget-top {
|
240 |
position: relative;
|
241 |
background: #fff;
|
@@ -855,7 +861,7 @@ ul.happyforms-parts-list {
|
|
855 |
ul.happyforms-parts-list li.happyforms-parts-list-item {
|
856 |
position: relative;
|
857 |
margin-bottom: 0;
|
858 |
-
padding:
|
859 |
background: #fff;
|
860 |
border-bottom: 1px solid #ddd;
|
861 |
border-left: 4px solid #fff;
|
@@ -1045,7 +1051,7 @@ ul.happyforms-parts-list .happyforms-parts-list-item-title {
|
|
1045 |
ul.happyforms-parts-list .happyforms-parts-list-item-title h3 {
|
1046 |
margin: 0;
|
1047 |
font-size: 14px;
|
1048 |
-
line-height: 1
|
1049 |
overflow: hidden;
|
1050 |
white-space: nowrap;
|
1051 |
text-overflow: ellipsis;
|
236 |
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
|
237 |
}
|
238 |
|
239 |
+
.happyforms-widget-form label[for]:after {
|
240 |
+
content: ':';
|
241 |
+
position: relative;
|
242 |
+
top: 0;
|
243 |
+
}
|
244 |
+
|
245 |
.happyforms-widget-top {
|
246 |
position: relative;
|
247 |
background: #fff;
|
861 |
ul.happyforms-parts-list li.happyforms-parts-list-item {
|
862 |
position: relative;
|
863 |
margin-bottom: 0;
|
864 |
+
padding: 15px 15px 15px 60px;
|
865 |
background: #fff;
|
866 |
border-bottom: 1px solid #ddd;
|
867 |
border-left: 4px solid #fff;
|
1051 |
ul.happyforms-parts-list .happyforms-parts-list-item-title h3 {
|
1052 |
margin: 0;
|
1053 |
font-size: 14px;
|
1054 |
+
line-height: 1;
|
1055 |
overflow: hidden;
|
1056 |
white-space: nowrap;
|
1057 |
text-overflow: ellipsis;
|
languages/happyforms.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the HappyForms package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: HappyForms 1.8.
|
6 |
"Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
|
7 |
-
"POT-Creation-Date: 2019-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
2 |
# This file is distributed under the same license as the HappyForms package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: HappyForms 1.8.16\n"
|
6 |
"Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
|
7 |
+
"POT-Creation-Date: 2019-09-25 07:42:06+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: contact, contact form, email, feedback form, form, form builder, custom fo
|
|
5 |
Requires at least: 4.8
|
6 |
Tested up to: 5.2
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 1.8.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -97,6 +97,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
|
|
97 |
|
98 |
== Changelog ==
|
99 |
|
|
|
|
|
|
|
100 |
= 1.8.15 =
|
101 |
* Bugfix: Fix admin notices.
|
102 |
|
@@ -528,6 +531,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
|
|
528 |
|
529 |
== Upgrade Notice ==
|
530 |
|
|
|
|
|
|
|
531 |
= 1.8.15 =
|
532 |
* Fix admin notices.
|
533 |
|
5 |
Requires at least: 4.8
|
6 |
Tested up to: 5.2
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 1.8.16
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
97 |
|
98 |
== Changelog ==
|
99 |
|
100 |
+
= 1.8.16 =
|
101 |
+
* Improvement: HappyForms form builder styles update.
|
102 |
+
|
103 |
= 1.8.15 =
|
104 |
* Bugfix: Fix admin notices.
|
105 |
|
531 |
|
532 |
== Upgrade Notice ==
|
533 |
|
534 |
+
= 1.8.16 =
|
535 |
+
* Improved and fixed styles in form builder.
|
536 |
+
|
537 |
= 1.8.15 =
|
538 |
* Fix admin notices.
|
539 |
|