Skip to content

Commit ef4da17

Browse files
Bump to v2.6.0
1 parent d1f63cd commit ef4da17

6 files changed

+13
-8
lines changed
File renamed without changes.

assets/js/script-form-2.5.2.min.js assets/js/script-form-2.6.0.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

custom-permalinks.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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.5.2
6+
* Version: 2.6.0
77
* Requires at least: 2.6
8-
* Requires PHP: 5.6
8+
* Requires PHP: 7.0
99
* Author: Sami Ahmed Siddiqui
1010
* Author URI: https://www.linkedin.com/in/sami-ahmed-siddiqui/
1111
* License: GPLv3
@@ -19,7 +19,7 @@
1919

2020
/**
2121
* Custom Permalinks - Update Permalinks of Post/Pages and Categories
22-
* Copyright 2008-2023 Sami Ahmed Siddiqui <[email protected]>
22+
* Copyright 2008-2024 Sami Ahmed Siddiqui <[email protected]>
2323
*
2424
* This program is free software: you can redistribute it and/or modify
2525
* it under the terms of the GNU General Public License as published by

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.5.2';
21+
public $version = '2.6.0';
2222

2323
/**
2424
* Class constructor.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "custom-permalinks",
33
"description": "Development files for the Custom Permalinks plugin.",
4-
"version": "2.5.2",
4+
"version": "2.6.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/samiahmedsiddiqui/custom-permalinks.git"

readme.txt

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== Custom Permalinks ===
22
Contributors: sasiddiqui
33
Tags: permalink, url, link, address, redirect, custom post type
4-
Tested up to: 6.1
5-
Stable tag: 2.5.2
4+
Tested up to: 6.6
5+
Stable tag: 2.6.0
66
License: GPLv3
77
License URI: https://www.gnu.org/licenses/gpl-3.0.html
88

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

184184
== Changelog ==
185185

186+
= 2.6.0 - Aug 15, 2024 =
187+
188+
* Feature Additions:
189+
* Compatibility with PolyLang Plugin
190+
186191
= 2.5.2 - Feb 14, 2023 =
187192

188193
* Bug

0 commit comments

Comments
 (0)