Skip to content

Commit ec0bc57

Browse files
committed
Merge branch 'release/1.1.2'
2 parents 7dc4418 + fcb50f7 commit ec0bc57

15 files changed

+10405
-7300
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ node_modules
44
yarn-error.log
55
dev-config.json
66
build
7+
.idea/*
8+
dist/vendors.js.LICENSE.txt

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
**Contributors:** [tareq1988](https://profiles.wordpress.org/tareq1988/), [wedevs](https://profiles.wordpress.org/wedevs/), [nizamuddinbabu](https://profiles.wordpress.org/nizamuddinbabu/)
33
**Donate link:** https://tareq.co/donate/
44
**Tags:** sms, text, notification, twilio, nexmo, vonage, clickatell, plivo, dokan, woocommerce
5-
**Requires at least:** 5.0
6-
**Tested up to:** 6.0
7-
**Stable tag:** 1.1.1
8-
**Requires PHP:** 5.6
5+
**Requires at least:** 5.4
6+
**Tested up to:** 6.3.2
7+
**Stable tag:** 1.1.2
8+
**Requires PHP:** 7.3
99
**License:** GPLv2 or later
1010
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1111

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

104104
## Changelog ##
105105

106+
### v1.1.1 (31 Oct, 2023) ###
107+
- **update:** WordPress 6.3.2 compatibility
108+
- **fix:** Fixed Appsero SDK security issue
109+
106110
### v1.1.1 (2 June, 2022) ###
107111

108112
- **Fix:** WordPress 6.0 compatibility

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"minimum-stability": "dev",
1313
"prefer-stable": true,
1414
"require": {
15-
"appsero/client": "^1.2"
15+
"appsero/client": "dev-develop"
1616
},
1717
"autoload": {
1818
"psr-4": {
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"tareq1988/wp-php-cs-fixer": "dev-master",
24-
"wp-coding-standards/wpcs": "dev-master",
24+
"wp-coding-standards/wpcs": "dev-develop",
2525
"phpcompatibility/php-compatibility": "*",
2626
"phpcompatibility/phpcompatibility-wp": "*",
2727
"dealerdirect/phpcodesniffer-composer-installer": "^0.7"
@@ -33,5 +33,10 @@
3333
"phpcbf": [
3434
"phpcbf -p"
3535
]
36+
},
37+
"config": {
38+
"allow-plugins": {
39+
"dealerdirect/phpcodesniffer-composer-installer": true
40+
}
3641
}
3742
}

0 commit comments

Comments
 (0)