Skip to content

Commit

Permalink
Bump to v2.7.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui authored Aug 20, 2024
1 parent 1079faa commit 0b0f814
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion custom-permalinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Custom Permalinks
* Plugin URI: https://www.custompermalinks.com/
* Description: Set custom permalinks on a per-post basis.
* Version: 2.6.0
* Version: 2.7.0
* Requires at least: 2.6
* Requires PHP: 7.0
* Author: Sami Ahmed Siddiqui
Expand Down
2 changes: 1 addition & 1 deletion includes/class-custom-permalinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Custom_Permalinks {
*
* @var string
*/
public $version = '2.6.0';
public $version = '2.7.0';

/**
* Class constructor.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "custom-permalinks",
"description": "Development files for the Custom Permalinks plugin.",
"version": "2.6.0",
"version": "2.7.0",
"repository": {
"type": "git",
"url": "https://github.com/samiahmedsiddiqui/custom-permalinks.git"
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: sasiddiqui
Tags: permalink, url, link, address, redirect, custom post type
Tested up to: 6.6
Stable tag: 2.6.0
Stable tag: 2.7.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.7.0 - Aug 20, 2024 =

* Bug
* [Passing null to parameter string is deprecated](https://github.com/samiahmedsiddiqui/custom-permalinks/pull/86)
* [Fix PHP warning with empty permalink on new page/post](https://github.com/samiahmedsiddiqui/custom-permalinks/pull/87)
* [Authenticated(Editor+) Stored Cross-Site Scripting](https://github.com/samiahmedsiddiqui/custom-permalinks/pull/96)
* Enhancement:
* [Improve I18N](https://github.com/samiahmedsiddiqui/custom-permalinks/pull/72)

= 2.6.0 - Aug 15, 2024 =

* Feature Additions:
Expand Down

0 comments on commit 0b0f814

Please sign in to comment.