Skip to content

Commit

Permalink
Merge pull request #490 from publishpress/feature/release-2.8.2
Browse files Browse the repository at this point in the history
Feature/release 2.8.2
  • Loading branch information
olatechpro authored Apr 12, 2022
2 parents 3b64073 + 36c2c57 commit f5ab2d4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
5 changes: 5 additions & 0 deletions orgSeries-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ input #seriesadd {
width: 20%;
}

#seriesdiv .inside {
margin: 0 !important;
padding: 0 !important;
}

/** License Key Containers **/
.os-license-key-container {
background-color: #ebebeb;
Expand Down
6 changes: 3 additions & 3 deletions orgSeries-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ function orgseries_create_options() {
);
add_submenu_page(
'orgseries_options_page',
__( 'Settings', 'organize-series' ),
__( 'Settings', 'organize-series' ),
'admin_simple_tags',
__('Settings', 'organize-series'),
__('Settings', 'organize-series'),
'manage_publishpress_series',
'orgseries_options_page',
'orgseries_option_page'
);
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.8.1
* Version: 2.8.2
* 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.8.1'); //the current version of the plugin
define('ORG_SERIES_VERSION', '2.8.2'); //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
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Author: publishpress
Tags: category, series, organize, post, taxonomy
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 5.8
Stable tag: 2.8.1
Tested up to: 5.9.3
Stable tag: 2.8.2
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

v2.8.2- 2022-04-12
* Fixed: Issue with series menu permission #488
* Fixed: Remove lines and paddings from Series Metabox #484

v2.8.1- 2022-04-11
* Fixed: Custom Post Type Archive not working anymore #474
* Fixed: Issue with Post Title in Widget #473
Expand Down

0 comments on commit f5ab2d4

Please sign in to comment.