Skip to content

Commit

Permalink
Bump to v 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Jul 16, 2018
1 parent 166bfd6 commit 2ceb51c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 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.0.0
* Version: 2.0.1
* Author: YAS Global Team
* Author URI: https://www.yasglobal.com/web-design-development/wordpress/permalinks-customizer/
* Donate link: https://www.paypal.me/yasglobal
Expand Down Expand Up @@ -63,7 +63,7 @@ private function setup_constants() {
}

if ( ! defined( 'PERMALINKS_CUSTOMIZER_PLUGIN_VERSION' ) ) {
define( 'PERMALINKS_CUSTOMIZER_PLUGIN_VERSION', '2.0.0' );
define( 'PERMALINKS_CUSTOMIZER_PLUGIN_VERSION', '2.0.1' );
}

if ( ! defined( 'PERMALINKS_CUSTOMIZER_PATH' ) ) {
Expand Down
12 changes: 9 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: Link, Permalink, URL, Redirects, Tags
Requires at least: 3.5
Requires PHP: 5.2.4
Tested up to: 4.9
Stable tag: 2.0.0
Stable tag: 2.0.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl.html

Expand Down Expand Up @@ -164,16 +164,22 @@ A. Yes, you can use all the tags as defined on the [Permalinks Customizer page](
A. Yes, it supports custom taxonomy tag. You can define the tag as mentioned on the [Permalinks Customizer page](https://wordpress.org/plugins/permalinks-customizer/).

= Q. Can i regenerate all the permalinks according to the defined structure? =
A. Yes, you can regenerate all the permalinks according to the defined structure. To have a bulk permalink update, Go to the `All Post` page there is a a option in the bulk action drop down with the name of `Regenerate Pemralinks`. Use that option for regenerating the Permalinks.
A. Yes, you can regenerate all the permalinks according to the defined structure. To have a bulk permalink update, Go to the `All Post` page there is a a option in the bulk action drop down with the name of `Regenerate Permalinks`. Use that option for regenerating the Permalinks.

= Q. Does `Regenerate Pemralinks` damage my site SEO? =
= Q. Does `Regenerate Permalinks` damage my site SEO? =
A. No, it won't damage your site SEO. As regenerating permalinks added redirect against their previous permalink.

= Q. May this plugin works with custom permalinks? =
A. No, This plugin does not work with [custom permalinks](https://wordpress.org/plugins/custom-permalinks/).

== Changelog ==

= 2.0.1 - July 16, 2018 =

* Bugs
* Fixed subdomain URL issue
* Make the URLs to absolute on Admin Pages so, Permalinks for subdomain points to the correct URL

= 2.0.0 - July 09, 2018 =

* Enhancements
Expand Down

0 comments on commit 2ceb51c

Please sign in to comment.