Version Description
- Bugfix: Form was scrolling to the top of the page after a submission.
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.7.7 |
Comparing to | |
See all releases |
Code changes from version 1.7.6 to 1.7.7
- happyforms.php +2 -2
- inc/core/assets/js/frontend.js +2 -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.7.
|
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.7.
|
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.7.7
|
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.7.7' );
|
17 |
|
18 |
if ( ! function_exists( 'happyforms_plugin_file' ) ):
|
19 |
/**
|
inc/core/assets/js/frontend.js
CHANGED
@@ -283,8 +283,8 @@
|
|
283 |
|
284 |
this.$el.happyForm();
|
285 |
|
286 |
-
var elTopOffset =
|
287 |
-
var $notices = $( '.happyforms-message-notices',
|
288 |
|
289 |
if ( $form.is( '.happyforms-form--notices-below' ) && $notices.length ) {
|
290 |
elTopOffset = $notices.offset().top;
|
283 |
|
284 |
this.$el.happyForm();
|
285 |
|
286 |
+
var elTopOffset = this.$el.offset().top;
|
287 |
+
var $notices = $( '.happyforms-message-notices', this.$el );
|
288 |
|
289 |
if ( $form.is( '.happyforms-form--notices-below' ) && $notices.length ) {
|
290 |
elTopOffset = $notices.offset().top;
|
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.7.
|
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.7.7\n"
|
6 |
"Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
|
7 |
+
"POT-Creation-Date: 2019-04-02 14:06:29+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.1
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 1.7.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -99,6 +99,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more po
|
|
99 |
|
100 |
== Changelog ==
|
101 |
|
|
|
|
|
|
|
102 |
= 1.7.6 =
|
103 |
* Bugfix: Legal part was throwing a notice when there was a part before and after it.
|
104 |
* Bugfix: Part padding set to Narrow caused no gutter between parts.
|
@@ -452,6 +455,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more po
|
|
452 |
|
453 |
== Upgrade Notice ==
|
454 |
|
|
|
|
|
|
|
455 |
= 1.7.6 =
|
456 |
* Bug fixes.
|
457 |
|
5 |
Requires at least: 4.8
|
6 |
Tested up to: 5.1
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 1.7.7
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
99 |
|
100 |
== Changelog ==
|
101 |
|
102 |
+
= 1.7.7 =
|
103 |
+
* Bugfix: Form was scrolling to the top of the page after a submission.
|
104 |
+
|
105 |
= 1.7.6 =
|
106 |
* Bugfix: Legal part was throwing a notice when there was a part before and after it.
|
107 |
* Bugfix: Part padding set to Narrow caused no gutter between parts.
|
455 |
|
456 |
== Upgrade Notice ==
|
457 |
|
458 |
+
= 1.7.7 =
|
459 |
+
* Bug fixes.
|
460 |
+
|
461 |
= 1.7.6 =
|
462 |
* Bug fixes.
|
463 |
|