Version Description
- Fixed issue on Dashboard widgets page: Disabled third-party widget cannot be re-enabled
Download this release
Release Info
Developer | argonius |
Plugin | Absolutely Glamorous Custom Admin |
Version | 1.3.9 |
Comparing to | |
See all releases |
Code changes from version 1.3.8 to 1.3.9
- plugin.php +4 -5
- readme.txt +7 -1
plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: AG Custom Admin
|
|
4 |
Plugin URI: http://agca.argonius.com/ag-custom-admin/category/ag_custom_admin
|
5 |
Description: All-in-one tool for admin panel customization. Change almost everything: admin menu, dashboard, login page, admin bar etc. Apply admin panel themes.
|
6 |
Author: Argonius
|
7 |
-
Version: 1.3.
|
8 |
Author URI: http://www.argonius.com/
|
9 |
|
10 |
Copyright 2014. Argonius (email : info@argonius.com)
|
@@ -56,7 +56,7 @@ class AGCA{
|
|
56 |
/*Initialize properties*/
|
57 |
$this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
|
58 |
//fb($this->colorizer);
|
59 |
-
$this->agca_version = "1.3.
|
60 |
|
61 |
/*upload images programmaticaly*/
|
62 |
//TODO upload with AJAX one by one, use post data to send urls one by one
|
@@ -1728,11 +1728,10 @@ jQuery('#ag_add_adminmenu').append(buttonsJq);
|
|
1728 |
}
|
1729 |
.form-table th{
|
1730 |
width:300px;
|
1731 |
-
}
|
1732 |
|
1733 |
-
/*3.3.FIX*/
|
1734 |
#dashboard-widgets div.empty-container{
|
1735 |
-
|
1736 |
}
|
1737 |
</style>
|
1738 |
<?php
|
4 |
Plugin URI: http://agca.argonius.com/ag-custom-admin/category/ag_custom_admin
|
5 |
Description: All-in-one tool for admin panel customization. Change almost everything: admin menu, dashboard, login page, admin bar etc. Apply admin panel themes.
|
6 |
Author: Argonius
|
7 |
+
Version: 1.3.9
|
8 |
Author URI: http://www.argonius.com/
|
9 |
|
10 |
Copyright 2014. Argonius (email : info@argonius.com)
|
56 |
/*Initialize properties*/
|
57 |
$this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
|
58 |
//fb($this->colorizer);
|
59 |
+
$this->agca_version = "1.3.9";
|
60 |
|
61 |
/*upload images programmaticaly*/
|
62 |
//TODO upload with AJAX one by one, use post data to send urls one by one
|
1728 |
}
|
1729 |
.form-table th{
|
1730 |
width:300px;
|
1731 |
+
}
|
1732 |
|
|
|
1733 |
#dashboard-widgets div.empty-container{
|
1734 |
+
border:none;
|
1735 |
}
|
1736 |
</style>
|
1737 |
<?php
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://agca.argonius.com/ag-custom-admin/support-for-future-develop
|
|
4 |
Tags: admin, customize, hide, change admin, themes, admin themes, admin bar, login page
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9.1
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -145,6 +145,9 @@ Plugin should be always up-to-date with latest WordPress release. If you have fo
|
|
145 |
|
146 |
== Changelog ==
|
147 |
|
|
|
|
|
|
|
148 |
= 1.3.8 =
|
149 |
* Central alignment for smaller login images, and for different form widths
|
150 |
* Option to remove "WordPress News" dashboard widget
|
@@ -382,6 +385,9 @@ Plugin should be always up-to-date with latest WordPress release. If you have fo
|
|
382 |
|
383 |
== Upgrade Notice ==
|
384 |
|
|
|
|
|
|
|
385 |
= 1.3.8 =
|
386 |
* Bug fixes: WordPress News dashboard widget, login image center alignment
|
387 |
|
4 |
Tags: admin, customize, hide, change admin, themes, admin themes, admin bar, login page
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9.1
|
7 |
+
Stable tag: 1.3.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
145 |
|
146 |
== Changelog ==
|
147 |
|
148 |
+
= 1.3.9 =
|
149 |
+
* Fixed issue on Dashboard widgets page: Disabled third-party widget cannot be re-enabled
|
150 |
+
|
151 |
= 1.3.8 =
|
152 |
* Central alignment for smaller login images, and for different form widths
|
153 |
* Option to remove "WordPress News" dashboard widget
|
385 |
|
386 |
== Upgrade Notice ==
|
387 |
|
388 |
+
= 1.3.9 =
|
389 |
+
* Fixed issue on Dashboard widgets page
|
390 |
+
|
391 |
= 1.3.8 =
|
392 |
* Bug fixes: WordPress News dashboard widget, login image center alignment
|
393 |
|