Skip to content

Commit

Permalink
Bump to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Aug 15, 2024
1 parent d1f63cd commit ef4da17
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions custom-permalinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Plugin Name: Custom Permalinks
* Plugin URI: https://www.custompermalinks.com/
* Description: Set custom permalinks on a per-post basis.
* Version: 2.5.2
* Version: 2.6.0
* Requires at least: 2.6
* Requires PHP: 5.6
* Requires PHP: 7.0
* Author: Sami Ahmed Siddiqui
* Author URI: https://www.linkedin.com/in/sami-ahmed-siddiqui/
* License: GPLv3
Expand All @@ -19,7 +19,7 @@

/**
* Custom Permalinks - Update Permalinks of Post/Pages and Categories
* Copyright 2008-2023 Sami Ahmed Siddiqui <[email protected]>
* Copyright 2008-2024 Sami Ahmed Siddiqui <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
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.2';
public $version = '2.6.0';

/**
* Class constructor.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "custom-permalinks",
"description": "Development files for the Custom Permalinks plugin.",
"version": "2.5.2",
"version": "2.6.0",
"repository": {
"type": "git",
"url": "https://github.com/samiahmedsiddiqui/custom-permalinks.git"
Expand Down
9 changes: 7 additions & 2 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, redirect, custom post type
Tested up to: 6.1
Stable tag: 2.5.2
Tested up to: 6.6
Stable tag: 2.6.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.6.0 - Aug 15, 2024 =

* Feature Additions:
* Compatibility with PolyLang Plugin

= 2.5.2 - Feb 14, 2023 =

* Bug
Expand Down

0 comments on commit ef4da17

Please sign in to comment.