Skip to content

Commit

Permalink
Bump to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Sep 21, 2021
1 parent b9fafe5 commit badf60b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.2.0
* Version: 2.3.0
* Requires at least: 2.6
* Requires PHP: 5.4
* 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.2.0';
public $version = '2.3.0';

/**
* Class constructor.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"gulp-uglify": "3.0.2"
},
"customPermalinks": {
"pluginVersion": "2.2.0"
"pluginVersion": "2.3.0"
}
}
6 changes: 3 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: 5.8
Stable tag: 2.2.0
Stable tag: 2.3.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.3.0 =
= 2.3.0 - Sep 21, 2021 =

* Bugs
* [is_numeric warning in plugin API](https://wordpress.org/support/topic/is_numeric-error-for-plugin-api/)
* [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/)
* [trailing slash](https://wordpress.org/support/topic/trailing-slash-9/)
* Fixed JS Error on updating Static page
* Enhancements
* Allow dot in the permalink
* Allow period in the permalink

= 2.2.0 - Aug 13, 2021 =

Expand Down

0 comments on commit badf60b

Please sign in to comment.