-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
108 lines (72 loc) · 2.79 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
=== Favicon Rotator ===
Contributors: Archetyped
Donate link: http://mycharitywater.org/archetyped-2012-fall
Tags: favicon, icon, image, mobile, customization
Requires at least: 5.4
Tested up to: 6.6
Stable tag: 1.2.11
Easily set site favicon and even rotate through multiple icons
== Description ==
Favicon Rotator makes it easy to customize the favicon for your site. Just add a favicon via the administration page and it will be displayed whenever someone visits your site.
#### Highlights
* **New: Set icon for Touch devices (Android, iPhone, iPad, iPod Touch, etc.)**
* Simply point and click to add a favicon to your site
* Supports adding **multiple icons**, from which a **randomly selected** favicon will be displayed.
* Automatic icon conversion for large images (smaller files and faster loading)
#### Usage
1. Go to **Theme > Favicon** admin page to add/upload image(s) to use for the favicon
**That's it! The favicon will be displayed in visitors' browsers when they visit your site**
**Notes**
* Verify that your theme uses the `wp_head()` template tag
* If you add multiple icons, then a randomly selected icon will be displayed each time the site is loaded
[More Information on Favicon Rotator's Official Page](http://archetyped.com/tools/favicon-rotator/)
== Installation ==
1. Install and activate via admin dashboard
== Upgrade Notice ==
No upgrade notices
== Frequently Asked Questions ==
[Please post questions/feedback Favicon Rotator's Official page](http://archetyped.com/tools/favicon-rotator/)
== Screenshots ==
1. Simple Administration
1. Favicon submenu in Appearance menu
== Changelog ==
= 1.2.11 =
* Optimize: WordPress 6.4 Compatibility
* Optimize: Data validation/formatting
* Optimize: Internal code cleanup
= 1.2.10 =
* Optimize: WordPress 5.6 Compatibility
= 1.2.9 =
* Optimize: WordPress 5.5 Compatibility
= 1.2.8 =
* Optimize: WordPress 5.4 Compatibility
= 1.2.7 =
* Add: Text Domain plugin header (for translations)
* Update: Use plugin-specific text domain for localized strings
= 1.2.6 =
* Update: WordPress compatibility (4.4)
* Optimize: PHP standards
= 1.2.5 =
* Update: WordPress 3.8 support
= 1.2.4 =
* Update: WordPress 3.6 support
* Optimize: Contextual help
= 1.2.3 =
* Optimize: Improved compatibility with WP media library
= 1.2.2 =
* Optimize: Improved PHP 5+ compatibility
= 1.2.1 =
* Add: WP 3.3 Support
* Update: Remove references to deprecated functions
= 1.2 =
* Add: Support for setting Touch icon (iOS, Android, etc.)
= 1.1.2 =
* Updated: Utilities code (internal)
= 1.1 =
* Added: Generate icon file from uploaded images
* Added: Settings link from plugins page
* Optimized: File path resolution
= 1.0.1 =
* Fix: Various bugs
= 1.0 =
* Initial release