Skip to content

Commit

Permalink
Merge branch 'release-1.2.9' into releases
Browse files Browse the repository at this point in the history
  • Loading branch information
archetyped committed Sep 3, 2020
2 parents 0e2eacf + d23d9ad commit b33e1bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Favicon Rotator
Plugin URI: http://archetyped.com/tools/favicon-rotator/
Description: Easily set site favicon and even rotate through multiple icons
Version: 1.2.8
Version: 1.2.9
Author: Archetyped
Author URI: http://archetyped.com
Text Domain: favicon-rotator
Expand Down
4 changes: 2 additions & 2 deletions model.php
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ function admin_scripts() {
wp_enqueue_script('media-upload');
$h_admin = $this->add_prefix('admin_script');
$h_media = $this->add_prefix('media');
wp_enqueue_script($h_admin, $this->util->get_file_url('js/admin.js'), array('jquery', 'thickbox'));
wp_enqueue_script($h_media, $this->util->get_file_url('js/media.js'), array('jquery', $h_admin));
wp_enqueue_script($h_admin, $this->util->get_file_url('js/admin.js'), array('jquery-migrate', 'jquery', 'thickbox'));
wp_enqueue_script($h_media, $this->util->get_file_url('js/media.js'), array('jquery-migrate', 'jquery', $h_admin));
}

/**
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Archetyped
Donate link: http://mycharitywater.org/archetyped-2012-fall
Tags: favicon,icon,template,theme,customization,simple,media,touch,ios,android
Requires at least: 5.4
Tested up to: 5.4
Tested up to: 5.5
Stable tag: trunk

Easily set site favicon and even rotate through multiple icons
Expand All @@ -13,12 +13,14 @@ Easily set site favicon and even rotate through multiple icons
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**
Expand Down Expand Up @@ -49,6 +51,9 @@ No upgrade notices

== Changelog ==

= 1.2.9 =
* Optimize: WordPress 5.5 Compatibility

= 1.2.8 =
* Optimize: WordPress 5.4 Compatibility

Expand Down

0 comments on commit b33e1bf

Please sign in to comment.