This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
-
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.
* EDD License requests: set ssl_verify true If wp_remote_post() is called with ssl_verify set false, requests to publishpress.com failed with Open SSL message "handshake failure" and "unable to connect to ssl://publishpress.com/443 * Create .gitattributes Co-authored-by: Kevin Behrens <[email protected]>
- Loading branch information
1 parent
6619e05
commit dac5525
Showing
2 changed files
with
55 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
.babelrc export-ignore | ||
.distignore export-ignore | ||
.DS_Store export-ignore | ||
.editorconfig export-ignore | ||
.git export-ignore | ||
.gitattributes export-ignore | ||
.github export-ignore | ||
.gitignore export-ignore | ||
.gitlab-ci.yml export-ignore | ||
.phplint.yml export-ignore | ||
.travis.yml export-ignore | ||
.vscode export-ignore | ||
*.bash export-ignore | ||
*.cache export-ignore | ||
*.code-workspace export-ignore | ||
*.dist export-ignore | ||
*.dist.yml export-ignore | ||
*.exe export-ignore | ||
*.sh export-ignore | ||
*.sql export-ignore | ||
*.tar.gz export-ignore | ||
*.testing export-ignore | ||
*.zip export-ignore | ||
/dist export-ignore | ||
/screenshot-*.png export-ignore | ||
/tests export-ignore | ||
behat.yml export-ignore | ||
bin export-ignore | ||
builder.yml export-ignore | ||
circle.yml export-ignore | ||
codeception.yml export-ignore | ||
composer.json export-ignore | ||
composer.lock export-ignore | ||
docker-compose.yml export-ignore | ||
Gruntfile.js export-ignore | ||
Gruntfile.js export-ignore | ||
jsconfig.json export-ignore | ||
multisite.xml export-ignore | ||
multisite.xml.dist export-ignore | ||
node_modules export-ignore | ||
package-lock.json export-ignore | ||
package.json export-ignore | ||
phpcs.ruleset.xml export-ignore | ||
phpcs.xml export-ignore | ||
phpcs.xml.dist export-ignore | ||
phpmd.xml export-ignore | ||
phpunit.xml export-ignore | ||
phpunit.xml.dist export-ignore | ||
psalm.xml export-ignore | ||
README.md export-ignore | ||
RoboFile.php export-ignore | ||
Thumbs.db export-ignore | ||
webpack.config.js export-ignore | ||
wp-cli.local.yml export-ignore |
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