Skip to content

Commit

Permalink
Bump to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Jan 2, 2023
1 parent e5f9c2c commit 8bdb426
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 15 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This file contains only old changelog. See readme.txt for newer versions.

= 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 period in the permalink

= 2.2.0 - Aug 13, 2021 =

* Bugs
Expand Down
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.4.0
* Version: 2.5.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.4.0';
public $version = '2.5.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.4.0"
"pluginVersion": "2.5.0"
}
}
21 changes: 9 additions & 12 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Custom Permalinks ===
Contributors: sasiddiqui
Tags: permalink, url, link, address, custom, redirect, custom post type, GDPR, GDPR Compliant
Tested up to: 6.0
Stable tag: 2.4.0
Tested up to: 6.1
Stable tag: 2.5.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.5.0 - Jan 02, 2023 =

* Bugs
* [Retreiving info from installed plugin (GDPR)](https://wordpress.org/support/topic/retreiving-info-from-installed-plugin-gdpr/)
* Enhancement
* Same permalink with WPML different domain

= 2.4.0 - Nov 26, 2021 =

* Bugs
Expand All @@ -209,16 +216,6 @@ This process defines you the steps to follow either you are installing through W
* Enhancements
* [Pending Post Preview Link](https://wordpress.org/support/topic/pending-post-preview-link/)

= 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 period in the permalink

= Earlier versions =

* For the changelog of earlier versions, please refer to the separate changelog.txt file.

0 comments on commit 8bdb426

Please sign in to comment.