Skip to content

Commit

Permalink
- Remove "Create as unpublished"? #655
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Sep 30, 2022
1 parent 169224f commit 618c0b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/publisher/series_issue_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function series_issue_manager_add_series_form()
{
$published = get_option('im_published_series');
$unpublished = get_option('im_unpublished_series'); ?>
<div class="form-field">
<div class="form-field" style="display:none;">
<label for="series_publish">
<p><?php _e('Create as unpublished:', 'organize-series') ?>
<input style="float:left; width: 20px;" name="series_publish" id="series_publish" type="checkbox"
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Yes, Publishpress Series introduces a new taxonomy "series". Thanks to the rich

== Changelog ==

v2.10.0- 2022-09-29
v2.10.0- 2022-10-03
* Feature: Add Series and Series Group re-order field with term drag and drop feature #584
* Feature: Add series order link to series and new post selected series #612
* Feature: Add series Groups(Categories) overview page shortcode [publishpress_series_categories] #591
Expand All @@ -195,6 +195,7 @@ v2.10.0- 2022-09-29
* Fixed: Float left for next post navigation #586
* Update: Series-Translation updates for Spanish July 21 #578
* Update: Series-Translation updates for French-Spanish-Italian #567
* Update: Remove "Create as unpublished"? #655

v2.9.2- 2022-07-12
* Fixed: Problem with series navigation and List #568
Expand Down

0 comments on commit 618c0b7

Please sign in to comment.