Skip to content

Commit

Permalink
Merge pull request #51 from jesgs/2.9
Browse files Browse the repository at this point in the history
Adding Publicize support.
  • Loading branch information
jesgs committed May 1, 2015
2 parents 07c9d8d + 0032648 commit 3a8e70d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,9 @@ Manga+Press is a webcomic managment system for WordPress. Manga+Press uses WordP

## Changelog
### 2.9
#### 2.9.2
* Added support for Jetpack Publicize feature.

#### 2.9.1
* Corrects an issue where Comic posts were not getting assigned to a default Series taxonomy on save.
* Corrects Comic post 404 error/Missing Comic post issue.
Expand Down
1 change: 1 addition & 0 deletions mangapress-posts.php
Expand Up @@ -135,6 +135,7 @@ private function _register_post_type()
'title',
'comments',
'thumbnails',
'publicize',
),
'register_meta_box_cb' => array($this, 'meta_box_cb'),
'menu_icon' => null,
Expand Down
4 changes: 2 additions & 2 deletions mangapress.php
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.1
Version: 2.9.2
Author: Jess Green
Author URI: http://www.jes.gs
Text Domain: mangapress
Expand Down Expand Up @@ -38,7 +38,7 @@
$plugin_folder = plugin_basename(dirname(__FILE__));

if (!defined('MP_VERSION'))
define('MP_VERSION', '2.9.0');
define('MP_VERSION', '2.9.2');

if (!defined('MP_FOLDER'))
define('MP_FOLDER', $plugin_folder);
Expand Down
8 changes: 5 additions & 3 deletions readme.txt
Expand Up @@ -4,7 +4,7 @@ Donate link: http://www.manga-press.com/
Tags: webcomics, online comics
Requires at least: 3.8
Tested up to: 4.2
Stable tag: 2.9.0
Stable tag: 2.9.2
License: GPLv2

Manga+Press is a webcomic management system for WordPress.
Expand All @@ -14,12 +14,14 @@ Manga+Press is a webcomic management system for WordPress.
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.

== Upgrade Notice ==
= 2.9.1 =
This release fixes an issue where Comics were not getting assigned a default Series taxonomy when saved/published. This would cause the comic page to 404 when viewed.
= 2.9.2 =
Adds support for Jetpack Publicize feature.


== Changelog ==
= 2.9 =
* 2.9.2
* Added support for Jetpack Publicize feature.
* 2.9.1
* Corrects an issue where Comic posts were not getting assigned to a default Series taxonomy on save.
* Corrects Comic post 404 error/Missing Comic post issue.
Expand Down

0 comments on commit 3a8e70d

Please sign in to comment.