Skip to content

Commit badf60b

Browse files
Bump to v2.3.0
1 parent b9fafe5 commit badf60b

6 files changed

+6
-6
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.2.0
6+
* Version: 2.3.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.2.0';
21+
public $version = '2.3.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.2.0"
31+
"pluginVersion": "2.3.0"
3232
}
3333
}

readme.txt

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

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

189189
== Changelog ==
190190

191-
= 2.3.0 =
191+
= 2.3.0 - Sep 21, 2021 =
192192

193193
* Bugs
194194
* [is_numeric warning in plugin API](https://wordpress.org/support/topic/is_numeric-error-for-plugin-api/)
195195
* [Missing default WP redirect from URLs with no ending trailing slash](https://wordpress.org/support/topic/missing-default-wp-redirect-from-urls-with-no-ending-trailing-slash/)
196196
* [trailing slash](https://wordpress.org/support/topic/trailing-slash-9/)
197197
* Fixed JS Error on updating Static page
198198
* Enhancements
199-
* Allow dot in the permalink
199+
* Allow period in the permalink
200200

201201
= 2.2.0 - Aug 13, 2021 =
202202

0 commit comments

Comments
 (0)