bumping version number for release

This commit is contained in:
John Bintz 2009-08-28 08:43:09 -04:00
parent 18d19626b0
commit ba87d3fffd
3 changed files with 3 additions and 6 deletions

View File

@ -3,7 +3,7 @@
Plugin Name: ComicPress Manager Plugin Name: ComicPress Manager
Plugin URI: http://www.coswellproductions.com/wordpress/wordpress-plugins/ 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. 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: John Bintz
Author URI: http://www.coswellproductions.com/wordpress/ Author URI: http://www.coswellproductions.com/wordpress/

View File

@ -19,7 +19,6 @@ function cpm_manager_cpm_config() {
<?php foreach ($configuration_options as $option) { <?php foreach ($configuration_options as $option) {
$ok = true; $ok = true;
if ($wpmu_version) { $ok = !isset($option['strip-wpmu']); } if ($wpmu_version) { $ok = !isset($option['strip-wpmu']); }
// if (is_string($option)) { $ok = true; }
if ($option['type'] == "categories") { if ($option['type'] == "categories") {
$ok = (count($category_checkboxes = cpm_generate_additional_categories_checkboxes($option['id'], explode(",", $result))) > 0); $ok = (count($category_checkboxes = cpm_generate_additional_categories_checkboxes($option['id'], explode(",", $result))) > 0);

View File

@ -2,16 +2,14 @@
Contributors: johncoswell Contributors: johncoswell
Tags: comicpress, webcomics, management, admin, posts, plugin Tags: comicpress, webcomics, management, admin, posts, plugin
Requires at least: 2.5.1 Requires at least: 2.5.1
Tested up to: 2.8 Tested up to: 2.8.4
Stable tag: 1.4.5 Stable tag: 1.4.6
Donate link: http://www.coswellproductions.com/wordpress/wordpress-plugins/ 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. ComicPress Manager ties in with the ComicPress theme to make managing your WordPress-hosted Webcomic easy and fast.
== Description == == 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. 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: ComicPress Manager allows you to: