Skip to content

Commit

Permalink
1.3.9 release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mutendebrian committed Dec 7, 2020
1 parent aa344e9 commit d1dd075
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion includes/integrations/class-noptin-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function checkbox_positions() {
*
* @param WC_Order $order
*/
public function save_woocommerce_checkout_checkbox_value( &$order ) {
public function save_woocommerce_checkout_checkbox_value( $order ) {
if ( $this->checkbox_was_checked() ) {
$order->update_meta_data( 'noptin_opted_in', 1 );
}
Expand Down
4 changes: 2 additions & 2 deletions noptin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Description: A very fast and lightweight WordPress newsletter plugin
* Author: Noptin Newsletter
* Author URI: https://github.com/picocodes
* Version: 1.3.7
* Version: 1.3.9
* Text Domain: newsletter-optin-box
* License: GPLv3
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Expand Down Expand Up @@ -47,7 +47,7 @@ class Noptin {
* @var string Plugin version
* @since 1.0.0
*/
public $version = '1.3.7';
public $version = '1.3.9';

/**
* The current database version.
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: newsletter, email newsletter form, email opt-in, email popup, newsletter w
Requires at least: 4.9
Tested up to: 5.5
Requires PHP: 5.3
Version: 1.3.7
Version: 1.3.9
Stable tag: trunk
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -138,7 +138,7 @@ Yeah. Your newsletter subscription forms will take your theme's default styling.

== Changelog ==

= 1.3.9 - 2020-12-08 =
= 1.3.9 - 2020-12-07 =
- Fix WooCommerce checkout not adding new customers to the newsletter.
- Add a nofollow attribute to newsletter unsubscribe links (@shawnkhall).
- Add newsletter unsubscribe email headers (@shawnkhall).
Expand Down

0 comments on commit d1dd075

Please sign in to comment.