Skip to content

Commit b21a871

Browse files
authored
Merge pull request #4 from getshifter/update/remove-beta-text
Update/remove beta text
2 parents 50b1805 + 30f9e1d commit b21a871

File tree

5 files changed

+24
-14
lines changed

5 files changed

+24
-14
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** comments, spam
44
**Requires at least:** 5.0
55
**Tested up to:** 5.1.1
6-
**Stable tag:** 0.2.0
6+
**Stable tag:** 0.3.2
77
**License:** GPLv3 or later
88
**License URI:** https://www.gnu.org/licenses/gpl-3.0.html
99

@@ -24,6 +24,12 @@ This section describes how to install the plugin and get it working.
2424

2525
## Changelog ##
2626

27+
## 0.3.2 ##
28+
Some change
29+
30+
## 0.3.1 ##
31+
Some change
32+
2733
## 0.3.0 ##
2834

2935
- [content-type selectable by hideokamoto | Pull Request #2](https://github.com/getshifter/shifter-wp-webhook/pull/2)

classes/class.admin-bar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public function __construct($bar) {
77
public function add_menu() {
88
$shifter_support_generate = array(
99
"id" => "send-webhook",
10-
"title" => __( 'Send webhook(Beta)', 'shifter-wp-webhook' ),
10+
"title" => __( 'Send webhook', 'shifter-wp-webhook' ),
1111
"parent" => "shifter",
1212
"href" => "#"
1313
);

languages/shifter-wp-webhook.pot

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# This file is distributed under the same license as the Shifter Wp Webhook package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Shifter Wp Webhook 0.1.0\n"
5+
"Project-Id-Version: Shifter Wp Webhook 0.3.2\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/shifter-wp-webhook\n"
8-
"POT-Creation-Date: 2019-05-07 10:33:47+00:00\n"
8+
"POT-Creation-Date: 2019-11-11 09:52:48+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
@@ -26,18 +26,22 @@ msgstr ""
2626
"X-Generator: grunt-wp-i18n 1.0.3\n"
2727

2828
#: classes/class.admin-bar.php:10
29-
msgid "Send webhook(Beta)"
29+
msgid "Send webhook"
3030
msgstr ""
3131

32-
#: classes/class.page-setting.php:11
32+
#: classes/class.page-setting.php:12
3333
msgid "Webhook URL"
3434
msgstr ""
3535

36-
#: classes/class.page-setting.php:48
36+
#: classes/class.page-setting.php:19
37+
msgid "Content-Type"
38+
msgstr ""
39+
40+
#: classes/class.page-setting.php:151
3741
msgid "Webhook Settings"
3842
msgstr ""
3943

40-
#: classes/class.page-setting.php:52
44+
#: classes/class.page-setting.php:155
4145
msgid "Outbound Webhook"
4246
msgstr ""
4347

@@ -50,7 +54,7 @@ msgid "https://github.com/getshifter/shifter-wp-webhook"
5054
msgstr ""
5155

5256
#. Description of the plugin/theme
53-
msgid "Simple webhook execution"
57+
msgid "Simple webhook execution (Public Beta)"
5458
msgstr ""
5559

5660
#. Author of the plugin/theme
@@ -59,4 +63,4 @@ msgstr ""
5963

6064
#. Author URI of the plugin/theme
6165
msgid "https://getshifter.io"
62-
msgstr ""
66+
msgstr ""

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shifter-wp-webhook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://getshifter.io
88
* Text Domain: shifter-wp-webhook
99
* Domain Path: /languages
10-
* Version: 0.3.1
10+
* Version: 0.3.2
1111
*
1212
* @package Shifter_Wp_Webhook
1313
*/

0 commit comments

Comments
 (0)