Version Description
Download this release
Release Info
Developer | hchouhan |
Plugin | Custom Favicon |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- custom-favicon.php +3 -2
- readme.txt +5 -2
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,8 @@ if ( ! class_exists( 'DOT_CFI' ) ) {
|
|
112 |
wp_enqueue_script( 'thickbox' );
|
113 |
wp_enqueue_script( 'media-upload' );
|
114 |
|
115 |
-
wp_register_script('dot_cfi_admin',
|
|
|
116 |
wp_enqueue_script('dot_cfi_admin');
|
117 |
}
|
118 |
} //dot_cfi_assets
|
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.1
|
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( '/custom-favicon/js/dot_cfi_admin.js' , __FILE__ ), array( 'thickbox', 'media-upload' ));
|
116 |
+
|
117 |
wp_enqueue_script('dot_cfi_admin');
|
118 |
}
|
119 |
} //dot_cfi_assets
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ 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.5.2
|
7 |
-
Stable tag: 1.0
|
8 |
-
Last Updated:
|
9 |
Plugin Name: Custom Favicon
|
10 |
Plugin URI: http://www.dreamsonline.net/wordpress-plugins/custom-favicon/
|
11 |
Author: Harish Chouhan
|
@@ -54,5 +54,8 @@ You can also visit the [support center](http://www.dreamsonline.net/wordpress-pl
|
|
54 |
|
55 |
== Changelog ==
|
56 |
|
|
|
|
|
|
|
57 |
= 1.0.0
|
58 |
* This is the first version
|
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.5.2
|
7 |
+
Stable tag: 1.0.1
|
8 |
+
Last Updated: 2014-Feb-09
|
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.1
|
58 |
+
* Changed WP_PLUGIN_URL to plugins_url() - Thanks to @earnjam - William Earnhardt
|
59 |
+
|
60 |
= 1.0.0
|
61 |
* This is the first version
|