From d6cd99a74c90690e348f8ae0c2a5c256fdf4f735 Mon Sep 17 00:00:00 2001 From: Olawale Adesina Date: Tue, 12 Apr 2022 12:03:39 +0100 Subject: [PATCH 1/5] - Remove lines and paddings from Series Metabox #484 --- orgSeries-admin.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/orgSeries-admin.css b/orgSeries-admin.css index 60a02d2e..21449ad1 100644 --- a/orgSeries-admin.css +++ b/orgSeries-admin.css @@ -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; From 6eb104cf4e38ffc901064c28dbe4b5452e935638 Mon Sep 17 00:00:00 2001 From: Olawale Adesina Date: Tue, 12 Apr 2022 13:16:41 +0100 Subject: [PATCH 2/5] - Issue with series menu permission #488 --- orgSeries-options.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/orgSeries-options.php b/orgSeries-options.php index 413f63af..a106e9b5 100644 --- a/orgSeries-options.php +++ b/orgSeries-options.php @@ -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' ); From df021d037fa1625d136342269b113b662d800209 Mon Sep 17 00:00:00 2001 From: Olawale Adesina Date: Tue, 12 Apr 2022 17:35:55 +0100 Subject: [PATCH 3/5] - update WordPress version --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 1040bd32..d863780b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Author: publishpress Tags: category, series, organize, post, taxonomy Requires at least: 4.7 Requires PHP: 5.6 -Tested up to: 5.8 +Tested up to: 5.9.3 Stable tag: 2.8.1 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html From 7f6fb4545973ef360ae5ea260b17f7ccebc8bc4c Mon Sep 17 00:00:00 2001 From: Olawale Adesina Date: Tue, 12 Apr 2022 17:37:48 +0100 Subject: [PATCH 4/5] - update changelog --- readme.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.txt b/readme.txt index d863780b..40257d09 100644 --- a/readme.txt +++ b/readme.txt @@ -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 From 36c2c5738e9c35d8e26c45c9c7667f0ab258240f Mon Sep 17 00:00:00 2001 From: Olawale Adesina Date: Tue, 12 Apr 2022 17:39:37 +0100 Subject: [PATCH 5/5] - update stable tag and build release file --- orgSeries.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/orgSeries.php b/orgSeries.php index 8ea76f5d..3037db0a 100644 --- a/orgSeries.php +++ b/orgSeries.php @@ -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 @@ -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. diff --git a/readme.txt b/readme.txt index 40257d09..d6d65c6b 100644 --- a/readme.txt +++ b/readme.txt @@ -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.8.1 +Stable tag: 2.8.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html