Version Description
- Fixed issues with custom dashboard content
Download this release
Release Info
Developer | argonius |
Plugin | Absolutely Glamorous Custom Admin |
Version | 1.3.7 |
Comparing to | |
See all releases |
Code changes from version 1.3.6 to 1.3.7
- plugin.php +6 -4
- 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
|
@@ -1481,10 +1481,12 @@ try
|
|
1481 |
<?php if(get_option('agca_dashboard_text')!=""){ ?>
|
1482 |
jQuery("#dashboard-widgets-wrap").parent().find("h2").html("<?php echo addslashes(get_option('agca_dashboard_text')); ?>");
|
1483 |
<?php } ?>
|
1484 |
-
<?php if(get_option('agca_dashboard_text_paragraph')!=""){
|
|
|
|
|
1485 |
jQuery("#wpbody-content #dashboard-widgets-wrap").before('<div id="agca_custom_dashboard_content"></div>');
|
1486 |
|
1487 |
-
jQuery("#agca_custom_dashboard_content").html('<br
|
1488 |
<?php } ?>
|
1489 |
|
1490 |
<?php /*Remove Dashboard widgets*/ ?>
|
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.7
|
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.7";
|
60 |
|
61 |
/*upload images programmaticaly*/
|
62 |
//TODO upload with AJAX one by one, use post data to send urls one by one
|
1481 |
<?php if(get_option('agca_dashboard_text')!=""){ ?>
|
1482 |
jQuery("#dashboard-widgets-wrap").parent().find("h2").html("<?php echo addslashes(get_option('agca_dashboard_text')); ?>");
|
1483 |
<?php } ?>
|
1484 |
+
<?php if(get_option('agca_dashboard_text_paragraph')!=""){
|
1485 |
+
require_once(ABSPATH . 'wp-includes/formatting.php');
|
1486 |
+
?>
|
1487 |
jQuery("#wpbody-content #dashboard-widgets-wrap").before('<div id="agca_custom_dashboard_content"></div>');
|
1488 |
|
1489 |
+
jQuery("#agca_custom_dashboard_content").html('<br /><?php echo preg_replace('/(\r\n|\r|\n)/', '\n', addslashes(wpautop(get_option('agca_dashboard_text_paragraph')))); ?>');
|
1490 |
<?php } ?>
|
1491 |
|
1492 |
<?php /*Remove Dashboard widgets*/ ?>
|
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
|
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.6 =
|
149 |
* Fixed issues with special characters in admin menu editor
|
150 |
|
@@ -374,6 +377,9 @@ Plugin should be always up-to-date with latest WordPress release. If you have fo
|
|
374 |
|
375 |
== Upgrade Notice ==
|
376 |
|
|
|
|
|
|
|
377 |
= 1.3.6 =
|
378 |
* Fixed issues with special characters in admin menu editor
|
379 |
|
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
|
7 |
+
Stable tag: 1.3.7
|
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.7 =
|
149 |
+
* Fixed issues with custom dashboard content
|
150 |
+
|
151 |
= 1.3.6 =
|
152 |
* Fixed issues with special characters in admin menu editor
|
153 |
|
377 |
|
378 |
== Upgrade Notice ==
|
379 |
|
380 |
+
= 1.3.7 =
|
381 |
+
* Fixed issues with custom dashboard content
|
382 |
+
|
383 |
= 1.3.6 =
|
384 |
* Fixed issues with special characters in admin menu editor
|
385 |
|