-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Deployed from wpsocio/wp-plugins@b3355a3 * Deployed from wpsocio/wp-plugins@2f14e2a * Upgrade wp-coding-standards/wpcs * Fix lints * Update README.md * Update README.md * Update gulpfile.esm.js * Deployed from wpsocio/wp-plugins@feb85bd * Update changelog.md * Update README.md * Prepare for v2.1.11 --------- Co-authored-by: irshadahmad21 <[email protected]>
- Loading branch information
1 parent
10ce0f1
commit 273cc47
Showing
29 changed files
with
325 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
{ | ||
"name": "wptelegram/widget", | ||
"version": "2.1.10", | ||
"version": "2.1.11", | ||
"description": "Display the Telegram Public Channel or Group Feed in a WordPress widget or anywhere you want using a shortcode.", | ||
"require-dev": { | ||
"wp-coding-standards/wpcs": "*" | ||
"wp-coding-standards/wpcs": "^3.0" | ||
}, | ||
"scripts": { | ||
"post-install-cmd": [ | ||
"composer run set-config" | ||
], | ||
"set-config": [ | ||
"\"vendor/bin/phpcs\" --config-set installed_paths ../../../vendor/wp-coding-standards/wpcs", | ||
"\"vendor/bin/phpcs\" --config-set default_standard WordPress" | ||
], | ||
"lint": "\"vendor/bin/phpcs\" --standard=phpcs.xml --extensions=php src/", | ||
"lint:skip-warnings": "\"vendor/bin/phpcs\" --standard=phpcs.xml --extensions=php -n src/", | ||
"lint:fix": "\"vendor/bin/phpcbf\" --standard=phpcs.xml --extensions=php src/" | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"dealerdirect/phpcodesniffer-composer-installer": false | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.