Version Description
- Optimize: WordPress 5.6 Compatibility
Download this release
Release Info
Developer | Archetyped |
Plugin | Favicon Rotator |
Version | 1.2.10 |
Comparing to | |
See all releases |
Code changes from version 1.2.9 to 1.2.10
- .gitignore +0 -4
- js/admin.js +1 -1
- main.php +1 -1
- readme.txt +4 -1
.gitignore
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
.vscode
|
2 |
-
.sass-cache
|
3 |
-
node_modules/
|
4 |
-
vendor/
|
|
|
|
|
|
|
|
js/admin.js
CHANGED
@@ -43,7 +43,7 @@ if ( typeof(fvrt) != 'object' )
|
|
43 |
fvrt.setupActions = function() {
|
44 |
//Get remove links on page
|
45 |
var t = this;
|
46 |
-
$(this.buildSelector('item', 'remove')).
|
47 |
t.removeItem(this);
|
48 |
return false;
|
49 |
});
|
43 |
fvrt.setupActions = function() {
|
44 |
//Get remove links on page
|
45 |
var t = this;
|
46 |
+
$(this.buildSelector('item', 'remove')).on('click', function() {
|
47 |
t.removeItem(this);
|
48 |
return false;
|
49 |
});
|
main.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Favicon Rotator
|
4 |
Plugin URI: http://archetyped.com/tools/favicon-rotator/
|
5 |
Description: Easily set site favicon and even rotate through multiple icons
|
6 |
-
Version: 1.2.
|
7 |
Author: Archetyped
|
8 |
Author URI: http://archetyped.com
|
9 |
Text Domain: favicon-rotator
|
3 |
Plugin Name: Favicon Rotator
|
4 |
Plugin URI: http://archetyped.com/tools/favicon-rotator/
|
5 |
Description: Easily set site favicon and even rotate through multiple icons
|
6 |
+
Version: 1.2.10
|
7 |
Author: Archetyped
|
8 |
Author URI: http://archetyped.com
|
9 |
Text Domain: favicon-rotator
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Archetyped
|
|
3 |
Donate link: http://mycharitywater.org/archetyped-2012-fall
|
4 |
Tags: favicon,icon,template,theme,customization,simple,media,touch,ios,android
|
5 |
Requires at least: 5.4
|
6 |
-
Tested up to: 5.
|
7 |
Stable tag: trunk
|
8 |
|
9 |
Easily set site favicon and even rotate through multiple icons
|
@@ -51,6 +51,9 @@ No upgrade notices
|
|
51 |
|
52 |
== Changelog ==
|
53 |
|
|
|
|
|
|
|
54 |
= 1.2.9 =
|
55 |
* Optimize: WordPress 5.5 Compatibility
|
56 |
|
3 |
Donate link: http://mycharitywater.org/archetyped-2012-fall
|
4 |
Tags: favicon,icon,template,theme,customization,simple,media,touch,ios,android
|
5 |
Requires at least: 5.4
|
6 |
+
Tested up to: 5.6
|
7 |
Stable tag: trunk
|
8 |
|
9 |
Easily set site favicon and even rotate through multiple icons
|
51 |
|
52 |
== Changelog ==
|
53 |
|
54 |
+
= 1.2.10 =
|
55 |
+
* Optimize: WordPress 5.6 Compatibility
|
56 |
+
|
57 |
= 1.2.9 =
|
58 |
* Optimize: WordPress 5.5 Compatibility
|
59 |
|