Skip to content

Commit a3eb493

Browse files
authored
Merge pull request #5 from getshifter/remove_beta2
remove remains
2 parents b21a871 + d702c02 commit a3eb493

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

classes/class.page-setting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function register_pages() {
4040
add_submenu_page(
4141
'shifter',
4242
'Outbound Webhook Settings',
43-
'Webhook (Beta)',
43+
'Webhook',
4444
'manage_options',
4545
'shifter-webhook',
4646
array( $Content, 'shifter_webhook_settings_page' )

shifter-wp-webhook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* Plugin Name: Shifter Wp Webhook
44
* Plugin URI: https://github.com/getshifter/shifter-wp-webhook
5-
* Description: Simple webhook execution (Public Beta)
5+
* Description: Simple webhook execution
66
* Author: DigitalCube
77
* Author URI: https://getshifter.io
88
* Text Domain: shifter-wp-webhook
99
* Domain Path: /languages
10-
* Version: 0.3.2
10+
* Version: 1.0.0
1111
*
1212
* @package Shifter_Wp_Webhook
1313
*/

0 commit comments

Comments
 (0)