Skip to content

Commit

Permalink
Bump to v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Jan 2, 2019
1 parent 89f3787 commit fc50306
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions permalinks-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: Link, Permalink, URL, Redirects, Tags
Requires at least: 3.5
Requires PHP: 5.2.4
Tested up to: 5.0
Stable tag: 2.5.1
Stable tag: 2.5.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl.html

Expand Down Expand Up @@ -213,7 +213,7 @@ A. Yes, you can exclude any posttype from the plugin to be worked on. For this j

== Changelog ==

= 2.5.2 =
= 2.5.2 - Jan 02, 2019 =

* Enhancement
* Added `<%ctaxparents_custom_taxonomy%>` tag for PostTypes
Expand Down

0 comments on commit fc50306

Please sign in to comment.