File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
99Description: 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
1111Author: Luke Secomb
1212Author URI: https://lukesecomb.digital
1313License: 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 ' );
You can’t perform that action at this time.
0 commit comments