Skip to content

Commit 3d44285

Browse files
Bump to v2.2.0
1 parent c4db191 commit 3d44285

6 files changed

+11
-4
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.1.0
6+
* Version: 2.2.0
77
* Requires at least: 2.6
88
* Requires PHP: 5.4
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.1.0';
21+
public $version = '2.2.0';
2222

2323
/**
2424
* Class constructor.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"gulp-uglify": "3.0.2"
2929
},
3030
"customPermalinks": {
31-
"pluginVersion": "2.1.0"
31+
"pluginVersion": "2.2.0"
3232
}
3333
}

readme.txt

+8-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: 5.8
5-
Stable tag: 2.1.0
5+
Stable tag: 2.2.0
66
License: GPLv3
77
License URI: https://www.gnu.org/licenses/gpl-3.0.html
88

@@ -188,6 +188,13 @@ This process defines you the steps to follow either you are installing through W
188188

189189
== Changelog ==
190190

191+
= 2.2.0 - Aug 13, 2021 =
192+
193+
* Bugs
194+
* Show decoded permalink in meta box
195+
* Enhancements
196+
* Update script to fix linting issues and use updated permalink to view the post/page.
197+
191198
= 2.1.0 - Aug 09, 2021 =
192199

193200
* Bugs

0 commit comments

Comments
 (0)