Skip to content

Commit c0a7286

Browse files
Bump to v2.5.1
1 parent 96498a8 commit c0a7286

5 files changed

+37
-34
lines changed
File renamed without changes.
File renamed without changes.

custom-permalinks.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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.0
6+
* Version: 2.5.1
77
* Requires at least: 2.6
8-
* Requires PHP: 5.4
8+
* Requires PHP: 5.6
99
* Author: Sami Ahmed Siddiqui
1010
* Author URI: https://www.linkedin.com/in/sami-ahmed-siddiqui/
1111
* License: GPLv3
@@ -19,7 +19,7 @@
1919

2020
/**
2121
* Custom Permalinks - Update Permalinks of Post/Pages and Categories
22-
* Copyright 2008-2021 Sami Ahmed Siddiqui <[email protected]>
22+
* Copyright 2008-2023 Sami Ahmed Siddiqui <[email protected]>
2323
*
2424
* This program is free software: you can redistribute it and/or modify
2525
* it under the terms of the GNU General Public License as published by

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.0",
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.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+
}
3030
}

readme.txt

+6-3
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.0
5+
Stable tag: 2.5.1
66
License: GPLv3
77
License URI: https://www.gnu.org/licenses/gpl-3.0.html
88

@@ -18,8 +18,6 @@ Lay out your site the way *you* want it. Set the URL of any post, page, tag or c
1818

1919
This plugin is only useful for assigning custom permalinks for *individual* posts, pages, tags or categories. It will not apply whole permalink structures or automatically apply a category's custom permalink to the posts within that category.
2020

21-
> If anyone wants the different Structure Tags for their Post types or use symbols in the URLs So, use the [Permalinks Customizer](https://wordpress.org/plugins/permalinks-customizer/) which is a fork of this plugin and contains the enhancement of this plugin.
22-
2321
== Privacy Policy ==
2422

2523
This plugin only collects the following information.
@@ -199,6 +197,11 @@ This process defines you the steps to follow either you are installing through W
199197

200198
== Changelog ==
201199

200+
= 2.5.1 - Feb 14, 2023 =
201+
202+
* Bug
203+
* [“http//” is added in front of permalinks](https://github.com/samiahmedsiddiqui/custom-permalinks/issues/71)
204+
202205
= 2.5.0 - Jan 02, 2023 =
203206

204207
* Bugs

0 commit comments

Comments
 (0)