From 8bdb4265c09d5a57e75b460ff99905678c181416 Mon Sep 17 00:00:00 2001 From: Sami Ahmed Siddiqui Date: Tue, 3 Jan 2023 00:21:18 +0500 Subject: [PATCH] Bump to v2.5.0 --- ....0.min.css => about-plugins-2.5.0.min.css} | 0 ...-2.4.0.min.js => script-form-2.5.0.min.js} | 0 changelog.txt | 10 +++++++++ custom-permalinks.php | 2 +- includes/class-custom-permalinks.php | 2 +- package.json | 2 +- readme.txt | 21 ++++++++----------- 7 files changed, 22 insertions(+), 15 deletions(-) rename assets/css/{about-plugins-2.4.0.min.css => about-plugins-2.5.0.min.css} (100%) rename assets/js/{script-form-2.4.0.min.js => script-form-2.5.0.min.js} (100%) diff --git a/assets/css/about-plugins-2.4.0.min.css b/assets/css/about-plugins-2.5.0.min.css similarity index 100% rename from assets/css/about-plugins-2.4.0.min.css rename to assets/css/about-plugins-2.5.0.min.css diff --git a/assets/js/script-form-2.4.0.min.js b/assets/js/script-form-2.5.0.min.js similarity index 100% rename from assets/js/script-form-2.4.0.min.js rename to assets/js/script-form-2.5.0.min.js diff --git a/changelog.txt b/changelog.txt index 66ace45..bfa0b89 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,16 @@ This file contains only old changelog. See readme.txt for newer versions. += 2.3.0 - Sep 21, 2021 = + +* Bugs + * [is_numeric warning in plugin API](https://wordpress.org/support/topic/is_numeric-error-for-plugin-api/) + * [Missing default WP redirect from URLs with no ending trailing slash](https://wordpress.org/support/topic/missing-default-wp-redirect-from-urls-with-no-ending-trailing-slash/) + * [trailing slash](https://wordpress.org/support/topic/trailing-slash-9/) + * Fixed JS Error on updating Static page +* Enhancements + * Allow period in the permalink + = 2.2.0 - Aug 13, 2021 = * Bugs diff --git a/custom-permalinks.php b/custom-permalinks.php index c33e675..793748d 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.4.0 + * Version: 2.5.0 * Requires at least: 2.6 * Requires PHP: 5.4 * Author: Sami Ahmed Siddiqui diff --git a/includes/class-custom-permalinks.php b/includes/class-custom-permalinks.php index 6579cfe..1dc9fa8 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.4.0'; + public $version = '2.5.0'; /** * Class constructor. diff --git a/package.json b/package.json index c04b444..7219489 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ "gulp-uglify": "3.0.2" }, "customPermalinks": { - "pluginVersion": "2.4.0" + "pluginVersion": "2.5.0" } } diff --git a/readme.txt b/readme.txt index 88b409a..a3f9d44 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,8 @@ === Custom Permalinks === Contributors: sasiddiqui Tags: permalink, url, link, address, custom, redirect, custom post type, GDPR, GDPR Compliant -Tested up to: 6.0 -Stable tag: 2.4.0 +Tested up to: 6.1 +Stable tag: 2.5.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -199,6 +199,13 @@ This process defines you the steps to follow either you are installing through W == Changelog == += 2.5.0 - Jan 02, 2023 = + +* Bugs + * [Retreiving info from installed plugin (GDPR)](https://wordpress.org/support/topic/retreiving-info-from-installed-plugin-gdpr/) +* Enhancement + * Same permalink with WPML different domain + = 2.4.0 - Nov 26, 2021 = * Bugs @@ -209,16 +216,6 @@ This process defines you the steps to follow either you are installing through W * Enhancements * [Pending Post Preview Link](https://wordpress.org/support/topic/pending-post-preview-link/) -= 2.3.0 - Sep 21, 2021 = - -* Bugs - * [is_numeric warning in plugin API](https://wordpress.org/support/topic/is_numeric-error-for-plugin-api/) - * [Missing default WP redirect from URLs with no ending trailing slash](https://wordpress.org/support/topic/missing-default-wp-redirect-from-urls-with-no-ending-trailing-slash/) - * [trailing slash](https://wordpress.org/support/topic/trailing-slash-9/) - * Fixed JS Error on updating Static page -* Enhancements - * Allow period in the permalink - = Earlier versions = * For the changelog of earlier versions, please refer to the separate changelog.txt file.