Skip to content

Commit 0b0f814

Browse files
Bump to v2.7.0 (#97)
1 parent 1079faa commit 0b0f814

6 files changed

+13
-4
lines changed
File renamed without changes.
File renamed without changes.

custom-permalinks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Custom Permalinks
44
* Plugin URI: https://www.custompermalinks.com/
55
* Description: Set custom permalinks on a per-post basis.
6-
* Version: 2.6.0
6+
* Version: 2.7.0
77
* Requires at least: 2.6
88
* Requires PHP: 7.0
99
* Author: Sami Ahmed Siddiqui

includes/class-custom-permalinks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Custom_Permalinks {
1818
*
1919
* @var string
2020
*/
21-
public $version = '2.6.0';
21+
public $version = '2.7.0';
2222

2323
/**
2424
* Class constructor.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "custom-permalinks",
33
"description": "Development files for the Custom Permalinks plugin.",
4-
"version": "2.6.0",
4+
"version": "2.7.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/samiahmedsiddiqui/custom-permalinks.git"

readme.txt

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: sasiddiqui
33
Tags: permalink, url, link, address, redirect, custom post type
44
Tested up to: 6.6
5-
Stable tag: 2.6.0
5+
Stable tag: 2.7.0
66
License: GPLv3
77
License URI: https://www.gnu.org/licenses/gpl-3.0.html
88

@@ -183,6 +183,15 @@ This process defines you the steps to follow either you are installing through W
183183

184184
== Changelog ==
185185

186+
= 2.7.0 - Aug 20, 2024 =
187+
188+
* Bug
189+
* [Passing null to parameter string is deprecated](https://github.com/samiahmedsiddiqui/custom-permalinks/pull/86)
190+
* [Fix PHP warning with empty permalink on new page/post](https://github.com/samiahmedsiddiqui/custom-permalinks/pull/87)
191+
* [Authenticated(Editor+) Stored Cross-Site Scripting](https://github.com/samiahmedsiddiqui/custom-permalinks/pull/96)
192+
* Enhancement:
193+
* [Improve I18N](https://github.com/samiahmedsiddiqui/custom-permalinks/pull/72)
194+
186195
= 2.6.0 - Aug 15, 2024 =
187196

188197
* Feature Additions:

0 commit comments

Comments
 (0)