Skip to content

Commit

Permalink
Merge branch 'release/1.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hemberger committed Oct 31, 2017
2 parents e937d1a + 5f9e933 commit 74af93a
Show file tree
Hide file tree
Showing 5 changed files with 626 additions and 606 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 1.2.4 (10/31/17)
* Fixed: Allow #hash in form redirect.

#### 1.2.3 (10/12/17)
* Fixed: Align labels to the left, so Mai Pro sections with centered content won't center labels.

Expand Down
2 changes: 1 addition & 1 deletion includes/class-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function enqueue_scripts() {
wp_enqueue_script( 'wampum-zxcvbn', WAMPUM_FORMS_PLUGIN_URL . 'js/zxcvbn.js', array('jquery'), '4.4.2', true );
}
// All Forms
wp_enqueue_script( 'wampum-forms', WAMPUM_FORMS_PLUGIN_URL . 'js/wampum-forms.min.js', array('jquery'), WAMPUM_FORMS_VERSION, true );
wp_enqueue_script( 'wampum-forms', WAMPUM_FORMS_PLUGIN_URL . 'js/wampum-forms.js', array('jquery'), WAMPUM_FORMS_VERSION, true );
wp_localize_script( 'wampum-forms', 'wampumFormVars', array(
'root' => esc_url_raw( rest_url() ),
'nonce' => wp_create_nonce( 'wp_rest' ),
Expand Down
Loading

0 comments on commit 74af93a

Please sign in to comment.