updated comiceasel.php for 1.9.9.

This commit is contained in:
Frumph
2015-12-23 00:56:57 -08:00
parent 6a36532434
commit 465a91ae36

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