Skip to content

Commit

Permalink
Merge branch 'release/1.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
devAsadNur committed Oct 3, 2024
2 parents ec0bc57 + 9990fae commit 1891a08
Show file tree
Hide file tree
Showing 8 changed files with 1,019 additions and 71 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
**Donate link:** https://tareq.co/donate/
**Tags:** sms, text, notification, twilio, nexmo, vonage, clickatell, plivo, dokan, woocommerce
**Requires at least:** 5.4
**Tested up to:** 6.3.2
**Stable tag:** 1.1.2
**Tested up to:** 6.6.2
**Stable tag:** 1.1.3
**Requires PHP:** 7.3
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -13,7 +13,7 @@ Texty is a lightweight SMS notification plugin for WordPress.

## Description ##

Texty is a lightweight SMS notification plugin for WordPress.
Texty is a lightweight SMS notification plugin for WordPress.

With so many emails coming to your inbox, often it becomes overwhelming to get top of things that you feel most important. A text notification on your phone, WhatsApp, or Telegram may be more desired.

Expand All @@ -23,7 +23,7 @@ With so many emails coming to your inbox, often it becomes overwhelming to get t

Texty integrates with 3rd party SMS providers to add support for text messaging.

If you need an SMS notification when a user registers your website, Texty can send a text alert to you when someone registers. Similarly, when a different event occurs in different plugins, Texty can send a text notification depending upon the event.
If you need an SMS notification when a user registers your website, Texty can send a text alert to you when someone registers. Similarly, when a different event occurs in different plugins, Texty can send a text notification depending upon the event.

Another example might be an order notification from WooCommerce. Upon receiving an order, you might decide to receive a text notification, as well as your customer may get a text notification when the order status changes.

Expand Down Expand Up @@ -54,7 +54,7 @@ Another example might be an order notification from WooCommerce. Upon receiving
- **Vendor - When Order Status is Processing** - Send an alert to the vendor when a new order received in *Processing* status.
- **Vendor - When Order Status is Complete** - Send an alert to the vendor when a order changes to *Complete*.

#### Disclaimer
#### Disclaimer

As Texty doesn't have any capability to send a text by itself, it integrates with 3rd party providers to do so. You should check the individual provider's terms of service and privacy policies before using them.

Expand All @@ -63,10 +63,10 @@ As Texty doesn't have any capability to send a text by itself, it integrates wit
- Plivo - [Terms of Service](https://www.plivo.com/legal/tos/) and [Privacy Policy](https://www.plivo.com/legal/privacy/)
- Clickatell - [Terms of Service](https://www.clickatell.com/legal/master-terms/) and [Privacy Policy](https://www.clickatell.com/legal/general-terms-notices/privacy-notice/)

#### Privacy Policy
#### Privacy Policy
Texty uses [Appsero](https://appsero.com) SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster & make product improvements.

Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure a great user experience for all our users.
Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure a great user experience for all our users.

Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/).

Expand Down Expand Up @@ -103,7 +103,10 @@ Well, it depends. Let us know what you want, we might consider adding that featu

## Changelog ##

### v1.1.1 (31 Oct, 2023) ###
### v1.1.3 (2 Oct, 2024) ###
- **update:** WordPress 6.6.2 compatibility

### v1.1.2 (31 Oct, 2023) ###
- **update:** WordPress 6.3.2 compatibility
- **fix:** Fixed Appsero SDK security issue

Expand Down
2 changes: 1 addition & 1 deletion dist/app.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions languages/texty.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (c) 2023 weDevs Pte. Ltd. All Rights Reserved.
# Copyright (c) 2024 weDevs Pte. Ltd. All Rights Reserved.
msgid ""
msgstr ""
"Project-Id-Version: Texty 1.1.2\n"
"Project-Id-Version: Texty 1.1.3\n"
"Report-Msgid-Bugs-To: https://github.com/weDevsOfficial/texty/issues\n"
"Last-Translator: [email protected]\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-10-31T15:46:06+00:00\n"
"POT-Creation-Date: 2024-10-02T05:59:01+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: texty\n"
Expand Down
Loading

0 comments on commit 1891a08

Please sign in to comment.