-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f293982
commit d7b7df7
Showing
2 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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' ) ) { | ||
|
@@ -81,6 +81,7 @@ private function setup_constants() { | |
* | ||
* @access private | ||
* @since 1.2.18 | ||
* | ||
* @return void | ||
*/ | ||
private function includes() { | ||
|
@@ -111,6 +112,7 @@ private function includes() { | |
* | ||
* @access public | ||
* @since 1.2.22 | ||
* | ||
* @return void | ||
*/ | ||
public static function plugin_activate() { | ||
|
@@ -135,6 +137,7 @@ public static function plugin_activate() { | |
* | ||
* @access public | ||
* @since 1.2.18 | ||
* | ||
* @return void | ||
*/ | ||
public function load_textdomain() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters