Skip to content

Commit b6d6485

Browse files
committed
minor text changes
1 parent 79eb77f commit b6d6485

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ Main Plugin page
7878

7979
## Changelog
8080

81+
#### 1.0.0
82+
* Fixed UI
83+
* Seperate Developer Settings and User Build Screen
84+
8185
#### 0.1.0
8286
* Initial Release
8387

netlify-webhook-deploy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
*/
66
/*
77
Plugin Name: Webhook Netlify Deploy
8-
Plugin URI: http://github.com/lukethacoder/wp-webhook-deploy-netlify
8+
Plugin URI: http://github.com/lukethacoder/wp-webhook-netlify-deploy
99
Description: Adds a Build Website button that sends a webhook request to build a netlify hosted website when clicked
10-
Version: 0.1.2
10+
Version: 1.0.0
1111
Author: Luke Secomb
1212
Author URI: https://lukesecomb.digital
1313
License: GPLv3 or later

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: lukesecomb
33
Tags: webhook, netlify, deploy, gatsbyjs, static, build
44
Requires at least: 4.4.0
5-
Tested up to: 4.9.9
5+
Tested up to: 5.2.1
66
License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88

@@ -41,6 +41,10 @@ From your WordPress dashboard
4141

4242
== Changelog ==
4343

44+
= 1.0.0 =
45+
* Fixed UI
46+
* Seperate Developer Settings and User Build Screen
47+
4448
= 0.1.0 =
4549
* Initial Release
4650

0 commit comments

Comments
 (0)