Skip to content

Commit

Permalink
Merge pull request #288 from Ubiquiti-App/feature/UCRM-6101-sms-twili…
Browse files Browse the repository at this point in the history
…o-log-truncate

add log cleaner to sms-twilio
  • Loading branch information
UBNT-Petr authored Nov 14, 2023
2 parents c401676 + d3ccf8d commit d0e31f4
Show file tree
Hide file tree
Showing 11 changed files with 1,004 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ To release a new version of a plugin, we suggest the following checklist. Checki


- [ ] update the information.version in manifest.json; please use [semantic versioning](https://semver.org/#faq) ("major.minor.patch", e.g. "1.4.2" - major can break compatibility, minor can introduce compatible new features, patch is for bug fixes)
- [ ] in the project root directory, run `bash php-cs-check.sh` to check for valid PHP code
- [ ] in the project root directory, run `./vendor/bin/ecs check` to check for valid PHP code
- normally, this should report no errors
- if any found, please fix - these could prevent your plugin from working
- [ ] in the `plugins/` directory, run `php ../pack-plugin.php $YOUR_PLUGIN`, where $YOUR_PLUGIN is the directory name of your plugin; this creates the installable package
Expand Down
Binary file modified plugins/sms-twilio/sms-twilio.zip
Binary file not shown.
1 change: 1 addition & 0 deletions plugins/sms-twilio/src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}
},
"require": {
"ubnt/ucrm-plugin-sdk": "^0.10.0",
"twilio/sdk": "^7.9",
"php-di/php-di": "^7.0",
"katzgrau/klogger": "^1.2"
Expand Down
Loading

0 comments on commit d0e31f4

Please sign in to comment.