Skip to content

Commit 6bc661b

Browse files
[Pre-Release] v3.1.5
1 parent 0fa0504 commit 6bc661b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changelog
22
=========
33

4+
#### 3.1.5 - March 22, 2016
5+
6+
**Fixes**
7+
8+
- Response message was shown for unsubmitted forms when using `{response}` in the form mark-up with multiple forms on the same page.
9+
10+
**Improvements**
11+
12+
- Scroll to form after form submission now uses native browser method `scrollIntoView()`.
13+
- Various improvements for right-to-left (RTL) sites.
14+
- The MailChimp API key is now obfuscated on the settings page.
15+
- Contact Form 7 integration now uses an early hook priority to ensure we run before any page redirects.
16+
17+
**Additions**
18+
19+
- Add position option for WooCommerce integration.
20+
- Add `{post}` tag whch can be used in form mark-up to fetch properties of the current page or post.
21+
422
#### 3.1.4 - February 29, 2016
523

624
**Fixes**

includes/forms/views/tabs/form-settings.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
</li>
2626
<?php } ?>
2727
</ul>
28-
2928
<p class="help"><?php _e( 'Select the list(s) to which people who submit this form should be subscribed.' ,'mailchimp-for-wp' ); ?></p>
3029
</td>
3130
<?php } ?>

0 commit comments

Comments
 (0)