mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-21 00:35:30 -04:00
1.0.15 of Comic Easel, check site for update information, coming soon. New features included.
This commit is contained in:
+1
-1
@@ -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.0.14
|
||||
Version: 1.0.15
|
||||
Author: Philip M. Hofer (Frumph)
|
||||
Author URI: http://frumph.net/
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ Style: Comical
|
||||
}
|
||||
|
||||
.navi-prev-in {
|
||||
background: url('prev-in.png') no-repeat;
|
||||
background: url('prev.png') no-repeat;
|
||||
}
|
||||
|
||||
.navi-archive, .navi-archives {
|
||||
@@ -94,7 +94,7 @@ a.navi-comments span:hover {
|
||||
}
|
||||
|
||||
.navi-next-in {
|
||||
background: url('next-in.png') no-repeat;
|
||||
background: url('next.png') no-repeat;
|
||||
}
|
||||
|
||||
.navi-last-in {
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@
|
||||
Contributors: frumph
|
||||
Tags: comiceasel, easel, webcomic, comic, webcomic
|
||||
Requires at least: 3.0
|
||||
Tested up to: 3.4.1
|
||||
Stable tag: 1.0.14
|
||||
Tested up to: 3.4.2
|
||||
Stable tag: 1.0.15
|
||||
Donate link: http://frumph.net
|
||||
License: GPLv3 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
Reference in New Issue
Block a user