Version Description
- Plugin Name Changed (Disable Updates Manager)
- Tags Updated (Make it easier to find this plugin)
- Fixed Some HTML
- Added Translation (Test)
Download this release
Release Info
Developer | kidsguide |
Plugin | Easy Updates Manager |
Version | 2.4.0 |
Comparing to | |
See all releases |
Code changes from version 2.3.0 to 2.4.0
- Function.php +7 -16
- lang/default.mo.txt +3 -0
- lang/default.po.txt +64 -0
- readme.txt +24 -27
Function.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* @package Disable
|
4 |
* @author Websiteguy
|
5 |
-
* @version 2.
|
6 |
*/
|
7 |
/*
|
8 |
-
Plugin Name: Disable
|
9 |
Plugin URI: http://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
|
10 |
-
Version: 2.
|
11 |
-
Description:
|
12 |
Author: Websiteguy
|
13 |
Author URI: http://profiles.wordpress.org/kidsguide/
|
14 |
Compatible with WordPress 2.3+.
|
@@ -41,7 +41,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
41 |
|
42 |
// Coming Soon: Add translations
|
43 |
if (function_exists('load_plugin_textdomain'))
|
44 |
-
load_plugin_textdomain( 'disable-updates-manager', false, dirname( plugin_basename( __FILE__ ) ) . '/
|
45 |
|
46 |
// Add menu page
|
47 |
add_action('admin_menu', array(&$this, 'add_submenu'));
|
@@ -200,8 +200,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
200 |
<table class="form-table">
|
201 |
|
202 |
<tr>
|
203 |
-
<p class="submit">
|
204 |
-
<input type="submit" class="button-primary" value="<?php _e('Save') ?>" />
|
205 |
<th scope="row"><?php _e('Disable Updates:', 'disable-updates-manager') ?></th>
|
206 |
<td>
|
207 |
<fieldset>
|
@@ -246,14 +244,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
246 |
</p>
|
247 |
</fieldset>
|
248 |
</td>
|
249 |
-
</tr>
|
250 |
-
|
251 |
-
<td>
|
252 |
-
If you like this plugin, please rate it.
|
253 |
-
<br />
|
254 |
-
<br />
|
255 |
-
Thanks for download this plugin!
|
256 |
-
</td>
|
257 |
|
258 |
</table>
|
259 |
|
1 |
<?php
|
2 |
/**
|
3 |
+
* @package Disable Updates Manager
|
4 |
* @author Websiteguy
|
5 |
+
* @version 2.4.0
|
6 |
*/
|
7 |
/*
|
8 |
+
Plugin Name: Disable Updates Manager
|
9 |
Plugin URI: http://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
|
10 |
+
Version: 2.4.0
|
11 |
+
Description: Now you can chose which type of update you won't to disable! Just go to the settings page under dashboard.
|
12 |
Author: Websiteguy
|
13 |
Author URI: http://profiles.wordpress.org/kidsguide/
|
14 |
Compatible with WordPress 2.3+.
|
41 |
|
42 |
// Coming Soon: Add translations
|
43 |
if (function_exists('load_plugin_textdomain'))
|
44 |
+
load_plugin_textdomain( 'disable-updates-manager', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/');
|
45 |
|
46 |
// Add menu page
|
47 |
add_action('admin_menu', array(&$this, 'add_submenu'));
|
200 |
<table class="form-table">
|
201 |
|
202 |
<tr>
|
|
|
|
|
203 |
<th scope="row"><?php _e('Disable Updates:', 'disable-updates-manager') ?></th>
|
204 |
<td>
|
205 |
<fieldset>
|
244 |
</p>
|
245 |
</fieldset>
|
246 |
</td>
|
247 |
+
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
248 |
|
249 |
</table>
|
250 |
|
lang/default.mo.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
# Find PO files, process each with msgfmt and rename the result to MO
|
2 |
+
for file in `find . -name "*.po"` ; do msgfmt -o ${file/.po/.mo} $file ; done
|
3 |
+
|
lang/default.po.txt
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2014
|
2 |
+
# This file is distributed under the same license as the package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: \n"
|
6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/stops-core-theme-and-plugin-"
|
7 |
+
"updates\n"
|
8 |
+
"POT-Creation-Date: 2014-01-06 14:18:55+00:00\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
|
13 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
+
|
16 |
+
#: Function.php:75
|
17 |
+
msgid "Disable Updates"
|
18 |
+
msgstr ""
|
19 |
+
|
20 |
+
#: Function.php:189
|
21 |
+
msgid "You do not have sufficient permissions to access this page."
|
22 |
+
msgstr ""
|
23 |
+
|
24 |
+
#: Function.php:194
|
25 |
+
msgid "Disable All Updates Settings"
|
26 |
+
msgstr ""
|
27 |
+
|
28 |
+
#: Function.php:204 Function.php:245
|
29 |
+
msgid "Save"
|
30 |
+
msgstr ""
|
31 |
+
|
32 |
+
#: Function.php:205 Function.php:208
|
33 |
+
msgid "Disable Updates:"
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
+
#: Function.php:210
|
37 |
+
msgid "Disable Plugin Updates"
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: Function.php:214
|
41 |
+
msgid "Disable Theme Updates"
|
42 |
+
msgstr ""
|
43 |
+
|
44 |
+
#: Function.php:218
|
45 |
+
msgid "Disable WordPress Core Update"
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: Function.php:225 Function.php:228
|
49 |
+
msgid "Other Settings:"
|
50 |
+
msgstr ""
|
51 |
+
|
52 |
+
#: Function.php:231
|
53 |
+
msgid "Remove Updates Page (Under Dashboard)"
|
54 |
+
msgstr ""
|
55 |
+
|
56 |
+
#: Function.php:235
|
57 |
+
msgid ""
|
58 |
+
"Removes Updates Files (Note: Only use this setting if you are disabling all "
|
59 |
+
"the updates)"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: Function.php:296
|
63 |
+
msgid "Settings"
|
64 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -1,33 +1,34 @@
|
|
1 |
-
=== Disable
|
2 |
|
3 |
Contributors: kidsguide
|
4 |
-
Tags: Disable, Plugin, Updates, WordPress Core
|
5 |
-
, No Updates, Stop Updates, Disable All Updates, Disable Updates
|
6 |
Requires at least: 2.4
|
7 |
Tested up to: 3.8
|
8 |
Stable tag: trunk
|
9 |
|
10 |
-
|
11 |
-
This plugin disables all the updating of plugins, themes, and the WordPress core. You can also enable some using the settings.
|
12 |
|
13 |
-
|
14 |
-
|
15 |
== Description ==
|
|
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
-
This plugin simple removes the updating of the plugins, theme, and even the WordPress core.
|
19 |
-
This way you can pick your favourite version of the plugin (theme, or WordPress core).
|
20 |
-
Their are also settings under the dashboard.
|
21 |
|
22 |
-
|
23 |
<ol>
|
24 |
-
<li>
|
25 |
-
<li>
|
26 |
-
<li>
|
|
|
|
|
|
|
27 |
</ol>
|
28 |
|
29 |
-
And More...
|
30 |
-
|
31 |
= Video Tutorial =
|
32 |
[youtube http://www.youtube.com/watch?v=ESOSt_ebiwM]
|
33 |
|
@@ -44,7 +45,7 @@ It removes the updates submenu.
|
|
44 |
= Q: Is their a way to disable only one or two of these? =
|
45 |
A: Yes, in the settings you can disable one, two, or three.
|
46 |
|
47 |
-
= Q: How is this plugin
|
48 |
A: Their are a couple of differences.
|
49 |
<ol>
|
50 |
<li>They do not disable WordPress automatic updates.</li>
|
@@ -58,17 +59,11 @@ A: Yes, this plugin just stops (or disables) the update, it does not delete them
|
|
58 |
== ==
|
59 |
|
60 |
`= Please note!!! =
|
61 |
-
|
62 |
-
|
63 |
It is very important to keep your WordPress plugins, core, and themes up to date.
|
64 |
If you use this plugin, make sure your plugins are not harming your website.`
|
65 |
|
66 |
= No Downloads For Some Versions =
|
67 |
If you were wondering why their are no downloads available for some of our this plugins versions, its because the versions are full of bugs.
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
== Screenshots ==
|
73 |
1. Before View Core (Dashboard)
|
74 |
4. Before View Plugin (Plugin Page)
|
@@ -79,7 +74,6 @@ If you were wondering why their are no downloads available for some of our this
|
|
79 |
|
80 |
== Installation ==
|
81 |
|
82 |
-
|
83 |
Their are three way to install Disable All Updates.
|
84 |
|
85 |
<strong>1)</strong> The WordPress dashboard way.
|
@@ -114,9 +108,13 @@ Their are three way to install Disable All Updates.
|
|
114 |
|
115 |
== Changelog ==
|
116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
|
118 |
-
|
119 |
-
= Versions Available for Downloading =
|
120 |
= 2.3.0 =
|
121 |
* Remove File Setting Added
|
122 |
* Fixed up Settings Page
|
@@ -232,6 +230,5 @@ Their are three way to install Disable All Updates.
|
|
232 |
* Readme.txt Updated
|
233 |
|
234 |
= 0.1 =
|
235 |
-
|
236 |
* Published on Wordpress.org
|
237 |
(September 1, 2013)
|
1 |
+
=== Disable Updates Manager ===
|
2 |
|
3 |
Contributors: kidsguide
|
4 |
+
Tags: Disable All Updates, Disable Plugin Updates, Disable Theme Updates, Disable WordPress Core Updates, Disable Updates Settings, Disable Updates, Disable All WordPress Updates, Disable All WordPress Updates Settings, Disable Updates Manager, Disable All Updates Manager
|
|
|
5 |
Requires at least: 2.4
|
6 |
Tested up to: 3.8
|
7 |
Stable tag: trunk
|
8 |
|
9 |
+
Now you can chose which type of update you won't to disable! Just go to the settings page under dashboard.
|
|
|
10 |
|
|
|
|
|
11 |
== Description ==
|
12 |
+
With the newest versions of Disable Updates Manager (formerly called "Disable All Updates') you can chose the type of update you would like to disable.
|
13 |
|
14 |
+
= Types of Updates to Disable =
|
15 |
+
<ol>
|
16 |
+
<li>WordPress Core Updates</li>
|
17 |
+
<li>WordPress Plugin Updates</li>
|
18 |
+
<li>WordPress Theme Updates</li>
|
19 |
+
</ol>
|
20 |
|
|
|
|
|
|
|
21 |
|
22 |
+
= Features =
|
23 |
<ol>
|
24 |
+
<li>Has a simple settings page to disable all types of updates.</li>
|
25 |
+
<li>Has extra settings to remove the "updates" page, and disable the updates files.</li>
|
26 |
+
<li>Disables WordPress automatic updates.</li>
|
27 |
+
<li>Disables update e-mails</li>
|
28 |
+
<li>Has a link to Support, FAQ, and the Tutorial in the plugin page</li>
|
29 |
+
<li>Translation</li>
|
30 |
</ol>
|
31 |
|
|
|
|
|
32 |
= Video Tutorial =
|
33 |
[youtube http://www.youtube.com/watch?v=ESOSt_ebiwM]
|
34 |
|
45 |
= Q: Is their a way to disable only one or two of these? =
|
46 |
A: Yes, in the settings you can disable one, two, or three.
|
47 |
|
48 |
+
= Q: How is this plugin different from the other disable updates plugins? =
|
49 |
A: Their are a couple of differences.
|
50 |
<ol>
|
51 |
<li>They do not disable WordPress automatic updates.</li>
|
59 |
== ==
|
60 |
|
61 |
`= Please note!!! =
|
|
|
|
|
62 |
It is very important to keep your WordPress plugins, core, and themes up to date.
|
63 |
If you use this plugin, make sure your plugins are not harming your website.`
|
64 |
|
65 |
= No Downloads For Some Versions =
|
66 |
If you were wondering why their are no downloads available for some of our this plugins versions, its because the versions are full of bugs.
|
|
|
|
|
|
|
|
|
67 |
== Screenshots ==
|
68 |
1. Before View Core (Dashboard)
|
69 |
4. Before View Plugin (Plugin Page)
|
74 |
|
75 |
== Installation ==
|
76 |
|
|
|
77 |
Their are three way to install Disable All Updates.
|
78 |
|
79 |
<strong>1)</strong> The WordPress dashboard way.
|
108 |
|
109 |
== Changelog ==
|
110 |
|
111 |
+
= Versions Available for Downloading =
|
112 |
+
= 2.4.0 =
|
113 |
+
* Plugin Name Changed (Disable Updates Manager)
|
114 |
+
* Tags Updated (Make it easier to find this plugin)
|
115 |
+
* Fixed Some HTML
|
116 |
+
* Added Translation (Test)
|
117 |
|
|
|
|
|
118 |
= 2.3.0 =
|
119 |
* Remove File Setting Added
|
120 |
* Fixed up Settings Page
|
230 |
* Readme.txt Updated
|
231 |
|
232 |
= 0.1 =
|
|
|
233 |
* Published on Wordpress.org
|
234 |
(September 1, 2013)
|