Skip to content

Commit

Permalink
Merge branch 'release/1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
nurul-umbhiya committed Oct 31, 2023
2 parents 7dc4418 + fcb50f7 commit ec0bc57
Show file tree
Hide file tree
Showing 15 changed files with 10,405 additions and 7,300 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ node_modules
yarn-error.log
dev-config.json
build
.idea/*
dist/vendors.js.LICENSE.txt
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
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"appsero/client": "^1.2"
"appsero/client": "dev-develop"
},
"autoload": {
"psr-4": {
Expand All @@ -21,7 +21,7 @@
},
"require-dev": {
"tareq1988/wp-php-cs-fixer": "dev-master",
"wp-coding-standards/wpcs": "dev-master",
"wp-coding-standards/wpcs": "dev-develop",
"phpcompatibility/php-compatibility": "*",
"phpcompatibility/phpcompatibility-wp": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7"
Expand All @@ -33,5 +33,10 @@
"phpcbf": [
"phpcbf -p"
]
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit ec0bc57

Please sign in to comment.