-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from oceanwp/RC-2.0.4
Rc 2.0.4
- Loading branch information
Showing
10 changed files
with
2,104 additions
and
773 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -266,6 +266,9 @@ node_modules/ | |
# build folder | ||
build/ | ||
|
||
# vendor folder | ||
vendor/ | ||
|
||
# Visual Studio 6 build log | ||
*.plg | ||
|
||
|
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
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"name": "oceanwp/ocean-social-sharing", | ||
"type": "wordpress-plugin", | ||
"description": "An addon plugin for OceanWP theme.", | ||
"keywords": [ | ||
"WordPress", | ||
"Plugins" | ||
], | ||
"require-dev": { | ||
"squizlabs/php_codesniffer": "^3.5", | ||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", | ||
"wptrt/wpthemereview": "^0.2.1", | ||
"wp-coding-standards/wpcs": "^2.2", | ||
"phpcompatibility/phpcompatibility-wp": "^2.1", | ||
"php-parallel-lint/php-parallel-lint": "^1.2.0", | ||
"wp-cli/i18n-command": "^2.2.5" | ||
}, | ||
|
||
"extra": { | ||
"phpcodesniffer-search-depth": 5 | ||
}, | ||
|
||
"scripts": { | ||
"lint:php": [ | ||
"phpcs -p .", | ||
"parallel-lint --exclude .git --exclude vendor --exclude node_modules .", | ||
"phpcs -p . --standard=PHPCompatibilityWP --extensions=php --runtime-set testVersion 5.6- --ignore=*/vendor/,*/node_modules/" | ||
], | ||
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs", | ||
"lint:summary": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor --exclude node_modules .", | ||
"make-pot": "wp i18n make-pot . languages/ocean-social-sharing.pot --exclude=build" | ||
}, | ||
|
||
"config": { | ||
"allow-plugins": { | ||
"dealerdirect/phpcodesniffer-composer-installer": true | ||
} | ||
} | ||
} |
Oops, something went wrong.