1.10 compatibility check with 4.6-WP

This commit is contained in:
Frumph
2016-08-30 16:46:16 -07:00
parent e24464fdf0
commit f830bea9d8
2 changed files with 7 additions and 4 deletions

View File

@@ -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);

View File

@@ -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