-
Notifications
You must be signed in to change notification settings - Fork 11
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
89f3787
commit fc50306
Showing
2 changed files
with
5 additions
and
5 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: Permalinks Customizer | ||
* Plugin URI: https://wordpress.org/plugins/permalinks-customizer/ | ||
* Description: Set permalinks for default post-type and custom post-type which can be changed from the single post edit page. | ||
* Version: 2.5.1 | ||
* Version: 2.5.2 | ||
* Author: YAS Global Team | ||
* Author URI: https://www.yasglobal.com/web-design-development/wordpress/permalinks-customizer/ | ||
* License: GPLv3 | ||
|
@@ -16,7 +16,7 @@ | |
|
||
/** | ||
* Permalinks Customizer - Auto Create Permalinks/Update existing Permalinks Plugin | ||
* Copyright (C) 2016-2018, Sami Ahmed Siddiqui <[email protected]> | ||
* Copyright (C) 2016-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 | ||
|
@@ -62,7 +62,7 @@ private function setup_constants() { | |
} | ||
|
||
if ( ! defined( 'PERMALINKS_CUSTOMIZER_PLUGIN_VERSION' ) ) { | ||
define( 'PERMALINKS_CUSTOMIZER_PLUGIN_VERSION', '2.5.1' ); | ||
define( 'PERMALINKS_CUSTOMIZER_PLUGIN_VERSION', '2.5.2' ); | ||
} | ||
|
||
if ( ! defined( 'PERMALINKS_CUSTOMIZER_PATH' ) ) { | ||
|
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