Skip to content

Commit

Permalink
version 1.6 tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
Frumph committed Feb 16, 2014
1 parent df590e3 commit e36bd8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions comiceasel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.9
Version: 1.6
Author: Philip M. Hofer (Frumph)
Author URI: http://frumph.net/
Expand Down Expand Up @@ -430,7 +430,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.5.8.1'
'version' => '1.6'
);
// Combine em.
$ceo_pluginfo = array_merge($ceo_pluginfo, $ceo_addinfo);
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: Frumph
Tags: comiceasel, easel, webcomic, comic, webcomic
Requires at least: 3.2
Tested up to: 3.8
Stable tag: 1.5.9
Tested up to: 3.8.1
Stable tag: 1.6
Donate link: http://frumph.net
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -126,6 +126,10 @@ The comic navigation widget is only seen if you have the comic sidebar's enabled


== Changelog ==
= 1.6 =
Can select which chapter appears on the home page (or all)
removed click comic for larger version text

= 1.5.9 =
* Added option to disable the rewrite rules regeneration

Expand Down

0 comments on commit e36bd8a

Please sign in to comment.