Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Aug 23, 2023
1 parent 5d10794 commit a5712cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Tested up to: 5.8
Requires PHP: 5.6
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.
Expand Down
4 changes: 2 additions & 2 deletions custom-post-type-permalinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* 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/
* Requires at least: 5.2
* Requires PHP: 5.6
*
* @package Custom_Post_Type_Permalinks
* @version 3.4.5
* @version 3.5.0
*/

define( 'CPTP_PLUGIN_FILE', __FILE__ );
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a5712cd

Please sign in to comment.