Skip to content

Commit aa6e4d3

Browse files
Bump to v2.5.2
1 parent c0a7286 commit aa6e4d3

6 files changed

+36
-31
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.5.1
6+
* Version: 2.5.2
77
* Requires at least: 2.6
88
* Requires PHP: 5.6
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.5.0';
21+
public $version = '2.5.2';
2222

2323
/**
2424
* Class constructor.

package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "custom-permalinks",
3-
"description": "Development files for the Custom Permalinks plugin.",
4-
"version": "2.5.1",
5-
"repository": {
6-
"type": "git",
7-
"url": "https://github.com/samiahmedsiddiqui/custom-permalinks.git"
8-
},
9-
"bugs": {
10-
"url": "https://github.com/samiahmedsiddiqui/custom-permalinks/issues"
11-
},
12-
"author": "Sami Ahmed Siddiqui",
13-
"scripts": {
14-
"lint": "npm run lint:css && npm run lint:js",
15-
"lint:fix": "npm run lint:css:fix && npm run lint:js:fix",
16-
"lint:css": "npx stylelint **/*.css",
17-
"lint:css:fix": "npx stylelint **/*.css --fix",
18-
"lint:js": "eslint .",
19-
"lint:js:fix": "eslint . --fix"
20-
},
21-
"devDependencies": {
22-
"@wordpress/eslint-plugin": "13.10.0",
23-
"@wordpress/stylelint-config": "21.9.0",
24-
"eslint": "8.33.0",
25-
"gulp": "4.0.2",
26-
"gulp-clean-css": "4.3.0",
27-
"gulp-rename": "2.0.0",
28-
"gulp-uglify": "3.0.2"
29-
}
2+
"name": "custom-permalinks",
3+
"description": "Development files for the Custom Permalinks plugin.",
4+
"version": "2.5.2",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/samiahmedsiddiqui/custom-permalinks.git"
8+
},
9+
"bugs": {
10+
"url": "https://github.com/samiahmedsiddiqui/custom-permalinks/issues"
11+
},
12+
"author": "Sami Ahmed Siddiqui",
13+
"scripts": {
14+
"lint": "npm run lint:css && npm run lint:js",
15+
"lint:fix": "npm run lint:css:fix && npm run lint:js:fix",
16+
"lint:css": "npx stylelint **/*.css",
17+
"lint:css:fix": "npx stylelint **/*.css --fix",
18+
"lint:js": "eslint .",
19+
"lint:js:fix": "eslint . --fix"
20+
},
21+
"devDependencies": {
22+
"@wordpress/eslint-plugin": "13.10.0",
23+
"@wordpress/stylelint-config": "21.9.0",
24+
"eslint": "8.33.0",
25+
"gulp": "4.0.2",
26+
"gulp-clean-css": "4.3.0",
27+
"gulp-rename": "2.0.0",
28+
"gulp-uglify": "3.0.2"
29+
}
3030
}

readme.txt

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

@@ -197,6 +197,11 @@ This process defines you the steps to follow either you are installing through W
197197

198198
== Changelog ==
199199

200+
= 2.5.2 - Feb 14, 2023 =
201+
202+
* Bug
203+
* [Error in new update](https://wordpress.org/support/topic/error-in-new-update-3/)
204+
200205
= 2.5.1 - Feb 14, 2023 =
201206

202207
* Bug

0 commit comments

Comments
 (0)