Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tareq1988 committed Jun 2, 2022
2 parents aff1610 + 7c16bca commit 7dc4418
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 125 deletions.
14 changes: 9 additions & 5 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.0
**Tested up to:** 5.8
**Stable tag:** 1.1
**Tested up to:** 6.0
**Stable tag:** 1.1.1
**Requires PHP:** 5.6
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -103,11 +103,15 @@ Well, it depends. Let us know what you want, we might consider adding that featu

## Changelog ##

### v1.1.1 (2 June, 2022) ###

- **Fix:** WordPress 6.0 compatibility

### v1.1 (31 Aug, 2021) ###

**Fix:** Responsive issue in the settings panel was fixed where the name of gateways were overflowing the total viewport.
**Fix:** Remove duplicate numbers while sending messages. If a message is being sent and somehow two person have the same numbers, it'll only send one message.
**New:** Syncing of vendor phone number from Dokan added while registration. When a vendor was registering, his phone number from Dokan wasn't syncing as a Texty number, which prevented him to receive messages.
- **Fix:** Responsive issue in the settings panel was fixed where the name of gateways were overflowing the total viewport.
- **Fix:** Remove duplicate numbers while sending messages. If a message is being sent and somehow two person have the same numbers, it'll only send one message.
- **New:** Syncing of vendor phone number from Dokan added while registration. When a vendor was registering, his phone number from Dokan wasn't syncing as a Texty number, which prevented him to receive messages.

### v1.0 (22 Jan, 2021) ###

Expand Down
96 changes: 68 additions & 28 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion languages/texty.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
null,
""
],
"https://wedevs.com": [
"https://wptexty.com/": [
null,
""
],
Expand Down Expand Up @@ -261,6 +261,18 @@
null,
""
],
"Settings": [
null,
""
],
"SMS Gateway": [
null,
""
],
"Gateways": [
null,
""
],
"Test Message": [
null,
""
Expand Down
Loading

0 comments on commit 7dc4418

Please sign in to comment.