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 #8 from homescriptone/develop
Browse files Browse the repository at this point in the history
Merge develop into main
  • Loading branch information
manutheblacker authored Nov 22, 2022
2 parents 1658001 + a5ffbba commit 665b15d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions README.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Ultimate SMS & WhatsApp Notifications for WooCommerce ===
=== Ultimate SMS Notifications for WooCommerce ===
Contributors: homescript , freemius
Tags: orders notifications, woocommerce whatsapp, whatsapp automations, woocommerce whatsapp marketing, woocommerce orders notifications, mobile notifications gdpr compliant, mobile notifications woocommerce, woocommerce, telesign, woocommerce india
Donate link: https://buymeacoffee.com/homescriptone/
Requires at least: 4.4
Tested up to: 6.1
Stable tag: 1.9.8
Stable tag: 1.9.8.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

Expand Down Expand Up @@ -140,7 +140,6 @@ Manual installation method requires downloading the Ultimate SMS & WhatsApp Noti
<li>GreenApi</li>
<li>UltraMsg</li>
<li>FastWaSMS</li>
<li>Facebook Cloud API ( Beta )</li>
<li>Twilio WhatsApp</li>
</ul>

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

== Changelog ==
<h4>1.9.8.2 - 19 November 2022</h4>
<ul>
<li>Comply with WordPress.org guidelines.</li>
</ul>
<h4>1.9.8.1 - 19 November 2022</h4>
<ul>
<li>Fix fatal errors.</li>
Expand Down
2 changes: 1 addition & 1 deletion abstract/constants.php
100755 → 100644
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.8.1' );
define( 'WOO_USN_VERSION', '1.9.8.2' );
define( 'WOO_USN_PATH', plugin_dir_path( __FILE__ ) );
define( 'WOO_USN_URL', plugins_url( '/', __FILE__ ) );
define( 'WOO_USN_PLUGIN_ID', '6855' );
Expand Down
6 changes: 3 additions & 3 deletions woo-usn.php
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/**
*
* Plugin Name: Ultimate SMS & WhatsApp Notifications for WooCommerce
* Plugin Name: Ultimate SMS 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.8.1
* Description: Send orders notifications and more on mobile using WooCommerce.
* Version: 1.9.8.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 665b15d

Please sign in to comment.