File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
includes/forms/views/tabs Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
22
#### 3.1.4 - February 29, 2016
5
23
6
24
** Fixes**
Original file line number Diff line number Diff line change 25
25
</li>
26
26
<?php } ?>
27
27
</ul>
28
-
29
28
<p class="help"><?php _e ( 'Select the list(s) to which people who submit this form should be subscribed. ' ,'mailchimp-for-wp ' ); ?> </p>
30
29
</td>
31
30
<?php } ?>
You can’t perform that action at this time.
0 commit comments