Skip to content

Commit

Permalink
Updating version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesgs committed Dec 2, 2014
1 parent 2f00387 commit bff702a
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 354 deletions.
302 changes: 154 additions & 148 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,148 +1,154 @@
# Manga+Press Comic Manager
* Contributors: Jess Green
* Donate link: http://www.manga-press.com/
* License: GPLv2

Manga+Press is a webcomic management system for WordPress.

![Still Maintained](http://stillmaintained.com/jesgs/mangapress.png "Manga+Press is still maintained")
## Description

Manga+Press is a webcomic managment system for WordPress. Manga+Press uses WordPress' posts, pages and categories to help you keep track of your comic posts. Manga+Press also includes its own custom template tags to help make creating themes easier.

## Changelog
### 2.9.0-beta.2
*Development version. Use at your own risk*

* Updated navigation CSS
* Removed "Order By" Option. Now defaults to date.
* Removed "Use Theme Template" options. Now defaults to using theme templates.
* Added contextual help tabs
* Added Calendar template tag for comics
* Added filter for changing Comic post-type front slug (defaults to `comic`)
* Fixed missing "No comics" message for Latest Comic page.

---

### 2.8

#### 2.8.1.1
* Correcting problem with undefined function error appearing when Latest Comic template in TwentyFourteen theme is used


#### 2.8.1
* Corrected E_STRICT notice on plugin activation
* Updated font icons

#### 2.8
* Added bundled child-themes for TwentyEleven, TwentyTwelve, TwentyThirteen, and TwentyFourteen
* Updated admin interface to fit WordPress 3.8
* Corrected 404 issues for custom post-type after activation
* Adjusted template stack for single comics
* Added new Media Library popup (eliminating legacy ThickBox dependency)
* Code review and cleanup
* Removed legacy options (Comic Banner)

### 2.7
#### 2.7.5
* Fixed 404 when visiting comic pages after update (ported from upcoming 2.8 release)
* Fixed undefined index errors caused by checkboxes when settings page is updated
* Tested works with WordPress 3.8

#### 2.7.4
* Fixed SQL bugs relating to "Group By Category" option

#### 2.7.3
* Added "Group By Category" parent option

#### 2.7.2
* Added Spanish Language support.
* Fixed issues with comic navigation.
* Addressing query-usage on Latest Comic page.

#### 2.7.1
* Fixed undefined index notices (WP_DEBUG turned on)

#### 2.7 RC 1
* Moved partial templates to sub-directory inside templates.
* Corrected issues in comic-specific conditional functions.
* Changed Ajax hooks to be admin-specific.

#### 2.7 Beta 3
* Updates processing for templates.

#### 2.7 Beta 2
* Fixes a problem with the Manga+Press Options page. A path issue in the framework may prevent option fields from displaying properly.

### 2.6

#### 2.6.2
* Introduced Spanish language support.

#### 2.6.1
* Corrected Static page issue. Also changed mpp_filter_latest_comicpage() so that Post title is included in output.

#### 2.6
* Fixed bugs that were present in 2.5. Manga+Press options page now located under Settings, Post New Comic page has been moved to Posts and Uninstall Manga+Press is located under Plugins.

#### 2.6b
* Changed handling of plugin options so that they are compatible with WordPress 2.8 and higher. They are now stored in one
entry in the options table instead of being spread out over multiple entries. Moved Manga+Press options page to Settings,
Uninstall to Plugins, and Post New Comic to Posts. Removed /admin, /css, /js as they were no longer necessary for the plugin to
function.

### 2.5

#### 2.1/2.5
* 2.1 renamed to 2.5. Eliminated the banner skin option and all functions attached. Feature can be duplicated with a little CSS positioning. Option for creating a banner from uploaded comic or uploading a seperate banner still remains, as well as the option to set banner width & height. Removed both the Manga+Press help and Template Tag pages. Will be hosted in a help wiki on the Manga+Press website. Made changes to the Post Comic page. Also reworded the "New Version" text. Created options to have the comic banner & navigation included at the top of The Loop on the home page, as well automatically filtering comic categories from the front page and automatically modifying The Loop for the latest comic page. Removed the make banner option.

#### 2.0.1-beta
* Corrected a minor bug in update_options. Banner skin wouldn't be uploaded even if "use banner skin" option were checked and
user had selected an image for upload. Also corrected a jQuery UI Tabs bug in the user admin area that is present when Manga+Press
is used with WordPress 2.8

### 2.0

#### 2.0-beta
* Major reworking of code in mangapress-classes.php and mangapress-functions.php
* Reworked code of add_comic() function so it is compatible with the WordPress post db and Media Library
* removed create directory for series option
* added wp_sidebar_comic()

### 1.0

#### 1.0 RC2.5
* Found a major bug involving directory/file permissions. Has been corrected, but I'm keeping my eye on this one for future
reference. See website for a fix.

#### 1.0 RC2
* Modified add_comic(), add_footer_info()

#### 1.0 RC1
* General maintenance, fixing up look-and-feel of admin side. Putting together companion theme.

## Installation

1. Unpack the .zip file onto your hard drive.

2. Upload the `mangapress` folder to the `/wp-content/plugins/` directory.

3. Activate the plugin through the 'Plugins' menu in WordPress

4. Create two new pages; these pages will be your latest comic and comic archives pages. Label them something like 'Latest Comic' and 'Past Comics' or whatever, as long as it makes sense to you.

6. Click on the Manga+Press Options tab under Settings and go to Basic Manga+Press Options, and set Latest Comic Page, and Comic Archive Page to your two newly created pages.

## Credits

(c) 2008-2014 Jess C. Green

Found a bug? Or did you find a bug and figure out a fix? Visit [Manga+Press Support @ WordPress.org](http://wordpress.org/support/plugin/mangapress/), or my [GitHub page](https://github.com/jesgs/mangapress/) to make a bug report, or email me at support@manga-press.com. Please include screenshots, WordPress version, a list of any other plugins you might have installed, or code (if you figured out a fix) and webserver configuration info. Be as detailed as possible.

For updates and development progress, visit http://www.manga-press.com/

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Manga+Press Comic Manager
* Contributors: Jess Green
* Donate link: http://www.manga-press.com/
* License: GPLv2

Manga+Press is a webcomic management system for WordPress.

![Still Maintained](http://stillmaintained.com/jesgs/mangapress.png "Manga+Press is still maintained")
## Description

Manga+Press is a webcomic managment system for WordPress. Manga+Press uses WordPress' posts, pages and categories to help you keep track of your comic posts. Manga+Press also includes its own custom template tags to help make creating themes easier.

## Changelog
### 2.9.0-beta.3
*Development version. Use at your own risk*
* Adjusted template hierarchy for Latest Comic and Comic Archive pages to use WordPress' defaults (page-{slug-name}.php and {custom-page-template}.php)
### 2.9.0-beta.2
* Updated navigation CSS
* Removed "Order By" Option. Now defaults to date.
* Removed "Use Theme Template" options. Now defaults to using theme templates.
* Added contextual help tabs
* Added Calendar template tag for comics
* Added filter for changing Comic post-type front slug (defaults to `comic`)
* Fixed missing "No comics" message for Latest Comic page.

---

### 2.8
#### 2.8.3
* Correcting blank issue when "Use Theme Template" is selected when used with third-party themes

#### 2.8.2
* Correcting Latest Comic template error when Latest Comic is used as front page.

#### 2.8.1.1
* Correcting problem with undefined function error appearing when Latest Comic template in TwentyFourteen theme is used


#### 2.8.1
* Corrected E_STRICT notice on plugin activation
* Updated font icons

#### 2.8
* Added bundled child-themes for TwentyEleven, TwentyTwelve, TwentyThirteen, and TwentyFourteen
* Updated admin interface to fit WordPress 3.8
* Corrected 404 issues for custom post-type after activation
* Adjusted template stack for single comics
* Added new Media Library popup (eliminating legacy ThickBox dependency)
* Code review and cleanup
* Removed legacy options (Comic Banner)

### 2.7
#### 2.7.5
* Fixed 404 when visiting comic pages after update (ported from upcoming 2.8 release)
* Fixed undefined index errors caused by checkboxes when settings page is updated
* Tested works with WordPress 3.8

#### 2.7.4
* Fixed SQL bugs relating to "Group By Category" option

#### 2.7.3
* Added "Group By Category" parent option

#### 2.7.2
* Added Spanish Language support.
* Fixed issues with comic navigation.
* Addressing query-usage on Latest Comic page.

#### 2.7.1
* Fixed undefined index notices (WP_DEBUG turned on)

#### 2.7 RC 1
* Moved partial templates to sub-directory inside templates.
* Corrected issues in comic-specific conditional functions.
* Changed Ajax hooks to be admin-specific.

#### 2.7 Beta 3
* Updates processing for templates.

#### 2.7 Beta 2
* Fixes a problem with the Manga+Press Options page. A path issue in the framework may prevent option fields from displaying properly.

### 2.6

#### 2.6.2
* Introduced Spanish language support.

#### 2.6.1
* Corrected Static page issue. Also changed mpp_filter_latest_comicpage() so that Post title is included in output.

#### 2.6
* Fixed bugs that were present in 2.5. Manga+Press options page now located under Settings, Post New Comic page has been moved to Posts and Uninstall Manga+Press is located under Plugins.

#### 2.6b
* Changed handling of plugin options so that they are compatible with WordPress 2.8 and higher. They are now stored in one
entry in the options table instead of being spread out over multiple entries. Moved Manga+Press options page to Settings,
Uninstall to Plugins, and Post New Comic to Posts. Removed /admin, /css, /js as they were no longer necessary for the plugin to
function.

### 2.5

#### 2.1/2.5
* 2.1 renamed to 2.5. Eliminated the banner skin option and all functions attached. Feature can be duplicated with a little CSS positioning. Option for creating a banner from uploaded comic or uploading a seperate banner still remains, as well as the option to set banner width & height. Removed both the Manga+Press help and Template Tag pages. Will be hosted in a help wiki on the Manga+Press website. Made changes to the Post Comic page. Also reworded the "New Version" text. Created options to have the comic banner & navigation included at the top of The Loop on the home page, as well automatically filtering comic categories from the front page and automatically modifying The Loop for the latest comic page. Removed the make banner option.

#### 2.0.1-beta
* Corrected a minor bug in update_options. Banner skin wouldn't be uploaded even if "use banner skin" option were checked and
user had selected an image for upload. Also corrected a jQuery UI Tabs bug in the user admin area that is present when Manga+Press
is used with WordPress 2.8

### 2.0

#### 2.0-beta
* Major reworking of code in mangapress-classes.php and mangapress-functions.php
* Reworked code of add_comic() function so it is compatible with the WordPress post db and Media Library
* removed create directory for series option
* added wp_sidebar_comic()

### 1.0

#### 1.0 RC2.5
* Found a major bug involving directory/file permissions. Has been corrected, but I'm keeping my eye on this one for future
reference. See website for a fix.

#### 1.0 RC2
* Modified add_comic(), add_footer_info()

#### 1.0 RC1
* General maintenance, fixing up look-and-feel of admin side. Putting together companion theme.

## Installation

1. Unpack the .zip file onto your hard drive.

2. Upload the `mangapress` folder to the `/wp-content/plugins/` directory.

3. Activate the plugin through the 'Plugins' menu in WordPress

4. Create two new pages; these pages will be your latest comic and comic archives pages. Label them something like 'Latest Comic' and 'Past Comics' or whatever, as long as it makes sense to you.

6. Click on the Manga+Press Options tab under Settings and go to Basic Manga+Press Options, and set Latest Comic Page, and Comic Archive Page to your two newly created pages.

## Credits

(c) 2008-2014 Jess C. Green

Found a bug? Or did you find a bug and figure out a fix? Visit [Manga+Press Support @ WordPress.org](http://wordpress.org/support/plugin/mangapress/), or my [GitHub page](https://github.com/jesgs/mangapress/) to make a bug report, or email me at support@manga-press.com. Please include screenshots, WordPress version, a list of any other plugins you might have installed, or code (if you figured out a fix) and webserver configuration info. Be as detailed as possible.

For updates and development progress, visit http://www.manga-press.com/

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4 changes: 2 additions & 2 deletions mangapress.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Plugin Name: Manga+Press Comic Manager
Plugin URI: http://www.manga-press.com/
Description: Turns WordPress into a full-featured Webcomic Manager. Be sure to visit <a href="http://www.manga-press.com/">Manga+Press</a> for more info.
Version: 2.9.0-beta.2
Version: 2.9.0-beta.3
Author: Jess Green
Author URI: http://www.jes.gs
*/
Expand All @@ -36,7 +36,7 @@
$plugin_folder = plugin_basename(dirname(__FILE__));

if (!defined('MP_VERSION'))
define('MP_VERSION', '2.9.0-beta.2');
define('MP_VERSION', '2.9.0-beta.3');

if (!defined('MP_FOLDER'))
define('MP_FOLDER', $plugin_folder);
Expand Down

0 comments on commit bff702a

Please sign in to comment.