Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jesgs committed Oct 2, 2015
1 parent 01d9245 commit e01aa85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -6,14 +6,12 @@
Manga+Press is a webcomic management system for WordPress.

![Still Maintained](http://stillmaintained.com/jesgs/mangapress.png "Manga+Press is still maintained")
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/jesgs/mangapress.svg)](http://isitmaintained.com/project/jesgs/mangapress "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/jesgs/mangapress.svg)](http://isitmaintained.com/project/jesgs/mangapress "Percentage of issues still open")
## 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.
## Developement Version: 3.0
_Use at your own risk_
### 3.0.0-alpha
### 3.0.0-beta
* Removed child-themes from plugin-core
* Added new hooks for Manga+Press Gallery Edition
* Eliminated "Insert Navigation" functionality. Not needed with plugin-included templates.
Expand Down
5 changes: 2 additions & 3 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: 3.0.0-alpha
Version: 3.0.0-beta
Author: Jess Green
Author URI: http://www.github.com/jesgs
Text Domain: mangapress
Expand Down Expand Up @@ -333,8 +333,7 @@ public function wp_enqueue_scripts()

wp_register_script(
'mangapress-bookmark',
// plugins_url( '/assets/js/bookmark.js', __FILE__ ),
MP_URLPATH . 'assets/js/bookmark.js',
plugins_url( '/assets/js/bookmark.js', __FILE__ ),
array('jquery'),
MP_VERSION,
true
Expand Down

0 comments on commit e01aa85

Please sign in to comment.