diff --git a/assets/css/about-plugins-2.5.1.min.css b/assets/css/about-plugins-2.5.2.min.css similarity index 100% rename from assets/css/about-plugins-2.5.1.min.css rename to assets/css/about-plugins-2.5.2.min.css diff --git a/assets/js/script-form-2.5.1.min.js b/assets/js/script-form-2.5.2.min.js similarity index 100% rename from assets/js/script-form-2.5.1.min.js rename to assets/js/script-form-2.5.2.min.js diff --git a/custom-permalinks.php b/custom-permalinks.php index e7d2615..0398736 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.5.1 + * Version: 2.5.2 * Requires at least: 2.6 * Requires PHP: 5.6 * Author: Sami Ahmed Siddiqui diff --git a/includes/class-custom-permalinks.php b/includes/class-custom-permalinks.php index 1dc9fa8..c2e9c05 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.5.0'; + public $version = '2.5.2'; /** * Class constructor. diff --git a/package.json b/package.json index b48fd1e..84e9ccd 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,30 @@ { - "name": "custom-permalinks", - "description": "Development files for the Custom Permalinks plugin.", - "version": "2.5.1", - "repository": { - "type": "git", - "url": "https://github.com/samiahmedsiddiqui/custom-permalinks.git" - }, - "bugs": { - "url": "https://github.com/samiahmedsiddiqui/custom-permalinks/issues" - }, - "author": "Sami Ahmed Siddiqui", - "scripts": { - "lint": "npm run lint:css && npm run lint:js", - "lint:fix": "npm run lint:css:fix && npm run lint:js:fix", - "lint:css": "npx stylelint **/*.css", - "lint:css:fix": "npx stylelint **/*.css --fix", - "lint:js": "eslint .", - "lint:js:fix": "eslint . --fix" - }, - "devDependencies": { - "@wordpress/eslint-plugin": "13.10.0", - "@wordpress/stylelint-config": "21.9.0", - "eslint": "8.33.0", - "gulp": "4.0.2", - "gulp-clean-css": "4.3.0", - "gulp-rename": "2.0.0", - "gulp-uglify": "3.0.2" - } + "name": "custom-permalinks", + "description": "Development files for the Custom Permalinks plugin.", + "version": "2.5.2", + "repository": { + "type": "git", + "url": "https://github.com/samiahmedsiddiqui/custom-permalinks.git" + }, + "bugs": { + "url": "https://github.com/samiahmedsiddiqui/custom-permalinks/issues" + }, + "author": "Sami Ahmed Siddiqui", + "scripts": { + "lint": "npm run lint:css && npm run lint:js", + "lint:fix": "npm run lint:css:fix && npm run lint:js:fix", + "lint:css": "npx stylelint **/*.css", + "lint:css:fix": "npx stylelint **/*.css --fix", + "lint:js": "eslint .", + "lint:js:fix": "eslint . --fix" + }, + "devDependencies": { + "@wordpress/eslint-plugin": "13.10.0", + "@wordpress/stylelint-config": "21.9.0", + "eslint": "8.33.0", + "gulp": "4.0.2", + "gulp-clean-css": "4.3.0", + "gulp-rename": "2.0.0", + "gulp-uglify": "3.0.2" + } } diff --git a/readme.txt b/readme.txt index 5e4cae9..e1353ce 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: sasiddiqui Tags: permalink, url, link, address, custom, redirect, custom post type, GDPR, GDPR Compliant Tested up to: 6.1 -Stable tag: 2.5.1 +Stable tag: 2.5.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -197,6 +197,11 @@ This process defines you the steps to follow either you are installing through W == Changelog == += 2.5.2 - Feb 14, 2023 = + +* Bug + * [Error in new update](https://wordpress.org/support/topic/error-in-new-update-3/) + = 2.5.1 - Feb 14, 2023 = * Bug