From 465a91ae364abf09259d87a184c4c6fcf0d80104 Mon Sep 17 00:00:00 2001 From: Frumph Date: Wed, 23 Dec 2015 00:56:57 -0800 Subject: [PATCH] updated comiceasel.php for 1.9.9. --- comiceasel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comiceasel.php b/comiceasel.php index ace58e2..e4a2322 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.8 +Version: 1.9.9 Author: Philip M. Hofer (Frumph) Author URI: http://frumph.net/ @@ -521,7 +521,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.8' + 'version' => '1.9.9' ); // Combine em. $ceo_pluginfo = array_merge($ceo_pluginfo, $ceo_addinfo);