-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathreadme.txt
142 lines (93 loc) · 4.01 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
=== Disable All WordPress Updates ===
Contributors: Alphawolf
Donate link: https://www.schloebe.de/donate/
Tags: disable updates, update, theme, update control
Requires at least: 3.8
Tested up to: 6.7.99
Requires PHP: 7.4
Stable tag: trunk
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Disables the theme, plugin and core update checking, the related cronjobs, plugin/theme update health checks and notification system.
== Description ==
This plugin completely disables the theme, plugin and core update checking system in WordPress. The plugin prevents WordPress from
checking for updates including cronjobs, and prevents any notifications from being displayed.
It's *very* important that you keep your WordPress theme, core and plugins up to date! If you don't, your blog or website could
be **susceptible to security vulnerabilities** or performance issues.
If you use this plugin, make sure you keep yourself up to date with new releases of your active WordPress version, plugins
and themes and update them as new versions are released (simply by deactivating this plugin for a short time).
[Developer on X](https://twitter.com/wpseek "Developer on X")
**Looking for more WordPress plugins? Visit [www.schloebe.de/portfolio/](https://www.schloebe.de/portfolio/)**
== Frequently Asked Questions ==
= What can I do to be up to date with new releases of my WordPress version, plugins and themes? =
Simply deativate the plugin for a short time. In case new versions are available you see the WordPress notifications.
== Installation ==
1. Download the plugin and unzip it.
2. Upload the folder disable-wordpress-updates/ to your /wp-content/plugins/ folder.
3. Activate the plugin from your WordPress admin panel.
4. Installation finished.
With activating the plugin all theme, core and plugin update checkings are disabled. If you want to have a quick look if new versions
are existing, simply deactive this plugin for a short time.
== Screenshots ==
None. :)
== Changelog ==
= 1.8.0 =
* WordPress 6.7 compatibility
= 1.7.1 =
* Fixed PHP warnings (thanks TetsuyaXD!)
= 1.7.0 =
* Added admin bar notice when plugin is enabled to remember admins that WordPress updates are disabled (thanks zimisun!)
= 1.6.8 =
* Disable plugin/theme update site health checks (thanks lucha!)
= 1.6.7 =
* Improved WordPress HTTP API level blocking of outgoing wordpress.org API checks (thanks luizkill!)
= 1.6.6 =
* WordPress 5.3 compatibility
= 1.6.5 =
* Improved WordPress HTTP API level blocking of outgoing wordpress.org API checks (thanks tiennoub!)
= 1.6.3 =
* PHP 7.2 compatibility (Thanks catmaniax!)
= 1.6.2 =
* Performance improvements (Thanks again jneto81!)
= 1.6.1 =
* Remove 'update plugins' option from bulk operations select list (Thanks goruha!)
= 1.6.0 =
* Performance improvements (Thanks again jneto81!)
= 1.5.0 =
* Performance improvements (Thanks jneto81!)
= 1.4.9 =
* Performance improvements (Thanks dominicp!)
= 1.4.8 =
* WordPress 4.7 compatibility
* PHP 7 compatibility
= 1.4.7 =
* Fixed a PHP notice
= 1.4.6 =
* Hide maintenance and update nags
= 1.4.5 =
* Check for already defined constants (Thanks Andreas Ek!)
= 1.4.4 =
* WordPress HTTP API level blocking of outgoing wordpress.org API checks
= 1.4.3 =
* Improved blocking of outgoing wordpress.org API checks which caused slow speed on local environments (Thanks Makapaka!)
= 1.4.2 =
* Update indicator not showing in the front-end toolbar anymore (Thanks flixflix!)
= 1.4.1 =
* Fixed an issue that still allowed WordPress to update minor (security and maintenance) versions
= 1.4.0 =
* Disable all automatic background updates (thanks sLa NGjI's)
= 1.3.1.1 =
* Fixed a PHP notice on dev environments (thanks dejernet)
= 1.3.1 =
* Significant performance improvements when disabling updates (props flynsarmy)
= 1.3.0.1 =
* Minor updates
= 1.3 =
* New plugin maintainer. Hello. :) Name's Oliver.
* Code rewrite and cleanup
= 1.2 =
* Name and URL Update (German plugin description updated)
= 1.1 =
* URL Update because of permalink changes
= 1.0 =
* Initial release