-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathreadme.txt
96 lines (65 loc) · 2.62 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
=== WP Tweaks ===
Contributors: luizbills
Tags: security, performance, tweaks, optimization, xmlrpc, emoji
Donate link: https://www.luizpb.com/donate/
Requires at least: 4.0
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 2.4.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Several opinionated WordPress tweaks focused in security and performance.
== Description ==
Several opinionated WordPress tweaks focused in security and performance.
= FEATURES =
* Produces clean filenames for uploads
* Change admin footer text
* Disable author page and author search by url
* Disable emoji mess
* Disable "meta widget"
* Disable WP REST API public access
* Disable "website" field from comment form
* Disable wp embed
* Disable xmlrpc.php
* Show admin bar for admin users only
* Hide WordPress update nag to all but admins
* Remove "WordPress logo" from admin bar
* Remove "+ New" button from admin bar
* Remove some dashboard widgets
* Remove query strings from scripts (JavaScript and CSS)
* Remove <link rel="shortlink" >
* Remove dashboard "welcome panel"
* Remove WordPress version number in <head>
* and more...
**Note**: is possible disable any feature.
= Contribuitions =
For bugs, suggestions or contribuitions, open a issue in our [Github Repository](https://github.com/luizbills/wp-tweaks/issues) or create a topic in [WordPress Plugin Forum](https://wordpress.org/support/plugin/wp-tweaks/).
= Donations =
Support this plugin on [https://luizpb.com/donate/](https://luizpb.com/donate/)
== Installation ==
1. Install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the "Plugins" screen in WordPress.
1. Go to Settings > Tweaks to configure the plugin.
== Changelog ==
= 2.4.0 - 2024-12-09 =
- Option to limit or disable post revisions.
= 2.3.4 - 2024-01-21 =
- Don't hide admin notices of WP Crontrol plugin.
= 2.3.3 - 2024-01-12 =
- More fixes related to admin notices. Sorry.
= 2.3.2 - 2024-01-11 =
- Fix: admin notices in `post.php` and `post-new.php`
= 2.3.1 - 2023-12-16 =
- Fix: message about "connection lost" when "hide admin notices" is enabled
- Fix: don't hide "Settings saved" messages.
= 2.3.0 - 2023-11-19 =
- Option to disable RSS feeds
- Option to disable right click in frontend
- Option to remove language switcher from login page
- Option to disable WP CRON (via `DISABLE_WP_CRON` constant). Be sure to create an external cron job when enabling this option.
[See changelog for all versions](https://github.com/luizbills/wp-tweaks/blob/main/changelog.txt)
== Upgrade Notice ==
= 2.0.0 =
* The plugin now requires PHP 7.4+
= 1.0.0 =
* Initial release.