Skip to content

Commit 344d21e

Browse files
author
Arden de Raaij
committed
bump version, update readme
1 parent 5e6b65b commit 344d21e

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ After you've created your deploy hook, navigate to `Deploy -> Settings` in the W
5252

5353
When you enable scheduling it calls [the `cron_schedules` hook](https://developer.wordpress.org/reference/hooks/cron_schedules/) which depends on your site having visitors to be triggered. To make sure your schedule is triggered timely, you could schedule a CRON job in your hosting panel which calls `wp-cron.php`. Please check out the [Webhook Netlify Deploy scheduling documentation](https://github.com/lukethacoder/wp-webhook-netlify-deploy#scheduling-netlify-builds) for more information.
5454

55+
## 👯 Contributors & Credits
56+
57+
This plugin was based on the excellent WordPress Plugin [WP Netlify Webhook Deploy](https://github.com/lukethacoder/wp-netlify-webhook-deploy)
58+
59+
<a href="https://github.com/aderaaij/wp-vercel-deploy-hooks/graphs/contributors">
60+
<img src="https://contrib.rocks/image?repo=aderaaij/wp-vercel-deploy-hooks" />
61+
</a>
62+
63+
Made with [contrib.rocks](https://contrib.rocks).
64+
5565
## 🤔 To Do
5666

5767
- Add support for deploy and build statusses and updates through the [Vercel API](https://vercel.com/docs/api)
68+
- Add support for Netlify Builds and Deploys
69+
- Add support for multiple Vercel deploy endpoints

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aderaaij/wp-vercel-deploy-hooks",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"type": "wordpress-plugin",
55
"license": "GPLv3",
66
"description": "WordPress starter theme with a modern development workflow",

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: Arden012
33
Tags: vercel, deploy, hooks
44
Requires at least: 5.0
5-
Tested up to: 5.7
6-
Stable tag: 1.2.0
5+
Tested up to: 5.8
6+
Stable tag: 1.3.0
77
Requires PHP: 7.0
88
License: GPLv3 or later
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html

vercel-webhook-deploy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Plugin Name: Vercel Deploy Hooks
99
Plugin URI: https://github.com/aderaaij/wp-vercel-deploy-hooks
1010
Description: WordPress plugin for building your Vercel static site on command, post publish/update or scheduled
11-
Version: 1.2.0
11+
Version: 1.3.0
1212
Author: Arden de Raaij
1313
Author URI: https://arden.nl
1414
License: GPLv3 or later

0 commit comments

Comments
 (0)