Version Description
- Added custom plugin installer icon.
- Tested with WordPress 4.0RC1 (4.0 to be released September 4, 2014).
- Modified some help tab content.
- Added proper CSS for columns in help tab.
- Modified settings alignment.
- Changed metaboxes arrangement in screen options.
- Changed metaboxes titles.
- Removed some versions in changelog.
Download this release
Release Info
Developer | kidsguide |
Plugin | Easy Updates Manager |
Version | 4.3.0 |
Comparing to | |
See all releases |
Code changes from version 4.2.24 to 4.3.0
- Function.php +42 -71
- License.txt +1 -1
- assets/admin.js +1 -1
- assets/style.css +15 -2
- assets/style.min.css +2 -1
- readme.txt +11 -55
- vendor/chosen/Thumbs.db +0 -0
Function.php
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
* @package Disable Updates Manager
|
4 |
* @author MPS Plugins
|
5 |
* @email webguywp@gmail.com
|
6 |
-
* @version 4.
|
7 |
*/
|
8 |
/*
|
9 |
Plugin Name: Disable Updates Manager
|
10 |
Plugin URI: http://www.mpswp.wordpress.com
|
11 |
-
Version: 4.
|
12 |
Description: A configurable plugin that disables updates for you. Easy, clean and helpful.
|
13 |
Author: MPS Plugins
|
14 |
Author URI: http://www.mpswp.wordpress.com
|
@@ -38,7 +38,7 @@ Go to the license.txt in the trunk for more information.
|
|
38 |
class Disable_Updates {
|
39 |
|
40 |
// Define version.
|
41 |
-
const VERSION = '4.
|
42 |
|
43 |
private static $page_hook = '';
|
44 |
|
@@ -62,11 +62,11 @@ class Disable_Updates {
|
|
62 |
// load the values recorded.
|
63 |
$this->load_disable_updates();
|
64 |
}
|
65 |
-
|
66 |
static function load_textdomain() {
|
67 |
|
68 |
load_plugin_textdomain( 'disable-updates-manager', FALSE, basename( dirname( __FILE__ ) ) . '/lang' );
|
69 |
-
|
70 |
}
|
71 |
|
72 |
static function page_actions() {
|
@@ -78,10 +78,10 @@ class Disable_Updates {
|
|
78 |
add_screen_option('layout_columns', array('max' => 2, 'default' => 2) );
|
79 |
|
80 |
add_meta_box( 'dum-global', __( 'Disable Updates Globally', 'disable-updates-manager' ), array( __CLASS__, 'metabox_global' ), self::$page_hook, 'left', 'core' );
|
81 |
-
|
82 |
-
|
83 |
-
add_meta_box( 'dum-
|
84 |
-
add_meta_box( 'dum-plugins', __( 'Disable
|
85 |
}
|
86 |
|
87 |
static function enqueue_css() {
|
@@ -103,7 +103,7 @@ class Disable_Updates {
|
|
103 |
|
104 |
wp_enqueue_script( 'dum-chosen-js', plugins_url( "vendor/chosen/chosen.jquery$min.js", __FILE__ ), array( 'dum-admin-js' ), '1.1.0' );
|
105 |
}
|
106 |
-
|
107 |
static function footer_scripts() {
|
108 |
|
109 |
?>
|
@@ -611,56 +611,34 @@ add_action( 'admin_init', 'c2c_no_browser_nag' );
|
|
611 |
|
612 |
$screen = get_current_screen();
|
613 |
$content1 = <<<CONTENT1
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
<p>Please <a href="https://wordpress.org/support/view/plugin-reviews/stops-core-theme-and-plugin-updates?rate=5#postform">rate this plugin</a> according.</p>
|
618 |
|
|
|
|
|
619 |
</div>
|
620 |
-
<div class="error" id="error">
|
621 |
-
|
622 |
-
<p><strong>Please Note! - </strong>If either your WordPress core, theme, or plugins get too out
|
623 |
-
of date, you may run into compatibility problems. Check the capability tab in the help tab for more information.</p>
|
624 |
|
|
|
|
|
|
|
625 |
</div>
|
626 |
-
|
627 |
-
<p>
|
628 |
-
Disable Updates Manager 4.2.22 is the most innovative version yet. With the last few updates, you will notice some new key features mostly in the settings page. The settings page had a major redo with its new metaboxes to make them drag and drop with cool screen options plus in the setting, we used some Chosen integration. Included in all of that is some minor fixes to the grammar and layout.
|
629 |
-
<br>
|
630 |
-
<br>
|
631 |
-
For the code, it had a fix up. The language files got compressed into on simple file plus the code is now sorted in some more folders making it easier to navigate through.
|
632 |
-
<br>
|
633 |
-
<br>
|
634 |
-
If you are having trouble with any of the new features in Disable Updates Manager, check the other tabs in this help tab. Feel free to contact us any time.
|
635 |
-
</p>
|
636 |
|
637 |
CONTENT1;
|
638 |
|
639 |
$content2 = <<<CONTENT2
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
</div>
|
645 |
-
|
646 |
-
<
|
647 |
-
<iframe width="
|
648 |
-
</p>
|
649 |
-
</div>
|
650 |
-
<div style="width:40%;padding:0 10pt 0 0;float:right;">
|
651 |
-
<p>
|
652 |
-
<iframe width="280" height="157" src="//www.youtube.com/embed/9vPVis3NZHI?rel=0" frameborder="0" allowfullscreen></iframe>
|
653 |
-
</p>
|
654 |
</div>
|
655 |
|
656 |
CONTENT2;
|
657 |
|
658 |
$content3 = <<<CONTENT3
|
659 |
-
<div class="updated" id="update">
|
660 |
-
|
661 |
-
<p>Please <a href="https://wordpress.org/support/view/plugin-reviews/stops-core-theme-and-plugin-updates?rate=5#postform">rate this plugin</a> according.</p>
|
662 |
-
|
663 |
-
</div>
|
664 |
<p>
|
665 |
<a href="http://mpswp.wordpress.com">Our Website</a>
|
666 |
<br>
|
@@ -674,11 +652,6 @@ CONTENT2;
|
|
674 |
CONTENT3;
|
675 |
|
676 |
$content4 = <<<CONTENT4
|
677 |
-
<div class="updated" id="update">
|
678 |
-
|
679 |
-
<p>Please <a href="https://wordpress.org/support/view/plugin-reviews/stops-core-theme-and-plugin-updates?rate=5#postform">rate this plugin</a> according.</p>
|
680 |
-
|
681 |
-
</div>
|
682 |
<p>
|
683 |
You can use the following controls to arrange the settings to suit your workflow.
|
684 |
<br>
|
@@ -705,9 +678,11 @@ CONTENT4;
|
|
705 |
<p style="align: center;">
|
706 |
<h3>Contributors:</h3>
|
707 |
<ul>
|
708 |
-
<
|
709 |
<li><a href="http://profiles.wordpress.org/kidsguide/">Matthew</a></li>
|
|
|
710 |
<li><a href="http://profiles.wordpress.org/shazahm1hotmailcom/">Shazahm1</a></li>
|
|
|
711 |
<li><a href="http://profiles.wordpress.org/szepeviktor/">szepe.viktor</a></li>
|
712 |
</ul>
|
713 |
</p>
|
@@ -715,19 +690,15 @@ CONTENT4;
|
|
715 |
CONTENT5;
|
716 |
|
717 |
$content6 = <<<CONTENT6
|
718 |
-
|
719 |
-
|
720 |
-
<p>Please <a href="https://wordpress.org/support/view/plugin-reviews/stops-core-theme-and-plugin-updates?rate=5#postform">rate this plugin</a> according.</p>
|
721 |
|
722 |
-
|
723 |
-
<
|
724 |
-
|
725 |
-
<
|
726 |
-
<
|
727 |
-
|
728 |
-
<br>
|
729 |
-
<br>
|
730 |
-
This plugin has also been tested with popular themes to make sure that it doesn't mess up your site.
|
731 |
</p>
|
732 |
|
733 |
CONTENT6;
|
@@ -759,7 +730,7 @@ CONTENT6;
|
|
759 |
|
760 |
$screen->add_help_tab(array(
|
761 |
'id' => 'help_tab_content_3',
|
762 |
-
'title' => __('
|
763 |
'content' => $content3,
|
764 |
));
|
765 |
|
@@ -772,7 +743,7 @@ CONTENT6;
|
|
772 |
?>
|
773 |
<div>
|
774 |
<p>
|
775 |
-
|
776 |
<label for="all_notify">
|
777 |
<input
|
778 |
type="checkbox" <?php checked( 1, ( isset( $status['all'] ) ? (int) $status['all'] : 0 ), TRUE ); ?>
|
@@ -783,13 +754,13 @@ CONTENT6;
|
|
783 |
<a href="#" class="viewdescription">?</a>
|
784 |
<span class="hovertext">Disables core, theme, and plugin updates.</span>
|
785 |
</span>
|
|
|
786 |
</p>
|
787 |
</div>
|
788 |
-
</div>
|
789 |
|
790 |
<div style="padding-left: 12px;">
|
791 |
-
<div>
|
792 |
<p>
|
|
|
793 |
<label for="plugins_notify">
|
794 |
<input type="checkbox" <?php checked( 1, ( isset( $status['plugin'] ) && ! isset( $status['all'] ) ? (int) $status['plugin'] : 0 ), TRUE ); ?>
|
795 |
value="1" id="plugins_notify"
|
@@ -797,7 +768,7 @@ CONTENT6;
|
|
797 |
<?php disabled( 1, ( isset( $status['all'] ) ? (int) $status['all'] : 0 ) ) ?>> <?php _e( 'Disable All Plugin Updates', 'disable-updates-manager' ) ?>
|
798 |
</label>
|
799 |
</div>
|
800 |
-
|
801 |
<div>
|
802 |
<label for="themes_notify">
|
803 |
<input type="checkbox" <?php checked( 1, ( isset( $status['theme'] ) && ! isset( $status['all'] ) ? (int) $status['theme'] : 0 ), TRUE ); ?>
|
@@ -806,7 +777,7 @@ CONTENT6;
|
|
806 |
<?php disabled( 1, ( isset( $status['all'] ) ? (int) $status['all'] : 0 ) ) ?>> <?php _e( 'Disable All Theme Updates', 'disable-updates-manager' ) ?>
|
807 |
</label>
|
808 |
</div>
|
809 |
-
|
810 |
<div>
|
811 |
<label for="core_notify">
|
812 |
<input type="checkbox" <?php checked( 1, ( isset( $status['core'] ) && ! isset( $status['all'] ) ? (int) $status['core'] : 0 ), TRUE ); ?>
|
@@ -814,8 +785,8 @@ CONTENT6;
|
|
814 |
name="_disable_updates[core]"
|
815 |
<?php disabled( 1, ( isset( $status['all'] ) ? (int) $status['all'] : 0 ) ) ?>> <?php _e( 'Disable WordPress Core Update', 'disable-updates-manager' ) ?>
|
816 |
</label>
|
817 |
-
</p>
|
818 |
</div>
|
|
|
819 |
</div>
|
820 |
|
821 |
<?php
|
3 |
* @package Disable Updates Manager
|
4 |
* @author MPS Plugins
|
5 |
* @email webguywp@gmail.com
|
6 |
+
* @version 4.3.0
|
7 |
*/
|
8 |
/*
|
9 |
Plugin Name: Disable Updates Manager
|
10 |
Plugin URI: http://www.mpswp.wordpress.com
|
11 |
+
Version: 4.3.0
|
12 |
Description: A configurable plugin that disables updates for you. Easy, clean and helpful.
|
13 |
Author: MPS Plugins
|
14 |
Author URI: http://www.mpswp.wordpress.com
|
38 |
class Disable_Updates {
|
39 |
|
40 |
// Define version.
|
41 |
+
const VERSION = '4.3.0';
|
42 |
|
43 |
private static $page_hook = '';
|
44 |
|
62 |
// load the values recorded.
|
63 |
$this->load_disable_updates();
|
64 |
}
|
65 |
+
|
66 |
static function load_textdomain() {
|
67 |
|
68 |
load_plugin_textdomain( 'disable-updates-manager', FALSE, basename( dirname( __FILE__ ) ) . '/lang' );
|
69 |
+
|
70 |
}
|
71 |
|
72 |
static function page_actions() {
|
78 |
add_screen_option('layout_columns', array('max' => 2, 'default' => 2) );
|
79 |
|
80 |
add_meta_box( 'dum-global', __( 'Disable Updates Globally', 'disable-updates-manager' ), array( __CLASS__, 'metabox_global' ), self::$page_hook, 'left', 'core' );
|
81 |
+
add_meta_box( 'dum-themes', __( 'Disable Theme Updates', 'disable-updates-manager' ), array( __CLASS__, 'metabox_themes' ), self::$page_hook, 'right', 'core' );
|
82 |
+
|
83 |
+
add_meta_box( 'dum-other', __( 'Other Settings', 'disable-updates-manager' ), array( __CLASS__, 'metabox_other' ), self::$page_hook, 'left', 'core' );
|
84 |
+
add_meta_box( 'dum-plugins', __( 'Disable Plugin Updates', 'disable-updates-manager' ), array( __CLASS__, 'metabox_plugins' ), self::$page_hook, 'right', 'core' );
|
85 |
}
|
86 |
|
87 |
static function enqueue_css() {
|
103 |
|
104 |
wp_enqueue_script( 'dum-chosen-js', plugins_url( "vendor/chosen/chosen.jquery$min.js", __FILE__ ), array( 'dum-admin-js' ), '1.1.0' );
|
105 |
}
|
106 |
+
|
107 |
static function footer_scripts() {
|
108 |
|
109 |
?>
|
611 |
|
612 |
$screen = get_current_screen();
|
613 |
$content1 = <<<CONTENT1
|
614 |
+
<p>
|
615 |
+
This is the Disable Updates Manager settings help tab. In here you will find helpful information on what Disable Updates Manager does and how to use it.
|
616 |
+
</p>
|
|
|
617 |
|
618 |
+
<div class="updated" id="update">
|
619 |
+
<p>Please take the time to <a href="https://wordpress.org/support/view/plugin-reviews/stops-core-theme-and-plugin-updates?rate=5#postform">rate this plugin</a> according.</p>
|
620 |
</div>
|
|
|
|
|
|
|
|
|
621 |
|
622 |
+
<div class="error" id="error">
|
623 |
+
<p><strong>Please Note! - </strong>If either your WordPress core, theme, or plugins get too out
|
624 |
+
of date, you may run into compatibility problems. Check the capability tab for more information.</p>
|
625 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
626 |
|
627 |
CONTENT1;
|
628 |
|
629 |
$content2 = <<<CONTENT2
|
630 |
+
<div><br></div>
|
631 |
+
<div id="column1">
|
632 |
+
<iframe width="310" height="174" src="//www.youtube.com/embed/gm03k-Oxt38?rel=0" frameborder="0" allowfullscreen></iframe>
|
|
|
633 |
</div>
|
634 |
+
|
635 |
+
<div id="column2">
|
636 |
+
<iframe width="310" height="174" src="//www.youtube.com/embed/9vPVis3NZHI?rel=0" frameborder="0" allowfullscreen></iframe>
|
|
|
|
|
|
|
|
|
|
|
|
|
637 |
</div>
|
638 |
|
639 |
CONTENT2;
|
640 |
|
641 |
$content3 = <<<CONTENT3
|
|
|
|
|
|
|
|
|
|
|
642 |
<p>
|
643 |
<a href="http://mpswp.wordpress.com">Our Website</a>
|
644 |
<br>
|
652 |
CONTENT3;
|
653 |
|
654 |
$content4 = <<<CONTENT4
|
|
|
|
|
|
|
|
|
|
|
655 |
<p>
|
656 |
You can use the following controls to arrange the settings to suit your workflow.
|
657 |
<br>
|
678 |
<p style="align: center;">
|
679 |
<h3>Contributors:</h3>
|
680 |
<ul>
|
681 |
+
<h4>Head Contributors</h4>
|
682 |
<li><a href="http://profiles.wordpress.org/kidsguide/">Matthew</a></li>
|
683 |
+
<li><a href="http://profiles.wordpress.org/mps-plugins/">MPS Plugins</a></li>
|
684 |
<li><a href="http://profiles.wordpress.org/shazahm1hotmailcom/">Shazahm1</a></li>
|
685 |
+
<h4>Other Contributors</h4>
|
686 |
<li><a href="http://profiles.wordpress.org/szepeviktor/">szepe.viktor</a></li>
|
687 |
</ul>
|
688 |
</p>
|
690 |
CONTENT5;
|
691 |
|
692 |
$content6 = <<<CONTENT6
|
693 |
+
<p>
|
694 |
+
WordPress encourages you to update your plugins, themes, and core to make sure that there are no bugs. Even though you most likely want to disable all the updates and never update again, you should update every once in a while.
|
|
|
695 |
|
696 |
+
<h3>This plugin is tested so there are no problems.</h3>
|
697 |
+
<ul>
|
698 |
+
<li>Tested with WordPress 4.0RC1</li>
|
699 |
+
<li>Tested with popular plugins for no conflicts</li>
|
700 |
+
<li>Tested with popular themes for no conflicts</li>
|
701 |
+
</ul>
|
|
|
|
|
|
|
702 |
</p>
|
703 |
|
704 |
CONTENT6;
|
730 |
|
731 |
$screen->add_help_tab(array(
|
732 |
'id' => 'help_tab_content_3',
|
733 |
+
'title' => __('Troubleshooting'),
|
734 |
'content' => $content3,
|
735 |
));
|
736 |
|
743 |
?>
|
744 |
<div>
|
745 |
<p>
|
746 |
+
<div class="showonhover">
|
747 |
<label for="all_notify">
|
748 |
<input
|
749 |
type="checkbox" <?php checked( 1, ( isset( $status['all'] ) ? (int) $status['all'] : 0 ), TRUE ); ?>
|
754 |
<a href="#" class="viewdescription">?</a>
|
755 |
<span class="hovertext">Disables core, theme, and plugin updates.</span>
|
756 |
</span>
|
757 |
+
</div>
|
758 |
</p>
|
759 |
</div>
|
|
|
760 |
|
761 |
<div style="padding-left: 12px;">
|
|
|
762 |
<p>
|
763 |
+
<div>
|
764 |
<label for="plugins_notify">
|
765 |
<input type="checkbox" <?php checked( 1, ( isset( $status['plugin'] ) && ! isset( $status['all'] ) ? (int) $status['plugin'] : 0 ), TRUE ); ?>
|
766 |
value="1" id="plugins_notify"
|
768 |
<?php disabled( 1, ( isset( $status['all'] ) ? (int) $status['all'] : 0 ) ) ?>> <?php _e( 'Disable All Plugin Updates', 'disable-updates-manager' ) ?>
|
769 |
</label>
|
770 |
</div>
|
771 |
+
<br>
|
772 |
<div>
|
773 |
<label for="themes_notify">
|
774 |
<input type="checkbox" <?php checked( 1, ( isset( $status['theme'] ) && ! isset( $status['all'] ) ? (int) $status['theme'] : 0 ), TRUE ); ?>
|
777 |
<?php disabled( 1, ( isset( $status['all'] ) ? (int) $status['all'] : 0 ) ) ?>> <?php _e( 'Disable All Theme Updates', 'disable-updates-manager' ) ?>
|
778 |
</label>
|
779 |
</div>
|
780 |
+
<br>
|
781 |
<div>
|
782 |
<label for="core_notify">
|
783 |
<input type="checkbox" <?php checked( 1, ( isset( $status['core'] ) && ! isset( $status['all'] ) ? (int) $status['core'] : 0 ), TRUE ); ?>
|
785 |
name="_disable_updates[core]"
|
786 |
<?php disabled( 1, ( isset( $status['all'] ) ? (int) $status['all'] : 0 ) ) ?>> <?php _e( 'Disable WordPress Core Update', 'disable-updates-manager' ) ?>
|
787 |
</label>
|
|
|
788 |
</div>
|
789 |
+
</p>
|
790 |
</div>
|
791 |
|
792 |
<?php
|
License.txt
CHANGED
@@ -340,5 +340,5 @@ Public License instead of this License.
|
|
340 |
|
341 |
Name: Matthew
|
342 |
Company: MPS Plugins
|
343 |
-
E-mail:
|
344 |
@Copyright 2014
|
340 |
|
341 |
Name: Matthew
|
342 |
Company: MPS Plugins
|
343 |
+
E-mail: mpsplugins@gmail.com
|
344 |
@Copyright 2014
|
assets/admin.js
CHANGED
@@ -23,4 +23,4 @@
|
|
23 |
});
|
24 |
}
|
25 |
|
26 |
-
});
|
23 |
});
|
24 |
}
|
25 |
|
26 |
+
});
|
assets/style.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/* Tooltips
|
2 |
.showonhover {
|
3 |
position: relative;
|
4 |
}
|
@@ -34,7 +34,20 @@ a.viewdescription:hover {
|
|
34 |
color: #FFF;
|
35 |
}
|
36 |
|
37 |
-
/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
select.dum-enhanced-select {
|
39 |
width: 100%;
|
40 |
}
|
1 |
+
/* Settings Page - Tooltips CSS */
|
2 |
.showonhover {
|
3 |
position: relative;
|
4 |
}
|
34 |
color: #FFF;
|
35 |
}
|
36 |
|
37 |
+
/* Settings Page - Columns */
|
38 |
+
#column1 {
|
39 |
+
width: 40%;
|
40 |
+
padding: 0 5pt 0 0;
|
41 |
+
float: left;
|
42 |
+
}
|
43 |
+
|
44 |
+
#column2 {
|
45 |
+
width: 40%;
|
46 |
+
padding: 0 5pt 0 0;
|
47 |
+
float: right;
|
48 |
+
}
|
49 |
+
|
50 |
+
/* Settings Page - Chosen CSS */
|
51 |
select.dum-enhanced-select {
|
52 |
width: 100%;
|
53 |
}
|
assets/style.min.css
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
.showonhover{position:relative}.showonhover .hovertext{opacity:0;top:-99999px;position:absolute;z-index:1000;border:1px solid #ffd971;background-color:#fffdce;padding:2px 8px 2px 8px;width:auto;height:auto;font-size:.85em;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}
|
2 |
.showonhover:hover .hovertext{opacity:1;top:0}a.viewdescription{color:#999}a.viewdescription:hover{background-color:#999;color:#FFF}select.dum-enhanced-select{width:100%}
|
3 |
-
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
|
|
1 |
.showonhover{position:relative}.showonhover .hovertext{opacity:0;top:-99999px;position:absolute;z-index:1000;border:1px solid #ffd971;background-color:#fffdce;padding:2px 8px 2px 8px;width:auto;height:auto;font-size:.85em;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}
|
2 |
.showonhover:hover .hovertext{opacity:1;top:0}a.viewdescription{color:#999}a.viewdescription:hover{background-color:#999;color:#FFF}select.dum-enhanced-select{width:100%}
|
3 |
+
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
|
4 |
+
#column1 {width:40%;padding:0 5pt 0 0;float:left;}#column2 {width:40%;padding:0 5pt 0 0;float:right;}
|
readme.txt
CHANGED
@@ -76,6 +76,16 @@ Installing Disable Updates Manager.
|
|
76 |
3.That's it. You're ready to go!
|
77 |
|
78 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
= 4.2.24 =
|
80 |
* New Video Promo!
|
81 |
* Tested with WordPress 4.0 beta4.
|
@@ -344,65 +354,11 @@ Installing Disable Updates Manager.
|
|
344 |
* Updated Screenshots
|
345 |
* Updated Readme.txt
|
346 |
|
347 |
-
= 1.9.0 =
|
348 |
-
* Admin Notice Added
|
349 |
-
* FAQ Error Fixed
|
350 |
-
* HTML Notes and Some HTML Updated
|
351 |
-
* Links Added Under Plugin in Dashboard (Support Forum, FAQ, Tutorial)
|
352 |
-
* Updated Readme.txt
|
353 |
-
|
354 |
-
= 1.8.0 =
|
355 |
-
* FAQ Added
|
356 |
-
* HTML Notes Edited
|
357 |
-
* Updated Readme.txt
|
358 |
-
|
359 |
-
= 1.7.1 =
|
360 |
-
* Screenshot Error Fixed
|
361 |
-
* Installation Error Fixed
|
362 |
-
|
363 |
-
= 1.7.0 =
|
364 |
-
* New Html Code Added (this code disables WordPress automatic updates)
|
365 |
-
* New Version Numbers (now going up by .1.0)
|
366 |
-
* Updated Readme.txt (mostly under Installation)
|
367 |
-
|
368 |
-
= 1.6.0 =
|
369 |
-
* Updated Readme.txt
|
370 |
-
* Fixed HTML Error
|
371 |
-
* Video Tutorial Added
|
372 |
-
|
373 |
-
= 1.5 =
|
374 |
-
* Updated Readme.txt
|
375 |
-
* Fixed HTML Spacing
|
376 |
-
|
377 |
-
= 1.4 =
|
378 |
-
* Updated Reame.txt
|
379 |
-
* Updated HTML Notes
|
380 |
-
|
381 |
-
= 1.3 =
|
382 |
-
* Updated Readme.txt
|
383 |
-
* Added a Disable Updates Check Feature
|
384 |
-
|
385 |
-
= 1.2 =
|
386 |
-
* Updated Readme.txt
|
387 |
-
* Updated HTML Notes
|
388 |
-
* Added Disable Update E-mails HTML (Note: This code will only work for some plugins)
|
389 |
-
|
390 |
-
= 1.1 =
|
391 |
-
* Screenshots Updated
|
392 |
-
* Fixed Error
|
393 |
-
|
394 |
-
= 1.0.0 =
|
395 |
-
* Fixed Changelog Problem
|
396 |
-
* HTML Changed
|
397 |
-
* Updated Readme.txt
|
398 |
-
* Works with WordPress 3.8
|
399 |
-
|
400 |
= 0.1* =
|
401 |
-
|
402 |
* Published on Wordpress.org
|
403 |
(September 1, 2013)
|
404 |
|
405 |
= Note =
|
406 |
-
Versions 0.2 to
|
407 |
|
408 |
= * versions not available for download. =
|
76 |
3.That's it. You're ready to go!
|
77 |
|
78 |
== Changelog ==
|
79 |
+
= 4.3.0 =
|
80 |
+
* Added custom plugin installer icon.
|
81 |
+
* Tested with WordPress 4.0RC1 (4.0 to be released September 4, 2014).
|
82 |
+
* Modified some help tab content.
|
83 |
+
* Added proper CSS for columns in help tab.
|
84 |
+
* Modified settings alignment.
|
85 |
+
* Changed metaboxes arrangement in screen options.
|
86 |
+
* Changed metaboxes titles.
|
87 |
+
* Removed some versions in changelog.
|
88 |
+
|
89 |
= 4.2.24 =
|
90 |
* New Video Promo!
|
91 |
* Tested with WordPress 4.0 beta4.
|
354 |
* Updated Screenshots
|
355 |
* Updated Readme.txt
|
356 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
357 |
= 0.1* =
|
|
|
358 |
* Published on Wordpress.org
|
359 |
(September 1, 2013)
|
360 |
|
361 |
= Note =
|
362 |
+
Versions 0.2 to 1.9.0 are not listed in this changelog.
|
363 |
|
364 |
= * versions not available for download. =
|
vendor/chosen/Thumbs.db
CHANGED
Binary file
|