1.15 ver info and update

This commit is contained in:
Frumph
2018-03-08 14:00:12 -08:00
parent 264fbb2d08
commit 6bedd15287
2 changed files with 5 additions and 3 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.14
Version: 1.15
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.14'
'version' => '1.15'
);
// Combine em.
$ceo_pluginfo = array_merge($ceo_pluginfo, $ceo_addinfo);

View File

@@ -4,7 +4,7 @@ Contributors: Frumph
Tags: comiceasel, easel, webcomic, comic, webcomic
Requires at least: 4.5
Tested up to: 4.8.2
Stable tag: 1.14
Stable tag: 1.15
Donate link: http://frumph.net
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -128,6 +128,8 @@ The comic navigation widget is only seen if you have the comic sidebar's enabled
== Changelog ==
= 1.15 =
* keynav update - to preserve browser forward/back functions / jn-squire
= 1.14 =
* compatibility check w/4.8.2 of WordPress