Skip to content

Commit

Permalink
Merge branch 'release/1.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
devAsadNur committed Oct 8, 2024
2 parents 1891a08 + 57f77b2 commit bb4e185
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Tags:** sms, text, notification, twilio, nexmo, vonage, clickatell, plivo, dokan, woocommerce
**Requires at least:** 5.4
**Tested up to:** 6.6.2
**Stable tag:** 1.1.3
**Stable tag:** 1.1.4
**Requires PHP:** 7.3
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -103,7 +103,7 @@ Well, it depends. Let us know what you want, we might consider adding that featu

## Changelog ##

### v1.1.3 (2 Oct, 2024) ###
### v1.1.4 (8 Oct, 2024) ###
- **update:** WordPress 6.6.2 compatibility

### v1.1.2 (31 Oct, 2023) ###
Expand Down
2 changes: 1 addition & 1 deletion dist/app.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions languages/texty.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (c) 2024 weDevs Pte. Ltd. All Rights Reserved.
msgid ""
msgstr ""
"Project-Id-Version: Texty 1.1.3\n"
"Project-Id-Version: Texty 1.1.4\n"
"Report-Msgid-Bugs-To: https://github.com/weDevsOfficial/texty/issues\n"
"Last-Translator: support@wedevs.com\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-10-02T05:59:01+00:00\n"
"POT-Creation-Date: 2024-10-08T10:12:25+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
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "texty",
"version": "1.1.3",
"version": "1.1.4",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.6.2
Stable tag: 1.1.3
Stable tag: 1.1.4
Requires PHP: 7.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -103,7 +103,7 @@ Well, it depends. Let us know what you want, we might consider adding that featu

== Changelog ==

= v1.1.3 (2 Oct, 2024) =
= v1.1.4 (8 Oct, 2024) =
- **update:** WordPress 6.6.2 compatibility

= v1.1.2 (31 Oct, 2023) =
Expand Down
4 changes: 2 additions & 2 deletions texty.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin URI: https://wordpress.org/plugins/texty/
* Author: weDevs
* Author URI: https://wptexty.com/
* Version: 1.1.3
* Version: 1.1.4
* License: GPL2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: texty
Expand All @@ -24,7 +24,7 @@ final class Texty {
*
* @var string
*/
private $version = '1.1.3';
private $version = '1.1.4';

/**
* Instances array
Expand Down

0 comments on commit bb4e185

Please sign in to comment.