Skip to content

Commit

Permalink
Readme update #310
Browse files Browse the repository at this point in the history
  • Loading branch information
devin committed Oct 8, 2015
1 parent cc051de commit d1405eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/gateways/offline-donations.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function give_offline_billing_fields($form_id){
$post_offline_cc_fields = get_post_meta( $form_id, '_give_offline_donation_enable_billing_fields_single', true );
$global_offline_cc_fields = give_get_option( 'give_offline_donation_enable_billing_fields' );


if ( $global_offline_cc_fields == 'on' || $post_offline_cc_fields == 'on' ) {
give_default_cc_address_fields( $form_id );
}
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ We also really like WooCommerce. It's hands-down the most robust eCommerce platf
= 1.3.1 =
* New: `give_form_classes` filter added for give form classes - https://github.com/WordImpress/Give/issues/306
* New: `give_form_level_text` filter added for altering multilevel donation form level text - https://github.com/WordImpress/Give/issues/307
* Fix: Multiple billing fields being output when multiple forms on a single page - https://github.com/WordImpress/Give/issues/310

= 1.3.0.4 =
* New: Added new filter for default form amount - https://github.com/WordImpress/Give/issues/301
Expand Down

0 comments on commit d1405eb

Please sign in to comment.