Skip to content

Commit 79eb77f

Browse files
committed
meta data updates
update official plugin name update version to 0.1.2 rename backend menu to `Webhook Deploy`
1 parent 6aeaf11 commit 79eb77f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

netlify-webhook-deploy.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
/**
4-
* @package Netlify Webhook Deploy
4+
* @package Webhook Netlify Deploy
55
*/
66
/*
7-
Plugin Name: Netlify Webhook Deploy
8-
Plugin URI: https://github.com/lukethacoder/netlify-webhook-deploy
7+
Plugin Name: Webhook Netlify Deploy
8+
Plugin URI: http://github.com/lukethacoder/wp-webhook-deploy-netlify
99
Description: Adds a Build Website button that sends a webhook request to build a netlify hosted website when clicked
10-
Version: 0.1.0
10+
Version: 0.1.2
1111
Author: Luke Secomb
1212
Author URI: https://lukesecomb.digital
1313
License: GPLv3 or later
@@ -267,7 +267,7 @@ function appendStatusData(data) {
267267
public function create_plugin_settings_page() {
268268
// Add the menu item and page
269269
$page_title = 'Deploy to Netlify';
270-
$menu_title = 'Deploy Webhook ';
270+
$menu_title = 'Webhook Deploy';
271271
$capability = 'manage_options';
272272
$slug = 'deploy_webhook_fields';
273273
$callback = array( $this, 'plugin_settings_page_content' );

0 commit comments

Comments
 (0)