Version Description
-
Aug 10, 2020 =
- Bugs
- Forgot to update the version in CSS and JS files in
v1.6.1
Download this release
Release Info
Developer | sasiddiqui |
Plugin | Custom Permalinks |
Version | 1.6.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.1 to 1.6.2
admin/css/{about-plugins-1.6.0.min.css → about-plugins-1.6.2.min.css}
RENAMED
File without changes
|
custom-permalinks.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Custom Permalinks
|
4 |
* Plugin URI: https://wordpress.org/plugins/custom-permalinks/
|
5 |
* Description: Set custom permalinks on a per-post basis
|
6 |
-
* Version: 1.6.
|
7 |
* Author: Sami Ahmed Siddiqui
|
8 |
* Author URI: https://www.custompermalinks.com/
|
9 |
* License: GPLv3
|
@@ -51,7 +51,7 @@ class Custom_Permalinks
|
|
51 |
}
|
52 |
|
53 |
if ( ! defined( 'CUSTOM_PERMALINKS_PLUGIN_VERSION' ) ) {
|
54 |
-
define( 'CUSTOM_PERMALINKS_PLUGIN_VERSION', '1.6.
|
55 |
}
|
56 |
|
57 |
if ( ! defined( 'CUSTOM_PERMALINKS_PATH' ) ) {
|
3 |
* Plugin Name: Custom Permalinks
|
4 |
* Plugin URI: https://wordpress.org/plugins/custom-permalinks/
|
5 |
* Description: Set custom permalinks on a per-post basis
|
6 |
+
* Version: 1.6.2
|
7 |
* Author: Sami Ahmed Siddiqui
|
8 |
* Author URI: https://www.custompermalinks.com/
|
9 |
* License: GPLv3
|
51 |
}
|
52 |
|
53 |
if ( ! defined( 'CUSTOM_PERMALINKS_PLUGIN_VERSION' ) ) {
|
54 |
+
define( 'CUSTOM_PERMALINKS_PLUGIN_VERSION', '1.6.2' );
|
55 |
}
|
56 |
|
57 |
if ( ! defined( 'CUSTOM_PERMALINKS_PATH' ) ) {
|
frontend/js/{script-form-1.6.0.min.js → script-form-1.6.2.min.js}
RENAMED
File without changes
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: sasiddiqui, michaeltyson
|
|
3 |
Tags: permalink, url, link, address, custom, redirect, custom post type, GDPR, GDPR Compliant
|
4 |
Requires at least: 2.6
|
5 |
Tested up to: 5.4
|
6 |
-
Stable tag: 1.6.
|
7 |
License: GPLv3
|
8 |
License URI: https://www.gnu.org/licenses/gpl.html
|
9 |
|
@@ -125,6 +125,11 @@ This process defines you the steps to follow either you are installing through W
|
|
125 |
|
126 |
== Changelog ==
|
127 |
|
|
|
|
|
|
|
|
|
|
|
128 |
= 1.6.1 - Aug 10, 2020 =
|
129 |
|
130 |
* Bugs
|
3 |
Tags: permalink, url, link, address, custom, redirect, custom post type, GDPR, GDPR Compliant
|
4 |
Requires at least: 2.6
|
5 |
Tested up to: 5.4
|
6 |
+
Stable tag: 1.6.2
|
7 |
License: GPLv3
|
8 |
License URI: https://www.gnu.org/licenses/gpl.html
|
9 |
|
125 |
|
126 |
== Changelog ==
|
127 |
|
128 |
+
= 1.6.2 - Aug 10, 2020 =
|
129 |
+
|
130 |
+
* Bugs
|
131 |
+
* Forgot to update the version in CSS and JS files in `v1.6.1`
|
132 |
+
|
133 |
= 1.6.1 - Aug 10, 2020 =
|
134 |
|
135 |
* Bugs
|