From 14f7473b76b60e89f91f336a954417a0ea360851 Mon Sep 17 00:00:00 2001 From: Hiroshi Urabe Date: Thu, 30 Jul 2020 12:52:04 +0900 Subject: [PATCH] Release 3.4.1 --- README.md | 2 +- custom-post-type-permalinks.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 83037ed..cfb0a9c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Tested up to: 5.5 Requires PHP: 5.6 License: GPLv2 or Later License URI: http://www.gnu.org/licenses/gpl-2.0.txt -Stable tag: 3.4.0 +Stable tag: 3.4.1 Edit the permalink of custom post type. diff --git a/custom-post-type-permalinks.php b/custom-post-type-permalinks.php index 9c42567..b196c5f 100644 --- a/custom-post-type-permalinks.php +++ b/custom-post-type-permalinks.php @@ -5,13 +5,13 @@ * Description: Add post archives of custom post type and customizable permalinks. * Author: Toro_Unit * Author URI: https://torounit.com/ - * Version: 3.4.0 + * Version: 3.4.1 * Text Domain: custom-post-type-permalinks * License: GPL2 or later * Domain Path: /language/ * * @package Custom_Post_Type_Permalinks - * @version 3.4.0 + * @version 3.4.1 */ define( 'CPTP_PLUGIN_FILE', __FILE__ ); diff --git a/package-lock.json b/package-lock.json index 4676bae..32f4e94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "custom-post-type-permalinks", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 37bd209..8f59415 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "custom-post-type-permalinks", - "version": "3.4.0", + "version": "3.4.1", "description": "Custom Post Type Permalinks allow you edit the permalink structure of custom post type.", "private": true, "directories": {