Skip to content

Commit

Permalink
Bumped version to fix certificate issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonker92 committed Oct 25, 2021
1 parent 32b92ae commit 769cc9f
Show file tree
Hide file tree
Showing 4 changed files with 12,888 additions and 1,178 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## 1.0.8
* (Fix) Certificate error is now gone and app is usable again.

## 1.0.3
* (Fix) App says it is successful, while it gets a 401.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# VoIPGRID to Zapier
The PLATFORM_URL variable can be used to set a branded url.
For the zapier commands this should be for example: PLATFORM_URL='https://partner.voipgrid.com'.

## Purpose of this app
The purpose of this app is two fold.
Expand All @@ -12,6 +14,14 @@ Installing is actually a breeze once you get comfortable with the `zapier` comma
You will need to do a version bump in `package.json`
So find the line which says: `"version":` and update the patch level by one.

### Testing a new version
You can run `PLATFORM_URL='https://partner.voipgrid.com' zapier test` to test a
new version before pushing it.

### Building and uploading a new version
To build and push a new version run:
`PLATFORM_URL='https://partner.voipgrid.com' zapier push`

### Promote your new version.
You now have made a new version. Let's go and push that to Zapier
`zapier promote <new-version>`
Expand All @@ -22,7 +32,7 @@ Since we have a new version, we want people to stop using the old version and st
To do this, deprecate the old version.
`zapier deprecate <version> <YYYY-MM-DD>`
This tells Zapier to deprecate the `<version>` at date `<YYYY-MM-DD>`

### Move users to the new version
One last this you can do is migrate any current user of your app to the new version.
`zapier migrate 1.0.0 1.0.1`
Expand Down
Loading

0 comments on commit 769cc9f

Please sign in to comment.