bumping version number for release
This commit is contained in:
parent
18d19626b0
commit
ba87d3fffd
|
@ -3,7 +3,7 @@
|
|||
Plugin Name: ComicPress Manager
|
||||
Plugin URI: http://www.coswellproductions.com/wordpress/wordpress-plugins/
|
||||
Description: Manage the comics within a <a href="http://www.comicpress.org/">ComicPress</a> theme installation.
|
||||
Version: 1.4.5
|
||||
Version: 1.4.6
|
||||
Author: John Bintz
|
||||
Author URI: http://www.coswellproductions.com/wordpress/
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@ function cpm_manager_cpm_config() {
|
|||
<?php foreach ($configuration_options as $option) {
|
||||
$ok = true;
|
||||
if ($wpmu_version) { $ok = !isset($option['strip-wpmu']); }
|
||||
// if (is_string($option)) { $ok = true; }
|
||||
|
||||
if ($option['type'] == "categories") {
|
||||
$ok = (count($category_checkboxes = cpm_generate_additional_categories_checkboxes($option['id'], explode(",", $result))) > 0);
|
||||
|
|
|
@ -2,16 +2,14 @@
|
|||
Contributors: johncoswell
|
||||
Tags: comicpress, webcomics, management, admin, posts, plugin
|
||||
Requires at least: 2.5.1
|
||||
Tested up to: 2.8
|
||||
Stable tag: 1.4.5
|
||||
Tested up to: 2.8.4
|
||||
Stable tag: 1.4.6
|
||||
Donate link: http://www.coswellproductions.com/wordpress/wordpress-plugins/
|
||||
|
||||
ComicPress Manager ties in with the ComicPress theme to make managing your WordPress-hosted Webcomic easy and fast.
|
||||
|
||||
== Description ==
|
||||
|
||||
(this is a WordPress 2.8 compatibility fix)
|
||||
|
||||
The ComicPress Manager plugin works in conjunction with an installation of [ComicPress](http://comicpress.org/), the Webcomic theme for WordPress. ComicPress Manager is intended to reduce the amount of work required to administer a site running ComicPress.
|
||||
|
||||
ComicPress Manager allows you to:
|
||||
|
|
Loading…
Reference in New Issue