Skip to content

Commit 4c3e8a4

Browse files
committed
Version bump
1 parent 998ec72 commit 4c3e8a4

5 files changed

Lines changed: 18 additions & 15 deletions

File tree

inc/languages/syntatis-feature-flipper.pot

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
# Copyright (C) 2025 Thoriq Firdaus
2-
# This file is distributed under the GPL-3.0+.
2+
# This file is distributed under the GPL-3.0.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Feature Flipper 1.9.0-beta.0\n"
5+
"Project-Id-Version: Feature Flipper 1.9.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-feature-flipper\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2025-01-31T17:42:48+00:00\n"
12+
"POT-Creation-Date: 2025-02-02T06:03:45+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.12.0-alpha\n"
1515
"X-Domain: syntatis-feature-flipper\n"
1616

1717
#. Plugin Name of the plugin
1818
#: syntatis-feature-flipper.php
19-
#: app/SettingPage.php:62
2019
msgid "Feature Flipper"
2120
msgstr ""
2221

@@ -40,12 +39,12 @@ msgstr ""
4039
msgid "https://github.com/tfirdaus"
4140
msgstr ""
4241

43-
#: app/Features/Comments.php:104
44-
#: app/Features/Comments.php:114
42+
#: app/Features/Comments.php:106
43+
#: app/Features/Comments.php:116
4544
msgid "Comments are disabled."
4645
msgstr ""
4746

48-
#: app/Features/DashboardWidgets.php:220
47+
#: app/Features/DashboardWidgets.php:221
4948
msgid "Unknown"
5049
msgstr ""
5150

@@ -88,11 +87,15 @@ msgstr ""
8887
msgid "Forbidden"
8988
msgstr ""
9089

90+
#: app/SettingPage.php:62
91+
msgid "Feature Settings"
92+
msgstr ""
93+
9194
#: app/SettingPage.php:63
92-
msgid "Flipper"
95+
msgid "Feature"
9396
msgstr ""
9497

95-
#: app/SettingPage.php:160
98+
#: app/SettingPage.php:158
9699
#: src/setting-page/fieldset/AdminBarFieldset.jsx:35
97100
#: src/setting-page/fieldset/DashboardWidgetsFieldset.jsx:35
98101
#: src/setting-page/fieldset/GutenbergFieldset.jsx:73

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "syntatis-feature-flipper",
3-
"version": "1.9.0-beta.0",
3+
"version": "1.9.0",
44
"description": "Disable Comments, Gutenberg, Emojis, and other features you don't need in WordPress®",
55
"author": {
66
"name": "Thoriq Firdaus",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: tfirdaus
44
Tags: tweaks, comments, updates, admin, security
55
Requires at least: 6.0
66
Tested up to: 6.7
7-
Stable tag: 1.9.0-beta.0
7+
Stable tag: 1.9.0
88
Requires PHP: 7.4
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html

syntatis-feature-flipper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Feature Flipper
1212
* Plugin URI: https://github.com/syntatis/wp-feature-flipper
1313
* Description: Disable Comments, Gutenberg, Emojis, and other features you don't need in WordPress
14-
* Version: 1.9.0-beta.0
14+
* Version: 1.9.0
1515
* Requires at least: 6.0
1616
* Requires PHP: 7.4
1717
* Author: Thoriq Firdaus
@@ -38,7 +38,7 @@
3838
* It provides a clear understanding of the impact of changes between
3939
* versions.
4040
*/
41-
const PLUGIN_VERSION = '1.9.0-beta.0';
41+
const PLUGIN_VERSION = '1.9.0';
4242

4343
/**
4444
* Define the directory path to the plugin file.

0 commit comments

Comments
 (0)