Skip to content

Commit

Permalink
Merge pull request #1209 from publishpress/release-v3.10.1
Browse files Browse the repository at this point in the history
Release v3.10.1
  • Loading branch information
olatechpro authored Dec 2, 2022
2 parents 6bcfacf + 19aaaea commit 3101fcc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

if (! defined('PP_LOADED')) {
// Define constants
define('PUBLISHPRESS_VERSION', '3.10.0');
define('PUBLISHPRESS_VERSION', '3.10.1');
define('PUBLISHPRESS_BASE_PATH', __DIR__);
define('PUBLISHPRESS_VIEWS_PATH', __DIR__ . '/views');
define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/publishpress.php');
Expand Down
2 changes: 1 addition & 1 deletion modules/editorial-metadata/editorial-metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ private function generate_editorial_metadata_term_output($term, $pm_value)
*/
private function update_editorial_metadata_term($term_id, $args)
{
$new_args = [];
$old_args = [];
$old_term = $this->get_editorial_metadata_term_by('id', $term_id);
if ($old_term) {
$old_args = [
Expand Down
2 changes: 1 addition & 1 deletion publishpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: PublishPress Planner helps you plan and publish content with WordPress. Features include a content calendar, notifications, and custom statuses.
* Author: PublishPress
* Author URI: https://publishpress.com
* Version: 3.10.0
* Version: 3.10.1
* Text Domain: publishpress
* Domain Path: /languages
*
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: editorial calendar, notifications, custom statuses, editorial comments, wo
Requires at least: 4.6
Requires PHP: 5.6
Tested up to: 6.1
Stable tag: 3.10.0
Stable tag: 3.10.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -121,6 +121,10 @@ PublishPress Planner is based on the EditFlow plugin. It is easy for Edit Flow u
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

= [3.10.1] - 02 Dec 2022 =

* Fixed: Fatal Error caused by 3.10.0 update, #1204

= [3.10.0] - 01 Dec 2022 =

* Update: Rename the plugin to "PublishPress Planner", #1077
Expand Down

0 comments on commit 3101fcc

Please sign in to comment.