From fd2077dd3d8c03b2b71d1d062a5e00882c917cf8 Mon Sep 17 00:00:00 2001 From: Hiroshi Urabe Date: Thu, 24 Aug 2023 00:22:36 +0900 Subject: [PATCH] Release 3.5.0 --- 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 18a716d..c41d8cb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Tested up to: 6.3 Requires PHP: 7.4 License: GPLv2 or Later License URI: http://www.gnu.org/licenses/gpl-2.0.txt -Stable tag: 3.4.5 +Stable tag: 3.5.0 Edit the permalink of custom post type. diff --git a/custom-post-type-permalinks.php b/custom-post-type-permalinks.php index 267d1bf..0ca222f 100644 --- a/custom-post-type-permalinks.php +++ b/custom-post-type-permalinks.php @@ -5,7 +5,7 @@ * Description: Add post archives of custom post type and customizable permalinks. * Author: Toro_Unit * Author URI: https://torounit.com/ - * Version: 3.4.5 + * Version: 3.5.0 * Text Domain: custom-post-type-permalinks * License: GPL2 or later * Domain Path: /language/ @@ -13,7 +13,7 @@ * Requires PHP: 5.6 * * @package Custom_Post_Type_Permalinks - * @version 3.4.5 + * @version 3.5.0 */ define( 'CPTP_PLUGIN_FILE', __FILE__ ); diff --git a/package-lock.json b/package-lock.json index c2b6e60..62fd958 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "custom-post-type-permalinks", - "version": "3.4.5", + "version": "3.5.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index d9979d4..84c6ac5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "custom-post-type-permalinks", - "version": "3.4.5", + "version": "3.5.0", "description": "Custom Post Type Permalinks allow you edit the permalink structure of custom post type.", "private": true, "directories": {