Easy Updates Manager - Version 4.0.3

Version Description

  • Fixed: FAQ spelling mistakes.
  • Fixed: changelog star error.
  • Fixed: error with no lang file in version 4.0.
  • Added: version 4.0.3 on GitHub.
  • Added: name to license.txt file.
  • Cleaned: css files (having trouble with php files).
  • Changed: description.
  • Renamed: remove WordPress version from footer in settings.
Download this release

Release Info

Developer kidsguide
Plugin Icon 128x128 Easy Updates Manager
Version 4.0.3
Comparing to
See all releases

Code changes from version 4.0 to 4.0.3

Files changed (6) hide show
  1. Function.php +9 -9
  2. License.txt +207 -0
  3. license.txt +0 -15
  4. Readme.txt → readme.txt +325 -300
  5. style.css +36 -37
  6. uninstall.php +1 -1
Function.php CHANGED
@@ -2,24 +2,24 @@
2
  /**
3
  * @package Disable Updates Manager
4
  * @author Websiteguy
5
- * @version 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: 4.0
11
- Description: Pick which type of updates you would like to disable. Just use the settings.
12
  Author: Websiteguy
13
  Author URI: http://profiles.wordpress.org/kidsguide/
14
  License: GPL2
15
  Text Domain: stops-core-theme-and-plugin-updates
16
  Domain Path: /lang
17
- Tested up to WordPress 3.9
18
  */
19
  /*
20
  License:
21
 
22
- @Copyright 2013 - 2014 Websiteguy (email : mpsparrow@cogeco.ca)
23
 
24
  This program is free software; you can redistribute it and/or modify
25
  it under the terms of the GNU General Public License, version 2, as
@@ -34,12 +34,12 @@ You should have received a copy of the GNU General Public License
34
  along with this program; if not, write to the Free Software
35
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
36
 
37
- or go to the license.txt in the trunk.
38
  */
39
 
40
  // Define version.
41
 
42
- define("DISABLEUPDATESMANAGERVERSION", "4.0");
43
 
44
  class Disable_Updates {
45
  // Set status in array
@@ -524,7 +524,7 @@ break;
524
  </span>
525
  <div class="showonhover">
526
  <label for="wpv_notify">
527
- <input type="checkbox" <?php checked(1, (int)$this->status['wpv'], true); ?> value="1" id="wpv_notify" name="_disable_updates[wpv]"> <?php _e('Remove WordPress Core Version', 'disable-updates-manager') ?>
528
  </label>
529
  <span>
530
  <a href="#" class="viewdescription">?</a>
@@ -620,4 +620,4 @@ break;
620
  // Load our textdomain
621
  load_plugin_textdomain('stops-core-theme-and-plugin-updates', false , basename(dirname(__FILE__)).'/lang');
622
  }
623
- ?>
2
  /**
3
  * @package Disable Updates Manager
4
  * @author Websiteguy
5
+ * @version 4.0.3
6
  */
7
  /*
8
  Plugin Name: Disable Updates Manager
9
  Plugin URI: http://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
10
+ Version: 4.0.3
11
+ Description: A configurable plugin that disables updates for you. Easy, clean and helpful.
12
  Author: Websiteguy
13
  Author URI: http://profiles.wordpress.org/kidsguide/
14
  License: GPL2
15
  Text Domain: stops-core-theme-and-plugin-updates
16
  Domain Path: /lang
17
+ Tested up to WordPress: 3.9.1
18
  */
19
  /*
20
  License:
21
 
22
+ @Copyright 2013 - 2014 Websiteguy (email: mpsparrow@cogeco.ca)
23
 
24
  This program is free software; you can redistribute it and/or modify
25
  it under the terms of the GNU General Public License, version 2, as
34
  along with this program; if not, write to the Free Software
35
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
36
 
37
+ Go to the license.txt in the trunk for more information.
38
  */
39
 
40
  // Define version.
41
 
42
+ define("DISABLEUPDATESMANAGERVERSION", "4.0.3");
43
 
44
  class Disable_Updates {
45
  // Set status in array
524
  </span>
525
  <div class="showonhover">
526
  <label for="wpv_notify">
527
+ <input type="checkbox" <?php checked(1, (int)$this->status['wpv'], true); ?> value="1" id="wpv_notify" name="_disable_updates[wpv]"> <?php _e('Remove WordPress Core Version from Footer', 'disable-updates-manager') ?>
528
  </label>
529
  <span>
530
  <a href="#" class="viewdescription">?</a>
620
  // Load our textdomain
621
  load_plugin_textdomain('stops-core-theme-and-plugin-updates', false , basename(dirname(__FILE__)).'/lang');
622
  }
623
+ ?>
License.txt ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ The GPLv2 (or later) from the Free Software Foundation is the license that
2
+ the WordPress software is under. Its text follows. Version 2, June 1991
3
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin St,
4
+ Fifth Floor, Boston, MA 02110, USA Everyone is permitted to copy and
5
+ distribute verbatim copies of this license document, but changing it is not
6
+ allowed. Preamble The licenses for most software are designed to take away
7
+ your freedom to share and change it. By contrast, the GNU General Public
8
+ License is intended to guarantee your freedom to share and change free
9
+ software � to make sure the software is free for all its users. This
10
+ General Public License applies to most of the Free Software Foundation�s
11
+ software and to any other program whose authors commit to using it. (Some
12
+ other Free Software Foundation software is covered by the GNU Library
13
+ General Public License instead.) You can apply it to your programs, too.
14
+ When we speak of free software, we are referring to freedom, not price. Our
15
+ General Public Licenses are designed to make sure that you have the freedom
16
+ to distribute copies of free software (and charge for this service if you
17
+ wish), that you receive source code or can get it if you want it, that you
18
+ can change the software or use pieces of it in new free programs; and that
19
+ you know you can do these things. To protect your rights, we need to make
20
+ restrictions that forbid anyone to deny you these rights or to ask you to
21
+ surrender the rights. These restrictions translate to certain
22
+ responsibilities for you if you distribute copies of the software, or if
23
+ you modify it. For example, if you distribute copies of such a program,
24
+ whether gratis or for a fee, you must give the recipients all the rights
25
+ that you have. You must make sure that they, too, receive or can get the
26
+ source code. And you must show them these terms so they know their rights.
27
+ We protect your rights with two steps: (1) copyright the software, and (2)
28
+ offer you this license which gives you legal permission to copy, distribute
29
+ and/or modify the software. Also, for each author�s protection and ours, we
30
+ want to make certain that everyone understands that there is no warranty
31
+ for this free software. If the software is modified by someone else and
32
+ passed on, we want its recipients to know that what they have is not the
33
+ original, so that any problems introduced by others will not reflect on the
34
+ original authors' reputations. Finally, any free program is threatened
35
+ constantly by software patents. We wish to avoid the danger that
36
+ redistributors of a free program will individually obtain patent licenses,
37
+ in effect making the program proprietary. To prevent this, we have made it
38
+ clear that any patent must be licensed for everyone�s free use or not
39
+ licensed at all. The precise terms and conditions for copying, distribution
40
+ and modification follow. GNU General Public License Terms and Conditions
41
+ for Copying, Distribution, and Modification 0.This License applies to any
42
+ program or other work which contains a notice placed by the copyright
43
+ holder saying it may be distributed under the terms of this General Public
44
+ License. The "Program", below, refers to any such program or work, and a
45
+ "work based on the Program" means either the Program or any derivative work
46
+ under copyright law: that is to say, a work containing the Program or a
47
+ portion of it, either verbatim or with modifications and/or translated into
48
+ another language. (Hereinafter, translation is included without limitation
49
+ in the term "modification".) Each licensee is addressed as "you".
50
+ Activities other than copying, distribution and modification are not
51
+ covered by this License; they are outside its scope. The act of running the
52
+ Program is not restricted, and the output from the Program is covered only
53
+ if its contents constitute a work based on the Program (independent of
54
+ having been made by running the Program). Whether that is true depends on
55
+ what the Program does. 1.You may copy and distribute verbatim copies of the
56
+ Program�s source code as you receive it, in any medium, provided that you
57
+ conspicuously and appropriately publish on each copy an appropriate
58
+ copyright notice and disclaimer of warranty; keep intact all the notices
59
+ that refer to this License and to the absence of any warranty; and give any
60
+ other recipients of the Program a copy of this License along with the
61
+ Program. You may charge a fee for the physical act of transferring a copy,
62
+ and you may at your option offer warranty protection in exchange for a fee.
63
+ 2.You may modify your copy or copies of the Program or any portion of it,
64
+ thus forming a work based on the Program, and copy and distribute such
65
+ modifications or work under the terms of Section 1 above, provided that you
66
+ also meet all of these conditions: a.You must cause the modified files to
67
+ carry prominent notices stating that you changed the files and the date of
68
+ any change. b.You must cause any work that you distribute or publish, that
69
+ in whole or in part contains or is derived from the Program or any part
70
+ thereof, to be licensed as a whole at no charge to all third parties under
71
+ the terms of this License. c.If the modified program normally reads
72
+ commands interactively when run, you must cause it, when started running
73
+ for such interactive use in the most ordinary way, to print or display an
74
+ announcement including an appropriate copyright notice and a notice that
75
+ there is no warranty (or else, saying that you provide a warranty) and that
76
+ users may redistribute the program under these conditions, and telling the
77
+ user how to view a copy of this License. (Exception: if the Program itself
78
+ is interactive but does not normally print such an announcement, your work
79
+ based on the Program is not required to print an announcement.) These
80
+ requirements apply to the modified work as a whole. If identifiable
81
+ sections of that work are not derived from the Program, and can be
82
+ reasonably considered independent and separate works in themselves, then
83
+ this License, and its terms, do not apply to those sections when you
84
+ distribute them as separate works. But when you distribute the same
85
+ sections as part of a whole which is a work based on the Program, the
86
+ distribution of the whole must be on the terms of this License, whose
87
+ permissions for other licensees extend to the entire whole, and thus to
88
+ each and every part regardless of who wrote it. Thus, it is not the intent
89
+ of this section to claim rights or contest your rights to work written
90
+ entirely by you; rather, the intent is to exercise the right to control the
91
+ distribution of derivative or collective works based on the Program. In
92
+ addition, mere aggregation of another work not based on the Program with
93
+ the Program (or with a work based on the Program) on a volume of a storage
94
+ or distribution medium does not bring the other work under the scope of
95
+ this License. 3.You may copy and distribute the Program (or a work based on
96
+ it, under Section 2) in object code or executable form under the terms of
97
+ Sections 1 and 2 above provided that you also do one of the following:
98
+ a.Accompany it with the complete corresponding machine-readable source
99
+ code, which must be distributed under the terms of Sections 1 and 2 above
100
+ on a medium customarily used for software interchange; or, b.Accompany it
101
+ with a written offer, valid for at least three years, to give any third
102
+ party, for a charge no more than your cost of physically performing source
103
+ distribution, a complete machine-readable copy of the corresponding source
104
+ code, to be distributed under the terms of Sections 1 and 2 above on a
105
+ medium customarily used for software interchange; or, c.Accompany it with
106
+ the information you received as to the offer to distribute corresponding
107
+ source code. (This alternative is allowed only for noncommercial
108
+ distribution and only if you received the program in object code or
109
+ executable form with such an offer, in accord with Subsection b above.) The
110
+ source code for a work means the preferred form of the work for making
111
+ modifications to it. For an executable work, complete source code means all
112
+ the source code for all modules it contains, plus any associated interface
113
+ definition files, plus the scripts used to control compilation and
114
+ installation of the executable. However, as a special exception, the source
115
+ code distributed need not include anything that is normally distributed (in
116
+ either source or binary form) with the major components (compiler, kernel,
117
+ and so on) of the operating system on which the executable runs, unless
118
+ that component itself accompanies the executable. If distribution of
119
+ executable or object code is made by offering access to copy from a
120
+ designated place, then offering equivalent access to copy the source code
121
+ from the same place counts as distribution of the source code, even though
122
+ third parties are not compelled to copy the source along with the object
123
+ code. 4.You may not copy, modify, sublicense, or distribute the Program
124
+ except as expressly provided under this License. Any attempt otherwise to
125
+ copy, modify, sublicense or distribute the Program is void, and will
126
+ automatically terminate your rights under this License. However, parties
127
+ who have received copies, or rights, from you under this License will not
128
+ have their licenses terminated so long as such parties remain in full
129
+ compliance. 5.You are not required to accept this License, since you have
130
+ not signed it. However, nothing else grants you permission to modify or
131
+ distribute the Program or its derivative works. These actions are
132
+ prohibited by law if you do not accept this License. Therefore, by
133
+ modifying or distributing the Program (or any work based on the Program),
134
+ you indicate your acceptance of this License to do so, and all its terms
135
+ and conditions for copying, distributing or modifying the Program or works
136
+ based on it. 6.Each time you redistribute the Program (or any work based on
137
+ the Program), the recipient automatically receives a license from the
138
+ original licensor to copy, distribute or modify the Program subject to
139
+ these terms and conditions. You may not impose any further restrictions on
140
+ the recipients' exercise of the rights granted herein. You are not
141
+ responsible for enforcing compliance by third parties to this License.
142
+ 7.If, as a consequence of a court judgment or allegation of patent
143
+ infringement or for any other reason (not limited to patent issues),
144
+ conditions are imposed on you (whether by court order, agreement or
145
+ otherwise) that contradict the conditions of this License, they do not
146
+ excuse you from the conditions of this License. If you cannot distribute so
147
+ as to satisfy simultaneously your obligations under this License and any
148
+ other pertinent obligations, then as a consequence you may not distribute
149
+ the Program at all. For example, if a patent license would not permit
150
+ royalty-free redistribution of the Program by all those who receive copies
151
+ directly or indirectly through you, then the only way you could satisfy
152
+ both it and this License would be to refrain entirely from distribution of
153
+ the Program. If any portion of this section is held invalid or
154
+ unenforceable under any particular circumstance, the balance of the section
155
+ is intended to apply and the section as a whole is intended to apply in
156
+ other circumstances. It is not the purpose of this section to induce you to
157
+ infringe any patents or other property right claims or to contest validity
158
+ of any such claims; this section has the sole purpose of protecting the
159
+ integrity of the free software distribution system, which is implemented by
160
+ public license practices. Many people have made generous contributions to
161
+ the wide range of software distributed through that system in reliance on
162
+ consistent application of that system; it is up to the author/donor to
163
+ decide if he or she is willing to distribute software through any other
164
+ system and a licensee cannot impose that choice. This section is intended
165
+ to make thoroughly clear what is believed to be a consequence of the rest
166
+ of this License. 8.If the distribution and/or use of the Program is
167
+ restricted in certain countries either by patents or by copyrighted
168
+ interfaces, the original copyright holder who places the Program under this
169
+ License may add an explicit geographical distribution limitation excluding
170
+ those countries, so that distribution is permitted only in or among
171
+ countries not thus excluded. In such case, this License incorporates the
172
+ limitation as if written in the body of this License. 9.The Free Software
173
+ Foundation may publish revised and/or new versions of the General Public
174
+ License from time to time. Such new versions will be similar in spirit to
175
+ the present version, but may differ in detail to address new problems or
176
+ concerns. Each version is given a distinguishing version number. If the
177
+ Program specifies a version number of this License which applies to it and
178
+ "any later version", you have the option of following the terms and
179
+ conditions either of that version or of any later version published by the
180
+ Free Software Foundation. If the Program does not specify a version number
181
+ of this License, you may choose any version ever published by the Free
182
+ Software Foundation. 10.If you wish to incorporate parts of the Program
183
+ into other free programs whose distribution conditions are different, write
184
+ to the author to ask for permission. For software which is copyrighted by
185
+ the Free Software Foundation, write to the Free Software Foundation; we
186
+ sometimes make exceptions for this. Our decision will be guided by the two
187
+ goals of preserving the free status of all derivatives of our free software
188
+ and of promoting the sharing and reuse of software generally. 11.BECAUSE
189
+ THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE
190
+ PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE
191
+ STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE
192
+ PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
193
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
194
+ AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
195
+ PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE,
196
+ YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12.IN
197
+ NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY
198
+ COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE
199
+ PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
200
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
201
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
202
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
203
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
204
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
205
+ SUCH DAMAGES.
206
+
207
+ Matthew Sparrow (Websiteguy)
license.txt DELETED
@@ -1,15 +0,0 @@
1
- The GPLv2 (or later) from the Free Software Foundation is the license that the WordPress software is under. Its text follows.
2
- Version 2, June 1991
3
- Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
4
- Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
5
- Preamble
6
- The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software — to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation’s software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too.
7
- When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
8
- To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.
9
- For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
10
- We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.
11
- Also, for each author’s protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.
12
- Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone’s free use or not licensed at all.
13
- The precise terms and conditions for copying, distribution and modification follow.
14
- GNU General Public License Terms and Conditions for Copying, Distribution, and Modification 0.This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1.You may copy and distribute verbatim copies of the Program’s source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2.You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a.You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b.You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c.If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3.You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a.Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b.Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c.Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.
15
- 4.You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5.You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6.Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7.If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8.If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9.The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10.If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. 11.BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12.IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Readme.txt → readme.txt RENAMED
@@ -1,305 +1,330 @@
1
- === Disable Updates Manager ===
2
- Contributors: kidsguide
3
- Tags: Disable All Updates, Disable Plugin Updates, Disable Theme Updates, Disable WordPress Core Updates, Disable Core Updates, Disable Updates Settings, Disable Updates, Disable All WordPress Updates, Disable All WordPress Updates Settings, Disable Updates Manager, Disable All Updates Manager, Disable Updates Manager Settings, Update Check
4
- Requires at least: 3.0
5
- Tested up to: 3.9
6
- Stable tag: trunk
7
-
8
- A configurable plugin that disables updates for you. Easy, clean and helpful.
9
-
10
- == Description ==
11
- The best plugin to disable updates is here!
12
-
13
- This plugin is configurable! Check the updates you would like to disable in the settings page along with other helpful settings. Check the features below or the <a href="http://wordpress.org/plugins/stops-core-theme-and-plugin-updates/screenshots/">screenshots</a> for more information.
14
-
15
- = Features =
16
- <ol>
17
- <li>Disables plugins individually.</li>
18
- <li>Disables plugin updates.</li>
19
- <li>Disables theme updates.</li>
20
- <li>Disable WordPress core updates.</li>
21
- <li>Removes admin footer.</li>
22
- <li>Disables background updates.</li>
23
- <li>Removes updates menu in admin sidebar.</li>
24
- </ol>
25
- and many more things!
26
-
27
- To see more features view the <a href="http://wordpress.org/plugins/stops-core-theme-and-plugin-updates/screenshots/">screenshots</a>.
28
-
29
- = Video Tutorial =
30
- [youtube http://www.youtube.com/watch?v=7sMEBGNxhwA]
31
- <small>Version 3.5.0 tutorial video.</small>
32
-
33
- == Frequently Asked Questions ==
34
- = Q: How is this plugin different from the other disable updates plugins? =
35
- A: Their are a couple of differences.
36
- <ol>
37
- <li>They do not disable WordPress automatic updates.</li>
38
- <li>They do not have video tutorials and screenshots.</li>
39
- <li>They do not have settings to make it configurable.</li>
40
- <li>They do not disable plugins individually.</li>
41
- </ol>
42
-
43
- = Q: If I remove this plugin from my website will I be able to update my plugins, themes, and WordPress core again? =
44
- A: Yes, this plugin just disables the update. We has also recently made an uninstall.php for this plugin.
45
-
46
- = Q: Is it possible to disable one plugin? =
47
- A: This plugin does not disable themes individual but it can disable plugins individually. We are considering a setting to disable themes individually.
48
-
49
- = Q: Does this plugin work with WordPress Multisite? =
50
- A: This plugin doesn't yet, but we are working on this.
51
-
52
- == Screenshots ==
53
- 1. Settings Page
54
- 2. Disable Plugin Updates
55
- 3. Disable Plugins Individually
56
-
57
- == Installation ==
58
- Their are two way to install Disable Updates Manager.
59
-
60
- <strong>1)</strong>
61
- <ol>
62
- <li>Push the button above to download the latest version of Disable Updates Manager.</li>
63
- <li>Go in your websites admin to the Plugins> Add New> page and push Upload.</li>
64
-
65
- <li>Upload the zip file and push install.</li>
66
- <li>Go to the Plugins section in your admin dashboard and activate.</li>
67
- </ol>
68
-
69
- <strong>2)</strong> <u><strong>Recommended</strong></u>
70
- <ol>
 
 
 
 
71
  <li>Go in your websites admin to the Plugins> Add New> page and push on the search bar.</li>
72
- <li>Search Disable Updates Manager and push install.</li>
73
- <li>Go to the Plugins section in your admin dashboard and activate.</li>
74
- </ol>
75
-
76
- == Changelog ==
77
- = Preview: 4.1.0 + =
78
- * Work on WordPress Multisite capability.
79
- * New video tutorial.
80
-
81
- = Versions Available for Downloading =
82
- = 4.0 =
83
- * Fixed: output problems.
84
- * Fixed: remove WordPress version code (removing all footer text now only removes version).
85
- * Fixed: tooltips CSS; fixed overlapping errors.
86
- * Updated: readme.txt.
87
- * Updated: video tutorial (added music). Note: new video tutorial coming soon!
88
- * Updated: GitHub version to 3.7.0 (Note: We did not put the lang file in GitHub). - Thanks szepe.viktor!
89
- * Updated: link box CSS in settings.
90
- * Updated: settings notice CSS.
91
- * Updated: tooltips text.
92
- * Renamed: settings page from Disable Updates to Disable Updates Manager.
93
- * Moved: settings error notice in php.
94
- * Moved: settings page to Settings section in admin area.
95
- * Added: some <?php and ?> tags at the end of the files.
96
- * Added: Settings saved notice in settings.
97
- * Added: disable core, theme and plugin updates e-mails debug true - Thanks szepe.viktor!
98
- * Added: license.txt
99
- * Added: capability with WordPress 3.8.2, 3.8.3, and 3.9.
100
- * Added: GitHub link in settings.
101
- * Added: GitHub link under plugin on plugin list.
102
- * Added: Afrikaans translation.
103
- * Added: Catatla/Espanya translation.
104
- * Added: Dansk translation.
105
- * Added: Deutsch translation.
106
- * Added: English (Canada) translation.
107
- * Added: English (UK) translation.
108
- * Added: Espanol translation.
109
- * Added: Francais (Canada) translation.
110
- * Added: Francais (France) translation.
111
- * Added: Italiano translation.
112
- * Added: Romana translation.
113
- * Removed: "New format coming soon!" sign under Disable Plugins Individually setting.
114
- = Notes =
115
- * If you have any languages that you would like use to add, please post a support topic on wordpress.org or post it on <a href="https://github.com/Websiteguy/disable-updates-manager">GitHub</a>.
116
-
117
- = 3.6.0 =
118
- * Updated: tutorial link (forgot last update).
119
- * Updated: notice CSS to make auto size.
120
- * Fixed: old name for settings page (in URL).
121
- * Added: style.css.
122
- * Added: uninstall.php.
123
- * Added: "Other Notes" in readme.txt.
124
- * Removed: CSS from function.php.
125
-
126
- = 3.5.0 =
127
- * Added: "Disable Plugins Individually" postbox.
128
- * Removed: "Disable Updates Individually" section.
129
- * Updated: screenshots.
130
- * Updated: video tutorial.
131
- * Updated: readme.txt description.
132
- * Updated: code notes.
133
- * Changed: "Disable Plugin Updates Individually" format (working on better format for upcoming versions).
134
- * Changed: postbox format.
135
- * Changed: "Please Note" border box to proper notice.
136
- * Moved: CSS script.
137
-
138
- = second update =
139
- * Fixed: screenshot error.
140
- * Fixed: changelog error.
141
- * Fixed: contributor error.
142
-
143
- (Sorry for all these errors)
144
-
145
- = 3.4.0 =
146
- * Added "Disable Plugins Individually" Setting and Section
147
- * Added Help Postbox to Settings
148
- * Updated Screenshots
149
- * Added Tooltips to some Settings
150
- * Added Better License
151
- * Updated Description
152
-
153
- = 3.3.0 =
154
- * Fixed Error with Remove WordPress Version from Footer in Admin
155
- * Added Help Spot in Settings
156
- * Added border-radius Code to Postboxes and Boxes
157
- * Updated Screenshots
158
- * FAQ Updated
159
-
160
- = 3.2.0 =
161
- * Fixed Please Note Spelling Mistake
162
- * Fixed Readme.txt Spelling Mistakes
163
- * Works with WordPress 3.8.1
164
- * Changed Video Tutorial Link
165
- * Added CSS to Postboxes and Please Note Box (changed width, added padding, moved around)
166
-
167
- = 3.1.0 =
168
- * Added "Disable Automatic Background Updates" Setting
169
- * Removed "Please Note!" Postbox
170
- * Added "Please Note" Notice in Settings
171
- * Moved Around Other Settings
172
- * Screenshots Updated
173
- * Removed Settings (combined into "Disable All Updates" setting)
174
- * Fixed "Other Settings" Postbox "<span>" Code for Settings
175
- * Updated Video Tutorial (using version 3.1.0)
176
-
177
- = 3.0.0 =
178
- * Updated Readme.txt Description
179
- * Removed "Other Notes" in Readme.txt
180
- * Added More Readme.txt Tags
181
- * Added "Disable Debug E-mails" Setting
182
- * Added "Disable Update E-mails" Setting
183
- * Added "Disable WordPress Automatic Updates" Setting
184
- * Added "Remove WordPress Core Version" Setting
185
- * Added "Please Note" Postbox
186
- * Combined "Disable All Updates" Postbox with "Disable Updates" Postbox
187
- * Fixed Half Screen Display
188
- * Removed Language Translate <small>(didn't work)</small>
189
-
190
- = 2.7.0 =
191
- * Updated Readme.txt Description
192
- * Fixed function in settings.
193
-
194
- = 2.6.0 =
195
- * Added Better Settings Description
196
- * Fixed Disable All Updates Setting Error <strong>(Thanks conservativeread!)</strong>
197
- * Remove the Updates Page Setting from Disable All Updates Setting <strong>(Thanks again conservativeread!)</strong>
198
-
199
- = 2.5.1 =
200
- * Changed Save Button Text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  * HTML Notes Updated
202
  * Fixed Changelog Errors
203
- * Updated Description
204
-
205
- = 2.5.0 =
206
- * Added Postboxes
207
- * Remove Delete Files Setting
208
- * Added Disable All Updates Setting
209
- * Renamed Name on Settings Page
210
- * HTML Notes Updated
211
- * Delete Translation .mo File
212
- * Readme.txt Error Fixed
213
-
214
- = 2.4.0 =
215
- * Plugin Name Changed (Disable Updates Manager)
216
- * Tags Updated (Make it easier to find this plugin)
217
  * Fixed Some HTML
218
- * Added Translation (Test)
219
-
220
- = 2.3.0 =
221
- * Remove File Setting Added
222
- * Fixed up Settings Page
223
- * Updated Readme.txt
224
- * Removed Tutorial on Settings Page (their is a link to the tutorial in the plugin page)
225
-
226
- = 2.2.1 =
227
- * Fixed Readme.txt Errors with Boxes
228
-
229
- = 2.2.0 =
230
- * Settings Page Updated (Added Tutorial to Settings Page)
231
- * Video Tutorial Updated
232
- * New Settings Page Name (Disable Updates)
233
-
234
- = 2.1.0 =
235
- * Settings Page Updated (under Dashboard and with more settings)
236
- * Fixed Disable Plugin, Theme, and Core Disabling Problem
237
- * Updated Readme.txt
238
- * Removed Hide Updates Notice Setting
239
- * Remove Admin Notice <strong>(Thanks conservativeread!)</strong>
240
-
241
- = 2.0.0 =
242
- * Settings Page Added
243
- * Disable One, Two, or Three Feature Added
244
- * Updated Screenshots
245
- * Updated Readme.txt
246
-
247
- = 1.9.0 =
248
- * Admin Notice Added
249
- * FAQ Error Fixed
250
- * HTML Notes and Some HTML Updated
251
- * Links Added Under Plugin in Dashboard (Support Forum, FAQ, Tutorial)
252
- * Updated Readme.txt
253
-
254
- = 1.8.0 =
255
- * FAQ Added
256
- * HTML Notes Edited
257
- * Updated Readme.txt
258
-
259
- = 1.7.1 =
260
- * Screenshot Error Fixed
261
- * Installation Error Fixed
262
-
263
- = 1.7.0 =
264
- * New Html Code Added (this code disables WordPress automatic updates)
265
- * New Version Numbers (now going up by .1.0)
266
- * Updated Readme.txt (mostly under Installation)
267
-
268
- = 1.6.0 =
269
- * Updated Readme.txt
270
- * Fixed HTML Error
271
- * Video Tutorial Added
272
-
273
- = 1.5 =
274
- * Updated Readme.txt
275
- * Fixed HTML Spacing
276
-
277
- = 1.4 =
278
- * Updated Reame.txt
279
- * Updated HTML Notes
280
-
281
- = 1.3 =
282
- * Updated Readme.txt
283
- * Added a Disable Updates Check Feature
284
-
285
- = 1.2 =
286
- * Updated Readme.txt
287
- * Updated HTML Notes
288
- * Added Disable Update E-mails HTML (Note: This code will only work for some plugins)
289
-
290
- = 1.1 =
291
- * Screenshots Updated
292
- * Fixed Error
293
-
294
- = 1.0.0 =
295
- * Fixed Changelog Problem
296
- * HTML Changed
297
- * Updated Readme.txt
298
- * Works with WordPress 3.8
299
-
300
- = 0.1 =
 
301
  * Published on Wordpress.org
302
- (September 1, 2013)
303
-
304
- = Note =
305
- Versions 0.2 to 0.9 are not listed in this changelog.
 
 
1
+ === Disable Updates Manager ===
2
+ Contributors: kidsguide
3
+ Tags: Disable All Updates, Disable Plugin Updates, Disable Theme Updates, Disable WordPress Core Updates, Disable Core Updates, Disable Updates Settings, Disable Updates, Disable All WordPress Updates, Disable All WordPress Updates Settings, Disable Updates Manager, Disable All Updates Manager, Disable Updates Manager Settings, Update Check
4
+ Requires at least: 3.0
5
+ Tested up to: 3.9.1
6
+ Stable tag: trunk
7
+
8
+ A configurable plugin that disables updates for you. Easy, clean and helpful.
9
+
10
+ == Description ==
11
+ The best plugin to disable updates is here!
12
+
13
+ This plugin is configurable! Check the updates you would like to disable in the settings page along with other helpful settings. The settings page is located under the settings section in your dashboard (changed in version 4.0). Check the features below or the <a href="http://wordpress.org/plugins/stops-core-theme-and-plugin-updates/screenshots/">screenshots</a> for more information.
14
+
15
+ = Features =
16
+ <ol>
17
+ <li>Disables plugins individually.</li>
18
+ <li>Disables plugin updates.</li>
19
+ <li>Disables theme updates.</li>
20
+ <li>Disable WordPress core updates.</li>
21
+ <li>Removes admin footer version.</li>
22
+ <li>Disables background updates.</li>
23
+ <li>Removes updates menu in admin sidebar.</li>
24
+ </ol>
25
+ and many more things!
26
+
27
+ To see more features view the <a href="http://wordpress.org/plugins/stops-core-theme-and-plugin-updates/screenshots/">screenshots</a> or the video tutorials below.
28
+
29
+ = Video Tutorials =
30
+ [youtube http://www.youtube.com/watch?v=ppCxjREhF9g]
31
+
32
+ [youtube http://www.youtube.com/watch?v=TbqYfkDlhCg]
33
+
34
+
35
+ == Frequently Asked Questions ==
36
+ = Q: How is this plugin different from the other disable updates plugins? =
37
+ A: Their are a couple of differences.
38
+ <ol>
39
+ <li>They do not disable WordPress automatic updates.</li>
40
+ <li>They do not have video tutorials and screenshots.</li>
41
+ <li>They do not have settings to make it configurable.</li>
42
+ <li>They do not disable plugins individually.</li>
43
+ </ol>
44
+
45
+ = Q: If I remove this plugin from my website will I be able to update my plugins, themes, and WordPress core again? =
46
+ A: Yes, this plugin just disables the update. We has also recently made an uninstall.php for this plugin.
47
+
48
+ = Q: Is it possible to disable one plugin? =
49
+ A: This plugin can disable plugins individually. Watch the tutorial below for help on how to do it.
50
+
51
+ [youtube http://www.youtube.com/watch?v=TbqYfkDlhCg]
52
+
53
+ = Q: Does this plugin work with WordPress Multisite? =
54
+ A: This plugin doesn't yet, but we are working on this.
55
+
56
+ == Screenshots ==
57
+ 1. Settings Page
58
+ 2. Disable Plugin Updates
59
+ 3. Disable Plugins Individually
60
+
61
+ == Installation ==
62
+ Their are two way to install Disable Updates Manager.
63
+
64
+ <strong>1)</strong>
65
+ <ol>
66
+ <li>Push the button above to download the latest version of Disable Updates Manager.</li>
67
+ <li>Go in your websites admin to the Plugins> Add New> page and push Upload.</li>
68
+
69
+ <li>Upload the zip file and push install.</li>
70
+ <li>Go to the Plugins section in your admin dashboard and activate.</li>
71
+ </ol>
72
+
73
+ <strong>2)</strong> <u><strong>Recommended</strong></u>
74
+ <ol>
75
  <li>Go in your websites admin to the Plugins> Add New> page and push on the search bar.</li>
76
+ <li>Search Disable Updates Manager and push install.</li>
77
+ <li>Go to the Plugins section in your admin dashboard and activate.</li>
78
+ </ol>
79
+
80
+ == Changelog ==
81
+ = 4.0.3 =
82
+ * Fixed: FAQ spelling mistakes.
83
+ * Fixed: changelog star error.
84
+ * Fixed: error with no lang file in version 4.0.
85
+ * Added: version 4.0.3 on GitHub.
86
+ * Added: name to license.txt file.
87
+ * Cleaned: css files (having trouble with php files).
88
+ * Changed: description.
89
+ * Renamed: remove WordPress version from footer in settings.
90
+
91
+ = 4.0.2 =
92
+ * Fixed: unchecked error in settings.
93
+ * Added: version 4.0.2 to GitHub.
94
+ * Removed: code format (will add in version 4.0.3 which will be released soon).
95
+ * Added: 4.0 available for download.
96
+ * Added: footnote at bottom of changelog.
97
+
98
+ = 4.0.1* =
99
+ * Updated: code to make it way easier to understand. - Thanks szepe.viktor!
100
+ * Updated/Added: video tutorials.
101
+ * Added: version 4.0.1 to GitHub.
102
+ * Added: capability with WordPress version 3.9.1.
103
+
104
+ = 4.0 =
105
+ * Fixed: output problems.
106
+ * Fixed: remove WordPress version code (removing all footer text now only removes version).
107
+ * Fixed: tooltips CSS; fixed overlapping errors.
108
+ * Updated: readme.txt.
109
+ * Updated: video tutorial (added music). Note: new video tutorial coming soon!
110
+ * Updated: GitHub version to 4.0 (Note: We did not put the lang file in GitHub). - Thanks szepe.viktor!
111
+ * Updated: link box CSS in settings.
112
+ * Updated: settings notice CSS.
113
+ * Updated: tooltips text.
114
+ * Renamed: settings page from Disable Updates to Disable Updates Manager.
115
+ * Moved: settings error notice in php.
116
+ * Moved: settings page to Settings section in admin area.
117
+ * Added: some <?php and ?> tags at the end of the files.
118
+ * Added: Settings saved notice in settings.
119
+ * Added: disable core, theme and plugin updates e-mails debug true - Thanks szepe.viktor!
120
+ * Added: license.txt
121
+ * Added: capability with WordPress 3.8.2, 3.8.3, and 3.9.
122
+ * Added: GitHub link in settings.
123
+ * Added: GitHub link under plugin on plugin list.
124
+ * Added: Afrikaans translation.
125
+ * Added: Catatla/Espanya translation.
126
+ * Added: Dansk translation.
127
+ * Added: Deutsch translation.
128
+ * Added: English (Canada) translation.
129
+ * Added: English (UK) translation.
130
+ * Added: Espanol translation.
131
+ * Added: Francais (Canada) translation.
132
+ * Added: Francais (France) translation.
133
+ * Added: Italiano translation.
134
+ * Added: Romana translation.
135
+ * Removed: "New format coming soon!" sign under Disable Plugins Individually setting.
136
+ = Notes =
137
+ * If you have any languages that you would like use to add, please post a support topic on wordpress.org or post it on <a href="https://github.com/Websiteguy/disable-updates-manager">GitHub</a>.
138
+
139
+ = 3.6.0 =
140
+ * Updated: tutorial link (forgot last update).
141
+ * Updated: notice CSS to make auto size.
142
+ * Fixed: old name for settings page (in URL).
143
+ * Added: style.css.
144
+ * Added: uninstall.php.
145
+ * Added: "Other Notes" in readme.txt.
146
+ * Removed: CSS from function.php.
147
+
148
+ = 3.5.0 =
149
+ * Added: "Disable Plugins Individually" postbox.
150
+ * Removed: "Disable Updates Individually" section.
151
+ * Updated: screenshots.
152
+ * Updated: video tutorial.
153
+ * Updated: readme.txt description.
154
+ * Updated: code notes.
155
+ * Changed: "Disable Plugin Updates Individually" format (working on better format for upcoming versions).
156
+ * Changed: postbox format.
157
+ * Changed: "Please Note" border box to proper notice.
158
+ * Moved: CSS script.
159
+
160
+ = second update =
161
+ * Fixed: screenshot error.
162
+ * Fixed: changelog error.
163
+ * Fixed: contributor error.
164
+
165
+ (Sorry for all these errors)
166
+
167
+ = 3.4.0 =
168
+ * Added "Disable Plugins Individually" Setting and Section
169
+ * Added Help Postbox to Settings
170
+ * Updated Screenshots
171
+ * Added Tooltips to some Settings
172
+ * Added Better License
173
+ * Updated Description
174
+
175
+ = 3.3.0 =
176
+ * Fixed Error with Remove WordPress Version from Footer in Admin
177
+ * Added Help Spot in Settings
178
+ * Added border-radius Code to Postboxes and Boxes
179
+ * Updated Screenshots
180
+ * FAQ Updated
181
+
182
+ = 3.2.0 =
183
+ * Fixed Please Note Spelling Mistake
184
+ * Fixed Readme.txt Spelling Mistakes
185
+ * Works with WordPress 3.8.1
186
+ * Changed Video Tutorial Link
187
+ * Added CSS to Postboxes and Please Note Box (changed width, added padding, moved around)
188
+
189
+ = 3.1.0 =
190
+ * Added "Disable Automatic Background Updates" Setting
191
+ * Removed "Please Note!" Postbox
192
+ * Added "Please Note" Notice in Settings
193
+ * Moved Around Other Settings
194
+ * Screenshots Updated
195
+ * Removed Settings (combined into "Disable All Updates" setting)
196
+ * Fixed "Other Settings" Postbox "<span>" Code for Settings
197
+ * Updated Video Tutorial (using version 3.1.0)
198
+
199
+ = 3.0.0 =
200
+ * Updated Readme.txt Description
201
+ * Removed "Other Notes" in Readme.txt
202
+ * Added More Readme.txt Tags
203
+ * Added "Disable Debug E-mails" Setting
204
+ * Added "Disable Update E-mails" Setting
205
+ * Added "Disable WordPress Automatic Updates" Setting
206
+ * Added "Remove WordPress Core Version" Setting
207
+ * Added "Please Note" Postbox
208
+ * Combined "Disable All Updates" Postbox with "Disable Updates" Postbox
209
+ * Fixed Half Screen Display
210
+ * Removed Language Translate <small>(didn't work)</small>
211
+
212
+ = 2.7.0 =
213
+ * Updated Readme.txt Description
214
+ * Fixed function in settings.
215
+
216
+ = 2.6.0 =
217
+ * Added Better Settings Description
218
+ * Fixed Disable All Updates Setting Error <strong>(Thanks conservativeread!)</strong>
219
+ * Remove the Updates Page Setting from Disable All Updates Setting <strong>(Thanks again conservativeread!)</strong>
220
+
221
+ = 2.5.1 =
222
+ * Changed Save Button Text
223
  * HTML Notes Updated
224
  * Fixed Changelog Errors
225
+ * Updated Description
226
+
227
+ = 2.5.0 =
228
+ * Added Postboxes
229
+ * Remove Delete Files Setting
230
+ * Added Disable All Updates Setting
231
+ * Renamed Name on Settings Page
232
+ * HTML Notes Updated
233
+ * Delete Translation .mo File
234
+ * Readme.txt Error Fixed
235
+
236
+ = 2.4.0 =
237
+ * Plugin Name Changed (Disable Updates Manager)
238
+ * Tags Updated (Make it easier to find this plugin)
239
  * Fixed Some HTML
240
+ * Added Translation (Test)
241
+
242
+ = 2.3.0 =
243
+ * Remove File Setting Added
244
+ * Fixed up Settings Page
245
+ * Updated Readme.txt
246
+ * Removed Tutorial on Settings Page (their is a link to the tutorial in the plugin page)
247
+
248
+ = 2.2.1 =
249
+ * Fixed Readme.txt Errors with Boxes
250
+
251
+ = 2.2.0 =
252
+ * Settings Page Updated (Added Tutorial to Settings Page)
253
+ * Video Tutorial Updated
254
+ * New Settings Page Name (Disable Updates)
255
+
256
+ = 2.1.0 =
257
+ * Settings Page Updated (under Dashboard and with more settings)
258
+ * Fixed Disable Plugin, Theme, and Core Disabling Problem
259
+ * Updated Readme.txt
260
+ * Removed Hide Updates Notice Setting
261
+ * Remove Admin Notice <strong>(Thanks conservativeread!)</strong>
262
+
263
+ = 2.0.0 =
264
+ * Settings Page Added
265
+ * Disable One, Two, or Three Feature Added
266
+ * Updated Screenshots
267
+ * Updated Readme.txt
268
+
269
+ = 1.9.0 =
270
+ * Admin Notice Added
271
+ * FAQ Error Fixed
272
+ * HTML Notes and Some HTML Updated
273
+ * Links Added Under Plugin in Dashboard (Support Forum, FAQ, Tutorial)
274
+ * Updated Readme.txt
275
+
276
+ = 1.8.0 =
277
+ * FAQ Added
278
+ * HTML Notes Edited
279
+ * Updated Readme.txt
280
+
281
+ = 1.7.1 =
282
+ * Screenshot Error Fixed
283
+ * Installation Error Fixed
284
+
285
+ = 1.7.0 =
286
+ * New Html Code Added (this code disables WordPress automatic updates)
287
+ * New Version Numbers (now going up by .1.0)
288
+ * Updated Readme.txt (mostly under Installation)
289
+
290
+ = 1.6.0 =
291
+ * Updated Readme.txt
292
+ * Fixed HTML Error
293
+ * Video Tutorial Added
294
+
295
+ = 1.5 =
296
+ * Updated Readme.txt
297
+ * Fixed HTML Spacing
298
+
299
+ = 1.4 =
300
+ * Updated Reame.txt
301
+ * Updated HTML Notes
302
+
303
+ = 1.3 =
304
+ * Updated Readme.txt
305
+ * Added a Disable Updates Check Feature
306
+
307
+ = 1.2 =
308
+ * Updated Readme.txt
309
+ * Updated HTML Notes
310
+ * Added Disable Update E-mails HTML (Note: This code will only work for some plugins)
311
+
312
+ = 1.1 =
313
+ * Screenshots Updated
314
+ * Fixed Error
315
+
316
+ = 1.0.0 =
317
+ * Fixed Changelog Problem
318
+ * HTML Changed
319
+ * Updated Readme.txt
320
+ * Works with WordPress 3.8
321
+
322
+ = 0.1* =
323
+
324
  * Published on Wordpress.org
325
+ (September 1, 2013)
326
+
327
+ = Note =
328
+ Versions 0.2 to 0.9 are not listed in this changelog.
329
+
330
+ = * = versions not available for download.
style.css CHANGED
@@ -1,39 +1,38 @@
1
- /* Tooltips CSS */
2
-
3
- .showonhover {
4
  position: relative;
5
- }
6
-
7
- .showonhover .hovertext {
8
- opacity: 0;
9
- top: -99999px;
10
- position: absolute;
11
- z-index: 1000;
12
- border: 1px solid #ffd971;
13
- background-color: #fffdce;
14
- padding-top: 1.5px;
15
- padding-bottom: 1.5px;
16
- padding-right: 7.5px;
17
- padding-left: 7.5px;
18
- width: auto;
19
- height: auto;
20
- font-size: 0.85em;
21
- -webkit-transition: opacity 0.3s ease;
22
- -moz-transition: opacity 0.3s ease;
23
- -o-transition: opacity 0.3s ease;
24
- transition: opacity 0.3s ease;
25
- }
26
-
27
- .showonhover:hover .hovertext {
28
  opacity: 1;
29
- top: 0;
30
- }
31
-
32
- a.viewdescription {
33
- color:#999;
34
- }
35
-
36
- a.viewdescription:hover {
37
- background-color:#999;
38
- color: White;
39
- }
1
+ /* Tooltips CSS */
2
+ .showonhover {
 
3
  position: relative;
4
+ }
5
+
6
+ .showonhover .hovertext {
7
+ opacity: 0;
8
+ top: -99999px;
9
+ position: absolute;
10
+ z-index: 1000;
11
+ border: 1px solid #ffd971;
12
+ background-color: #fffdce;
13
+ padding-top: 1.5px;
14
+ padding-bottom: 1.5px;
15
+ padding-right: 7.5px;
16
+ padding-left: 7.5px;
17
+ width: auto;
18
+ height: auto;
19
+ font-size: .85em;
20
+ -webkit-transition: opacity .3s ease;
21
+ -moz-transition: opacity .3s ease;
22
+ -o-transition: opacity .3s ease;
23
+ transition: opacity .3s ease;
24
+ }
25
+
26
+ .showonhover:hover .hovertext {
27
  opacity: 1;
28
+ top: 0;
29
+ }
30
+
31
+ a.viewdescription {
32
+ color: #999;
33
+ }
34
+
35
+ a.viewdescription:hover {
36
+ background-color: #999;
37
+ color: #FFF;
38
+ }
uninstall.php CHANGED
@@ -8,4 +8,4 @@ if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) {
8
  // it was defined, now delete
9
  delete_option('_disable_updates');
10
 
11
- ?>
8
  // it was defined, now delete
9
  delete_option('_disable_updates');
10
 
11
+ ?>