Skip to content

Commit

Permalink
Bump to v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Feb 14, 2023
1 parent c0a7286 commit aa6e4d3
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 31 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion custom-permalinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion includes/class-custom-permalinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Custom_Permalinks {
*
* @var string
*/
public $version = '2.5.0';
public $version = '2.5.2';

/**
* Class constructor.
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.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"
}
}
7 changes: 6 additions & 1 deletion 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.1
Stable tag: 2.5.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aa6e4d3

Please sign in to comment.