Skip to content

Commit

Permalink
Merge pull request #533 from publishpress/feature/release-2.9.0.1
Browse files Browse the repository at this point in the history
Feature/release 2.9.0.1
  • Loading branch information
olatechpro authored May 17, 2022
2 parents bb44d41 + 791dc64 commit fe56e7b
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 50 deletions.
77 changes: 38 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions orgSeries-setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ function register_taxonomy() {
$args = array(
'update_count_callback' => '_os_update_post_term_count',
'labels' => $labels,
'show_in_rest' => true,
'rewrite' => array( 'slug' => $permalink_slug, 'with_front' => true ),
'show_ui' => true,
'capabilities' => $capabilities,
Expand Down
4 changes: 2 additions & 2 deletions orgSeries.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: PublishPress Series
* Plugin URI: https://publishpress.com/publishpress-series/
* Description: PublishPress Series allows you to group content together into a series. This is ideal for magazines, newspapers, short-story writers, teachers, comic artists, or anyone who writes multiple posts on the same topic.
* Version: 2.9.0
* Version: 2.9.0.1
* Author: PublishPress
* Author URI: https://publishpress.com/
* Text Domain: organize-series
Expand Down Expand Up @@ -59,7 +59,7 @@
register_activation_hook( __FILE__, 'pp_series_core_activation' );

if (!defined('ORG_SERIES_VERSION')) {
define('ORG_SERIES_VERSION', '2.9.0'); //the current version of the plugin
define('ORG_SERIES_VERSION', '2.9.0.1'); //the current version of the plugin
define( 'SERIES_FILE_PATH', __FILE__ );
define( 'SERIES_PATH_URL', plugins_url('', __FILE__).'/' );
define('SERIES_LOC', plugins_url('', __FILE__).'/' ); //the uri of the orgSeries files.
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: category, series, organize, post, taxonomy
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 5.9.3
Stable tag: 2.9.0
Stable tag: 2.9.0.1
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -130,6 +130,9 @@ Yes, you can In the `organize-series` folder you'll see a file called `seriestoc

== Changelog ==

v2.9.0.1- 2022-05-17
* Fixed: Series not enable in rest api #531

v2.9.0- 2022-04-21
* Fixed: Better way to re-order posts in a series #377
* Fixed: Improved publish Series display #494
Expand Down

0 comments on commit fe56e7b

Please sign in to comment.