Version Description
Download this release
Release Info
Developer | hchouhan |
Plugin | Custom Favicon |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- custom-favicon.php +2 -2
- readme.txt +6 -3
custom-favicon.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Custom Favicon
|
4 |
* Plugin URI: http://www.dreamsonline.net/wordpress-plugins/custom-favicon/
|
5 |
* Description: Helps customize WordPress for your clients by hiding non essential wp-admin components and by adding support for custom login logo and favicon for website and admin pages.
|
6 |
-
* Version: 1.0.
|
7 |
* Author: Dreams Online Themes
|
8 |
* Author URI: http://www.dreamsonline.net/wordpress-themes/
|
9 |
* Author Email: hello@dreamsmedia.in
|
@@ -112,7 +112,7 @@ if ( ! class_exists( 'DOT_CFI' ) ) {
|
|
112 |
wp_enqueue_script( 'thickbox' );
|
113 |
wp_enqueue_script( 'media-upload' );
|
114 |
|
115 |
-
wp_register_script('dot_cfi_admin', plugins_url( '/
|
116 |
|
117 |
wp_enqueue_script('dot_cfi_admin');
|
118 |
}
|
3 |
* Plugin Name: Custom Favicon
|
4 |
* Plugin URI: http://www.dreamsonline.net/wordpress-plugins/custom-favicon/
|
5 |
* Description: Helps customize WordPress for your clients by hiding non essential wp-admin components and by adding support for custom login logo and favicon for website and admin pages.
|
6 |
+
* Version: 1.0.2
|
7 |
* Author: Dreams Online Themes
|
8 |
* Author URI: http://www.dreamsonline.net/wordpress-themes/
|
9 |
* Author Email: hello@dreamsmedia.in
|
112 |
wp_enqueue_script( 'thickbox' );
|
113 |
wp_enqueue_script( 'media-upload' );
|
114 |
|
115 |
+
wp_register_script('dot_cfi_admin', plugins_url( '/js/dot_cfi_admin.js' , __FILE__ ), array( 'thickbox', 'media-upload' ));
|
116 |
|
117 |
wp_enqueue_script('dot_cfi_admin');
|
118 |
}
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: hchouhan, dreamsonline, dreamsmedia
|
|
3 |
Donate link: http://www.dreamsonline.net
|
4 |
Tags: theme, favicon, admin, blog, wordpress, icon, iphone, apple touch, apple touch icon, upload
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 1.0.
|
8 |
-
Last Updated: 2014-Feb-
|
9 |
Plugin Name: Custom Favicon
|
10 |
Plugin URI: http://www.dreamsonline.net/wordpress-plugins/custom-favicon/
|
11 |
Author: Harish Chouhan
|
@@ -54,6 +54,9 @@ You can also visit the [support center](http://www.dreamsonline.net/wordpress-pl
|
|
54 |
|
55 |
== Changelog ==
|
56 |
|
|
|
|
|
|
|
57 |
= 1.0.1
|
58 |
* Changed WP_PLUGIN_URL to plugins_url() - Thanks to @earnjam - William Earnhardt
|
59 |
|
3 |
Donate link: http://www.dreamsonline.net
|
4 |
Tags: theme, favicon, admin, blog, wordpress, icon, iphone, apple touch, apple touch icon, upload
|
5 |
Requires at least: 3.5
|
6 |
+
Tested up to: 3.8.1
|
7 |
+
Stable tag: 1.0.2
|
8 |
+
Last Updated: 2014-Feb-10
|
9 |
Plugin Name: Custom Favicon
|
10 |
Plugin URI: http://www.dreamsonline.net/wordpress-plugins/custom-favicon/
|
11 |
Author: Harish Chouhan
|
54 |
|
55 |
== Changelog ==
|
56 |
|
57 |
+
= 1.0.2
|
58 |
+
* Fixed incorrect JS path. Upload issues fixed.
|
59 |
+
|
60 |
= 1.0.1
|
61 |
* Changed WP_PLUGIN_URL to plugins_url() - Thanks to @earnjam - William Earnhardt
|
62 |
|