Skip to content

Commit

Permalink
Bump to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Jun 4, 2019
1 parent f293982 commit d7b7df7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
9 changes: 6 additions & 3 deletions 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://wordpress.org/plugins/custom-permalinks/
* Description: Set custom permalinks on a per-post basis
* Version: 1.4.0
* Version: 1.5.0
* Author: Sami Ahmed Siddiqui
* Author URI: https://www.custompermalinks.com/
* Donate link: https://www.paypal.me/yasglobal
Expand All @@ -17,7 +17,7 @@

/**
* Custom Permalinks - Update Permalinks of Post/Pages and Categories
* Copyright 2008-2018 Sami Ahmed Siddiqui <[email protected]>
* Copyright 2008-2019 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 Expand Up @@ -64,7 +64,7 @@ private function setup_constants() {
}

if ( ! defined( 'CUSTOM_PERMALINKS_PLUGIN_VERSION' ) ) {
define( 'CUSTOM_PERMALINKS_PLUGIN_VERSION', '1.4.0' );
define( 'CUSTOM_PERMALINKS_PLUGIN_VERSION', '1.5.0' );
}

if ( ! defined( 'CUSTOM_PERMALINKS_PATH' ) ) {
Expand All @@ -81,6 +81,7 @@ private function setup_constants() {
*
* @access private
* @since 1.2.18
*
* @return void
*/
private function includes() {
Expand Down Expand Up @@ -111,6 +112,7 @@ private function includes() {
*
* @access public
* @since 1.2.22
*
* @return void
*/
public static function plugin_activate() {
Expand All @@ -135,6 +137,7 @@ public static function plugin_activate() {
*
* @access public
* @since 1.2.18
*
* @return void
*/
public function load_textdomain() {
Expand Down
14 changes: 10 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: sasiddiqui, michaeltyson
Donate link: https://www.paypal.me/yasglobal
Tags: permalink, url, link, address, custom, redirect, custom post type, GDPR, GDPR Compliant
Requires at least: 2.6
Tested up to: 5.0
Stable tag: 1.4.0
Tested up to: 5.2
Stable tag: 1.5.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl.html

Expand All @@ -13,7 +13,7 @@ Set custom permalinks on a per-post, per-tag or per-category basis.
== Description ==

Lay out your site the way *you* want it. Set the URL of any post, page, tag or category to anything you want.
Old permalinks will redirect properly to the new address. Custom Permalinks gives you ultimate control
Old permalinks will redirect properly to the new address. Custom Permalinks gives you ultimate control
over your site structure.

Be warned: *This plugin is not a replacement for WordPress's built-in permalink system*. Check your WordPress
Expand Down Expand Up @@ -97,6 +97,12 @@ This process defines you the steps to follow either you are installing through W

== Changelog ==

= 1.5.0 - Jun 04, 2019 =

* Bugs
* [Issue with Polylang Setting Hide Default Language](https://wordpress.org/support/topic/issue-with-polylang-setting-hide-default-language/)
* Change deprecated actions with appropriate actions

= 1.4.0 - Nov 08, 2018 =

* Enhancement
Expand All @@ -106,7 +112,7 @@ This process defines you the steps to follow either you are installing through W
= 1.3.0 - June 07, 2018 =

* Enhancement
* [Conflict with WPML]https://wordpress.org/support/topic/conflict-with-wpml-17/)
* [Conflict with WPML](https://wordpress.org/support/topic/conflict-with-wpml-17/)
* Avoid appending slashes and use trailingslashit instead

= 1.2.24 - May 31, 2018 =
Expand Down

0 comments on commit d7b7df7

Please sign in to comment.