Skip to content

Commit

Permalink
chore: bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nurul-umbhiya committed Oct 31, 2023
1 parent dbc8307 commit fcb50f7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
**Contributors:** [tareq1988](https://profiles.wordpress.org/tareq1988/), [wedevs](https://profiles.wordpress.org/wedevs/), [nizamuddinbabu](https://profiles.wordpress.org/nizamuddinbabu/)
**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:** 6.0
**Stable tag:** 1.1.1
**Requires PHP:** 5.6
**Requires at least:** 5.4
**Tested up to:** 6.3.2
**Stable tag:** 1.1.2
**Requires PHP:** 7.3
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

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

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

- **Fix:** WordPress 6.0 compatibility
Expand Down
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) 2023 weDevs Pte. Ltd. All Rights Reserved.
msgid ""
msgstr ""
"Project-Id-Version: Texty 1.1.1\n"
"Project-Id-Version: Texty 1.1.2\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:03:00+00:00\n"
"POT-Creation-Date: 2023-10-31T15:46:06+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
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.1",
"version": "1.1.2",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Contributors: tareq1988, wedevs, nizamuddinbabu
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: 6.0
Stable tag: 1.1.1
Requires PHP: 5.6
Requires at least: 5.4
Tested up to: 6.3.2
Stable tag: 1.1.2
Requires PHP: 7.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

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

= v1.1.1 (2 June, 2022) =

- **Fix:** WordPress 6.0 compatibility
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.1
* Version: 1.1.2
* 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.1';
private $version = '1.1.2';

/**
* Instances array
Expand Down

0 comments on commit fcb50f7

Please sign in to comment.