-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LOC-6172] Fetch plugin updates from WPE servers (#22)
* feat: get plugin updates from WPE Adapted from the sample code at https://github.com/wpengine/plugin-updater. * ci: comment out wp-svn usage This plugin can no longer be published on WP.org due to blocked access. We'll just lint in Circle for now. * chore: add npm run zip script To make it easier to package a zip for production. Also replaces now-outdated Gruntfile and npm internationalization package with WP-CLI's language file generation. * chore: bump version to 1.0.2, add changelog
- Loading branch information
1 parent
653f6b3
commit 989868a
Showing
12 changed files
with
452 additions
and
353 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
version: 2.1 | ||
|
||
orbs: | ||
wp-svn: studiopress/[email protected] | ||
# orbs: | ||
# wp-svn: studiopress/[email protected] | ||
|
||
jobs: | ||
test: | ||
|
@@ -23,16 +23,16 @@ workflows: | |
test-deploy: | ||
jobs: | ||
- test | ||
- approval-for-deploy-tested-up-to-bump: | ||
type: approval | ||
requires: | ||
- test | ||
filters: | ||
tags: | ||
ignore: /.*/ | ||
branches: | ||
only: /^bump-tested-up-to.*/ | ||
- wp-svn/deploy-tested-up-to-bump: | ||
context: genesis-svn | ||
requires: | ||
- approval-for-deploy-tested-up-to-bump | ||
# - approval-for-deploy-tested-up-to-bump: | ||
# type: approval | ||
# requires: | ||
# - test | ||
# filters: | ||
# tags: | ||
# ignore: /.*/ | ||
# branches: | ||
# only: /^bump-tested-up-to.*/ | ||
# - wp-svn/deploy-tested-up-to-bump: | ||
# context: genesis-svn | ||
# requires: | ||
# - approval-for-deploy-tested-up-to-bump |
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 |
---|---|---|
|
@@ -3,3 +3,4 @@ Thumbs.db | |
.svn | ||
node_modules/ | ||
vendor/ | ||
*.zip |
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 @@ | ||
20 |
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.