diff --git a/comiceasel.php b/comiceasel.php index 42300ae..7ebce2b 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.12 +Version: 1.14 Author: Philip M. Hofer (Frumph) Author URI: http://frumph.net/ @@ -505,7 +505,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.12' + 'version' => '1.14' ); // Combine em. $ceo_pluginfo = array_merge($ceo_pluginfo, $ceo_addinfo); diff --git a/readme.txt b/readme.txt index f9e3f4a..c5d153c 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.6.1 -Stable tag: 1.13 +Tested up to: 4.8.2 +Stable tag: 1.14 Donate link: http://frumph.net License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -128,6 +128,10 @@ The comic navigation widget is only seen if you have the comic sidebar's enabled == Changelog == + += 1.14 = +* compatibility check w/4.8.2 of WordPress + = 1.13 = * Added experimental compatibility to GlotPress making the plugin translateable at https://translate.wordpress.org/projects/wp-plugins/comic-easel * Fixed Text Domain files of the /lang folder by making the Text Domain matching the slug of the plugin header.