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 #6 from homescriptone/develop
Browse files Browse the repository at this point in the history
update to version 1.9.7.2
  • Loading branch information
manutheblacker authored Nov 7, 2022
2 parents df54f55 + 6e9ef8c commit a4ec86e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 2 additions & 6 deletions 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.1
Stable tag: 1.9.7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

Expand Down Expand Up @@ -139,11 +139,7 @@ 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>
<h4>1.9.7, 1.9.7.1, 1.9.7.2 - 7 November 2022</h4>
<ul>
<li>Fix fatal errors when activating plugin</li>
</ul>
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.1' );
define( 'WOO_USN_VERSION', '1.9.7.2' );
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 core/class-woo-usn-activator.php
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Woo_Usn_Activator
*/
public static function activate()
{
global $wpdb;
global $wpdb;
global $woo_usn_db_subscribers_version;
$subscribers_installed_ver = get_option( 'woo_usn_subscribers_db_version' );
if ( $subscribers_installed_ver != $woo_usn_db_subscribers_version ) {
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.1
* Version: 1.9.7.2
* 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 a4ec86e

Please sign in to comment.