diff --git a/comiceasel.php b/comiceasel.php index f65535e..696b02e 100644 --- a/comiceasel.php +++ b/comiceasel.php @@ -3,7 +3,7 @@ Plugin Name: Comic Easel Plugin URI: http://comiceasel.com Description: Comic Easel allows you to incorporate a WebComic using the WordPress Media Library functionality with Navigation into almost all WordPress themes. With just a few modifications of adding injection do_action locations into a theme, you can have the theme of your choice display and manage a webcomic. -Version: 1.9.12 +Version: 1.10 Author: Philip M. Hofer (Frumph) Author URI: http://frumph.net/ @@ -528,7 +528,7 @@ function ceo_pluginfo($whichinfo = null) { // comic-easel plugin directory/url 'plugin_url' => plugin_dir_url(__FILE__), 'plugin_path' => plugin_dir_path(__FILE__), - 'version' => '1.9.12' + 'version' => '1.10' ); // Combine em. $ceo_pluginfo = array_merge($ceo_pluginfo, $ceo_addinfo); diff --git a/readme.txt b/readme.txt index a9e5cb0..f26c29d 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Author: Frumph Contributors: Frumph Tags: comiceasel, easel, webcomic, comic, webcomic Requires at least: 4.5 -Tested up to: 4.5.3 -Stable tag: 1.9.12 +Tested up to: 4.6 +Stable tag: 1.10 Donate link: http://frumph.net License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -128,6 +128,9 @@ The comic navigation widget is only seen if you have the comic sidebar's enabled == Changelog == += 1.10 = +* Compatibility check with 4.6 + = 1.9.12 = * Compatibility check with 4.5.3 * Updated english language files