Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from homescriptone/develop
Browse files Browse the repository at this point in the history
Update to version 1.9.7.1
  • Loading branch information
manutheblacker authored Nov 7, 2022
2 parents d3160b1 + 4a10a88 commit a631f55
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: orders notifications, woocommerce whatsapp, whatsapp automations, woocomme
Donate link: https://buymeacoffee.com/homescriptone/
Requires at least: 4.4
Tested up to: 6.1
Stable tag: 1.9.7
Stable tag: 1.9.7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

Expand Down Expand Up @@ -139,6 +139,10 @@ You can read this tutorial explaining how to do it <a href="https://ultimatesmsn
== Screenshots ==

== Changelog ==
<h4>1.9.7.1 - 7 November 2022</h4>
<ul>
<li>Fix fatal errors when activating plugin</li>
</ul>
<h4>1.9.7 - 7 November 2022</h4>
<ul>
<li>Fix fatal errors when activating plugin</li>
Expand Down
2 changes: 1 addition & 1 deletion abstract/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* All the constants related to the plugin are defined here.
*/
define( 'WOO_USN_VERSION', '1.9.7' );
define( 'WOO_USN_VERSION', '1.9.7.1' );
define( 'WOO_USN_PATH', plugin_dir_path( __FILE__ ) );
define( 'WOO_USN_URL', plugins_url( '/', __FILE__ ) );
define( 'WOO_USN_PLUGIN_ID', '6855' );
Expand Down
2 changes: 1 addition & 1 deletion admin/class-woo-usn-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ public static function message_box_for_orders( $order_id )

public static function get_un_reasons( $reasons )
{
Woo_Usn_Utility::log_errors( print_r( $reasons, true ) );
//Woo_Usn_Utility::log_errors( print_r( $reasons, true ));
return $reasons;
}

Expand Down
2 changes: 1 addition & 1 deletion woo-usn.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Ultimate SMS & WhatsApp Notifications for WooCommerce
* Plugin URI: https://ultimatesmsnotifications.com?utm_source=customer_websites&utm_medium=plugin_page
* Description: Run endless SMS & WhatsApp Notifications using WooCommerce.
* Version: 1.9.7
* Version: 1.9.7.1
* Author: HomeScript
* Author URI: https://ultimatesmsnotifications.com?utm_source=customer_websites&utm_medium=plugin_page
* License: GPL-2.0+
Expand Down

0 comments on commit a631f55

Please sign in to comment.