From 0b0f81431a6c8ea90923f6d4533df99afc00cdf7 Mon Sep 17 00:00:00 2001 From: Sami Ahmed Siddiqui Date: Tue, 20 Aug 2024 18:10:56 +0500 Subject: [PATCH] Bump to v2.7.0 (#97) --- ...gins-2.6.0.min.css => about-plugins-2.7.0.min.css} | 0 ...ipt-form-2.6.0.min.js => script-form-2.7.0.min.js} | 0 custom-permalinks.php | 2 +- includes/class-custom-permalinks.php | 2 +- package.json | 2 +- readme.txt | 11 ++++++++++- 6 files changed, 13 insertions(+), 4 deletions(-) rename assets/css/{about-plugins-2.6.0.min.css => about-plugins-2.7.0.min.css} (100%) rename assets/js/{script-form-2.6.0.min.js => script-form-2.7.0.min.js} (100%) diff --git a/assets/css/about-plugins-2.6.0.min.css b/assets/css/about-plugins-2.7.0.min.css similarity index 100% rename from assets/css/about-plugins-2.6.0.min.css rename to assets/css/about-plugins-2.7.0.min.css diff --git a/assets/js/script-form-2.6.0.min.js b/assets/js/script-form-2.7.0.min.js similarity index 100% rename from assets/js/script-form-2.6.0.min.js rename to assets/js/script-form-2.7.0.min.js diff --git a/custom-permalinks.php b/custom-permalinks.php index 0ac87eb..41b5680 100644 --- a/custom-permalinks.php +++ b/custom-permalinks.php @@ -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 diff --git a/includes/class-custom-permalinks.php b/includes/class-custom-permalinks.php index 3b04803..cf60423 100644 --- a/includes/class-custom-permalinks.php +++ b/includes/class-custom-permalinks.php @@ -18,7 +18,7 @@ class Custom_Permalinks { * * @var string */ - public $version = '2.6.0'; + public $version = '2.7.0'; /** * Class constructor. diff --git a/package.json b/package.json index 1ed2965..c1fd813 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/readme.txt b/readme.txt index 50f47e9..4e52ed5 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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: