Skip to content

Commit 9b4aaf6

Browse files
committed
update class and version
1 parent 2bc9465 commit 9b4aaf6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.0.0",
3+
"version": "1.1.0",
44
"type": "wordpress-plugin",
55
"license": "GPLv3",
66
"description": "WordPress starter theme with a modern development workflow",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: Arden012
33
Tags: vercel, deploy, hooks
44
Requires at least: 5.0
55
Tested up to: 5.5
6-
Stable tag: 1.0
6+
Stable tag: 1.1.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: 3 additions & 3 deletions
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.0
11+
Version: 1.1.0
1212
Author: Arden de Raaij
1313
Author URI: https://arden.nl
1414
License: GPLv3 or later
@@ -32,7 +32,7 @@
3232

3333
defined( 'ABSPATH' ) or die('You do not have access to this file');
3434

35-
class deployWebhook {
35+
class vdhp_vercel_webhook_deploy {
3636

3737
/**
3838
* Constructor
@@ -587,5 +587,5 @@ public function vb_webhook_update($post_id, $post_after, $post_before) {
587587
}
588588
}
589589

590-
new deployWebhook;
590+
new vdhp_vercel_webhook_deploy;
591591
?>

0 commit comments

Comments
 (0)