Skip to content

Commit a0d6b29

Browse files
committed
v1.0.0
1 parent 48fe5f5 commit a0d6b29

File tree

3 files changed

+64
-59
lines changed

3 files changed

+64
-59
lines changed

changelog.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Old change logs.
2+
3+
## 0.2.6
4+
2025-03-18
5+
6+
* Update load text domain to be inside `init` hook.
7+
* Fix "Function _load_textdomain_just_in_time was called incorrectly".
8+
9+
## 0.2.5
10+
2022-12-20
11+
12+
* Fix "PHP Deprecated: Creation of dynamic property" on PHP 8.2.
13+
14+
## 0.2.4
15+
2022-01-14
16+
17+
* Fix array merge error.
18+
19+
## 0.2.3
20+
2021-12-14
21+
22+
* Add options for disable pages, media on front-end.
23+
* Update tested up to data.
24+
25+
## 0.2.2
26+
2019-03-07
27+
28+
* Add shortcut to settings page from plugins page.
29+
* Update tested up to data.
30+
31+
## 0.2.1
32+
2018-12-08
33+
34+
* Add translation template file (.POT).
35+
* Add translators help message.
36+
* Update to Font Awesome 5.5
37+
* Modify CSS/JS handle to prevent conflict with other plugins in case that use the same vendor but different version.
38+
39+
## 0.2
40+
2018-06-22
41+
42+
* Remove Media widgets if disabled Media section.
43+
* Remove Pages widget if disabled Pages section.
44+
45+
## 0.1
46+
2018-06-13
47+
48+
* Add condition if doing cron then do not redirect if front-end is disabled.
49+
* The beginning

readme.txt

Lines changed: 14 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
Contributors: okvee
33
Tags: disable features, pages, media, front-end
44
Tested up to: 6.9
5-
Stable tag: 0.2.6
5+
Stable tag: 1.0.0
66
License: MIT
77
License URI: https://opensource.org/licenses/MIT
88
Requires at least: 4.6.0
99
Requires PHP: 5.5
1010

11-
Disable WordPress features such as pages, media, front-end.
11+
Disable WordPress features such as posts, comments, pages, media, all front-end or partial.
1212

1313
== Description ==
14-
If you want to make WordPress as a backoffice system, this plugin can help you disable WordPress features you do not want. It is working great with Disable Blogging plugin ( https://wordpress.org/plugins/disable-blogging/ ).
14+
If you want to make WordPress as a backoffice system, this plugin can help you disable WordPress features you do not want.
15+
1516
This plugin can:
16-
- disable pages, media, front-end.
17-
In case that you disable front-end it will be redirect all URL in the front-end to wp-admin page.
1817

19-
= System requirement =
20-
PHP 5.5 or higher
21-
WordPress 4.6.0 or higher
18+
* Disable posts, media, comments, pages, XML-RPC.
19+
* Disable all front-end pages. It will be redirect all URL in the front-end to wp-admin page.
20+
* Disable posts, media, pages, author page for front-end only.
21+
* Disable parts of admin pages such as greeting message, plugin file editor, theme file editor.
22+
* Disable user profile fields in add new user, edit user, edit profile pages. The fields can be disabled such as Admin Color Scheme, Website, Biographical Info.
2223

2324
== Installation ==
24-
1. Upload "rundizable-wp-features" folder to the "/wp-content/plugins/" directory.
25+
1. Upload "rundizable-wp-features" folder to the "/wp-content/plugins/" directory or use add plugin from WordPress plugin management page on your website.
2526
2. Activate the plugin through the "Plugins" menu in WordPress.
2627
3. Access plugin setup page.
27-
4. Follow setup instruction on screen.
2828

2929
== Frequently Asked Questions ==
3030
= Multi-site support? =
@@ -34,8 +34,8 @@ Yes, it is.
3434
1. Settings page.
3535

3636
== Changelog ==
37-
= x.x.x =
38-
2025-xx-xx
37+
= 1.0.0 =
38+
2025-06-29
3939

4040
* Hide meta boxes of categories, posts, pages from menu management page.
4141
* Remove menu items from admin top bar.
@@ -45,51 +45,7 @@ Yes, it is.
4545
* Add disable admin greeting section.
4646
* Add disable plugin and theme file edit section.
4747
* Add disable settings in user profile page such as Admin Color Scheme, Biographical Info, Website fields.
48+
* Bump from version 0.2.7
4849

49-
= 0.2.6 =
50-
2025-03-18
51-
52-
* Update load text domain to be inside `init` hook.
53-
* Fix "Function _load_textdomain_just_in_time was called incorrectly".
54-
55-
= 0.2.5 =
56-
2022-12-20
57-
58-
* Fix "PHP Deprecated: Creation of dynamic property" on PHP 8.2.
59-
60-
= 0.2.4 =
61-
2022-01-14
62-
63-
* Fix array merge error.
64-
65-
= 0.2.3 =
66-
2021-12-14
67-
68-
* Add options for disable pages, media on front-end.
69-
* Update tested up to data.
70-
71-
= 0.2.2 =
72-
2019-03-07
73-
74-
* Add shortcut to settings page from plugins page.
75-
* Update tested up to data.
76-
77-
= 0.2.1 =
78-
2018-12-08
79-
80-
* Add translation template file (.POT).
81-
* Add translators help message.
82-
* Update to Font Awesome 5.5
83-
* Modify CSS/JS handle to prevent conflict with other plugins in case that use the same vendor but different version.
84-
85-
= 0.2 =
86-
2018-06-22
87-
88-
* Remove Media widgets if disabled Media section.
89-
* Remove Pages widget if disabled Pages section.
90-
91-
= 0.1 =
92-
2018-06-13
9350

94-
* Add condition if doing cron then do not redirect if front-end is disabled.
95-
* The beginning
51+
For older versions please continue reading in changelog.md

rundizable-wp-features.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Rundizable WP Features
44
* Plugin URI: https://rundiz.com/?p=319
55
* Description: Disable WordPress features.
6-
* Version: 0.2.7a-20250627
6+
* Version: 1.0.0
77
* Requires at least: 4.6.0
88
* Requires PHP: 5.5
99
* Author: Vee Winch

0 commit comments

Comments
 (0)