Skip to content

Commit

Permalink
Bump to v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Feb 14, 2023
1 parent 96498a8 commit c0a7286
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 34 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions custom-permalinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Plugin Name: Custom Permalinks
* Plugin URI: https://www.custompermalinks.com/
* Description: Set custom permalinks on a per-post basis.
* Version: 2.5.0
* Version: 2.5.1
* Requires at least: 2.6
* Requires PHP: 5.4
* Requires PHP: 5.6
* Author: Sami Ahmed Siddiqui
* Author URI: https://www.linkedin.com/in/sami-ahmed-siddiqui/
* License: GPLv3
Expand All @@ -19,7 +19,7 @@

/**
* Custom Permalinks - Update Permalinks of Post/Pages and Categories
* Copyright 2008-2021 Sami Ahmed Siddiqui <sami.siddiqui@yasglobal.com>
* Copyright 2008-2023 Sami Ahmed Siddiqui <sami.siddiqui@yasglobal.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "custom-permalinks",
"description": "Development files for the Custom Permalinks plugin.",
"version": "2.5.0",
"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.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"
}
}
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
Stable tag: 2.5.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

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.

> 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.

== Privacy Policy ==

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

== Changelog ==

= 2.5.1 - Feb 14, 2023 =

* Bug
* [“http//” is added in front of permalinks](https://github.com/samiahmedsiddiqui/custom-permalinks/issues/71)

= 2.5.0 - Jan 02, 2023 =

* Bugs
Expand Down

0 comments on commit c0a7286

Please sign in to comment.