Description
Permalink Manager is a highly rated WordPress permalink editor that allows users to customize post, page, and custom post type URLs (taxonomies are supported in Pro version).
If you want your website to be optimized for search engines, you must give careful consideration to the structure of your URLs. When you use Permalink Manager, it is a piece of cake as you have complete control over your WordPress permalinks!
The plugin works with all custom post types and taxonomies, as well as many popular third-party plugins like as WooCommerce, Yoast SEO, WPML, and Polylang. To improve user experience and eliminate 404 or duplicated content errors, the original permalinks will automatically redirect your visitors to the new customized URL. What is more, using the plugin options you can modify the redirect and trailing slashes functions, which further improves SEO performance.
Documentation | Buy Permalink Manager Pro
Features
- Edit the individual permalinks as you choose
For a consistent and SEO-friendly URL structure, you may customize and change the permalink of each post, page, and custom post type item. Categories, tags & custom taxonomies terms permalinks can be edited in Permalink Manager Pro. - Edit URLs in bulk using permalink formats
In order to speed up the process of bulk URL modification, the plugin allows you to choose the default format for custom URLs using âPermastructuresâ settings. The new format will be applied automatically when a new post/term is added or once the old permalinks are regenerated. - Custom post types support
You may easily remove post type rewrite (base) slugs from your WordPress permalinks, for example. The plugin may be configured to filter just specified post types and taxonomies permalinks, excluding the rest of your content types. - Translate permalinks
If you have the WPML or Polylang plugins installed on your website, Permalink Manager allows you to translate the slug and specify different permalink format/structure for each language. - Remove parent slugs
Looking for a simple solution to shorten lengthy, hierarchical URL addresses? The plugin may be used to remove parent slugs from WordPress permalinks. - Add category slug to post permalinks
Do you want to add category slugs in your post permalinks? Permalink Manager is the most convenient way to create a silo structure for your URL addresses. - Auto-redirect old URLs
An old (original) URL is automatically forwarded to an updated URL to avoid the 404 error and to improve the user experience.
Additional features available in Permalink Manager Pro
The free version covers all the necessary functions, while the premium version adds a few handy functionalities that can improve the process of adjusting WordPress permalinks.
Click here for additional information and to purchase Permalink Manager Pro.
- Taxonomies support
Taxonomies are fully supported in the premium version (categories, tags & custom taxonomies). You may adjust individual term permalinks or change them all at once using âPermastructuresâ. - WooCommerce support
Permalink Manager Pro may be used to change the URL addresses of WooCommerce products, tags, categories, and attributes. For example, you may use the plugin to remove /product/ and /product-category/ from WooCommerce URL. - Custom fields support
Only Permalink Manager makes it possible to add custom fields to WordPress permalinks without the need for any technical skills on the part of the user. - Extra redirects
You can define extra 301 redirects (aliases) for any post, page, or term. Additionally, you may assign a redirect URL to each post/term, which will take users to any external URL address. For each element, the redirect URLs might be specified separately.
Screenshots
Installation
Go to Plugins -> Add New
section from your admin account and search for Permalink Manager
.
You can also install this plugin manually:
- Download the plugin’s ZIP archive and unzip it.
- Copy the unzipped
permalink-manager
folder to the/wp-content/plugins/
directory. - Activate the plugin through the âPluginsâ menu in WordPress
Bulk URI editor
After the plugin is installed you can access its dashboard from this page: Tools -> Permalink Manager
.
Single URI editor
To display the URI editor metabox click on gray âPermalink Editorâ button displayed below the post/page title.
FAQ
-
Can I use the plugin to edit the category permalinks?
-
This feature is available only in Permalink Manager Pro.
-
Is it possible to use Permalink Manager on large websites?
-
When the Permalink Manager was first designed, it was supposed to be used for a typical WordPress website, which usually has less than a few thousand subpages. As a result, all custom permalinks are saved in a single row in the database in order to avoid slowing down the pageload with multiple SQL queries to the database. This is the most effective approach for small and medium-sized websites, without affecting site speed.
While this data structure works for the vast majority of WordPress sites, it may not be optimal if you want to use the plugin to rewrite tens of thousands of permalinks. What works well for a smaller website may not scale well for a megasite. When the number of addresses on your site exceeds tens of thousands, the custom permalinks array may become quite huge, and any operations on it can have an effect on pageload time.
To summarize, the plugin is suitable for small and medium-sized websites. It will not slow down your pageload time or affect its usability in any way. However, if you want to use it on a much bigger website with thousands of permalinks (more than 60.000), please consider excluding content types that do not require customized permalink format in order to lower the custom permalinks array. For further details on the plugin’s performance, please visit this post.
-
Can I define different permalink formats per each language.
-
Yes, it is possible if you are using either WPML or Polylang. You can find the full instructions here.
-
Will the old permalink automatically redirect the new ones?
-
Yes, Permalink Manager will automatically redirect the native permalinks (used when the plugin is disabled, or before it was activated) to the actual, custom permalinks.
-
Does this plugin support Buddypress?
-
Currently, there is no 100% guarantee that Permalink Manager will work correctly with Buddypress.
-
Can I remove the plugin after the permalinks are updated?
-
Yes, if you used Permalink Manager only to regenerate the slugs (native post names). Please note that if you use custom permalinks (that differ from the native ones), they will no longer be used after the plugin is disabled.
It is because Permalink Manager overwrites one of the core WordPress functionalities to bypass the rewrite rules (âregular expressionsâ to detect the posts/pages/taxonomies/etc. and another parameters from the URL) by using the array of custom permalinks (you can check them in âDebugâ tab) that are used only by the plugin.
Reviews
Contributors & Developers
“Permalink Manager Lite” is open source software. The following people have contributed to this plugin.
Contributors“Permalink Manager Lite” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “Permalink Manager Lite” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.4.1.4/2.4.1.5 (September 25, 2023)
- Enhancement – Support for âPrimary categoryâ set with SmartCrawler plugin
- Enhancement – Partial support for Site Kit by Google plugin
- Dev – Minor code improvements
2.4.1.3 (August 7, 2023)
- Dev – Code refactoring
- Fix – Fixed /feed/ endpoint support
2.4.1.2 (June 28, 2023)
- Dev – Draft posts no longer automatically generate custom permalinks, but users may set them manually if necessary, or they will be generated when the post is published
- Fix – Duplicated REST API calls from Gutenberg JS functions are now ignored when custom permalinks are generated
- Fix – The âHigh-Performance order storage (COT)â declaration for the WooCommerce has been fixed
2.4.1 (May 22, 2023)
- Dev – The function that adds the âPermalink Managerâ button via âget_sample_permalink_htmlâ filter has been updated
- Dev – The function that controls permalink trailing slashes has been refactored and improved
- Dev – When WPML is enabled, Permalink Manager uses âterm_taxonomy_idâ instead of âterm_idâ for language mismatch functions to avoid compatibility issues
- Dev – To avoid problems with other 3rd party plugins, the function that places the âPermalink Managerâ button below the title editor field in Classic Editor mode no longer overwrites the whole HTML
- Enhancement – The plugin interface’s text descriptions and label names have been simplified for readability
- Enhancement – Added new section âExclusion settingsâ with a field to manually enter IDs of posts/terms to be ignored by Permalink Manager
- Fix – The compatability problem that caused âfatal errorâ for some RankMath users has been resolved
2.4.0 (April 12, 2023)
- Dev – Improved custom permalink detection function
- Dev – Minor code improvements for the breadcrumbs filter function
- Dev – Minor CSS changes
- Dev – New filter added – âpermalink_manager_excluded_element_idâ
- Dev – New filter added – âpermalink_manager_duplicate_uri_policyâ
- Dev – Now users may select in âWPML/Polylang fix language mismatchâ settings field between loading translation or triggering the canonical redirect to the detected item
- Dev – Support for WooCommerce âHigh-Performance order storage (COT)â declared
- Fix – The RankMath redirection function is disabled if custom permalink is detected to prevent redirect loop
- Fix – The âExclude drafts & pending postsâ setting field has been changed to allow for greater control in generating and editing custom permalinks for draft and pending posts
2.3.1.1 (February 16, 2023)
- Dev – Hotfix for âQuick Editâ URI editor
2.3.1 (February 13, 2023)
- Dev – Bulk tools (âRegenerate/Resetâ and âFind & replaceâ) and âQuick Editâ code was refactored
- Dev – Minor code improvements
- Dev – New filter field – âpermalink_manager_ate_uri_editorâ
- Dev – Improved compatibility with WPML’s Advanced Translation Editor
- Fix – The /feed/ endpoint returns 404 error if âfeedsâ in rewrite property of requested post type object is set to false
- Fix – The canonical redirect is no longer forced for LearnPress front-end pages
2.3.0 (December 14, 2022)
- Dev – For improved readability, the plugin’s code has been reformatted and more comments have been added to match WordPress PHP Coding Standards
- Dev – To simplify the codebase, redundant functions and variables were removed
- Fix – The post/term titles in Bulk URI Editor are protected from XSS (Cross-site scripting) attacks by sanitizing the displayed titles
- Fix – Improved compatibility with Groundhogg plugin
- Fix – Improved compatibility with BasePress plugin
- Fix – Minor improvements for WPML compatibility
- Fix – The bug that caused the message âYou are not allowed to remove Permalink Manager data!â to show up randomly in the admin dashboard has been fixed
2.2.20.4 (November 23, 2022)
- Fix – The âURI Editorâ for individual term pages is now called later to ensure that all custom taxonomies are registered
- Dev – The ânonceâ field has been renamed for clarity
- Dev – New filter added – âpermalink_manager_get_language_codeâ
2.2.20.2/2.2.20.3 (November 15, 2022)
- Fix – A nonce field has been added to debug tools code for increased security
- Fix – The âFix language mismatchâ function now functions exactly the same way in Polylang as it does in WPML
2.2.20.1 (October 31, 2022)
- Fix – Security fix for BAC vulnerability found in the debug function that allowed unauthorized removal of single URIs
2.2.20 (October 10, 2022)
- Fix – The URLs with duplicated slashes (eg. example.com/sample-page////) are now handled correctly and forwarded to the canonical URL
- Fix – The redirect problem was resolved with WPForo versions after 2.0.1
- Dev – Improved compatibility with the WP All Import plugin functions
- Dev – Improved compatibility with Polylang plugin
- Dev – Better support for ACF Relationship fields
- Dev – The plugin no longer (by default) supports custom post types & taxonomies that do not have the âquery_varâ and ârewriteâ properties
- Enhancement – In âExclude draftsâ mode, the URI Editor field in the âQuick Editâ section becomes âread-onlyâ for the âDraftâ posts
2.2.19.3 (August 11, 2022)
- Dev – New filter added – âpermalink_manager_pre_sanitize_titleâ
- Fix – The old slugs are saved in the â_wp_old_slugâ meta key even if the native slugs are changed in the URI Editor in the Gutenberg mode.
- Fix – Extra security check in the âDebugâ section to prevent unauthorized users (CSRF) from removing the plugin’s data.
2.2.19.2 (July 8, 2022)
- Fix – JS conflict fixed (âCannot read properties of null (reading âisSavingMetaBoxesâ)â)
2.2.19.1 (June 27, 2022)
- Fix – JS conflict fixed (âCannot read property âisSavingPostâ of nullâ)
2.2.19 (June 27, 2022)
- Fix – The term custom permalink is now returned in the correct language
- Fix – In Gutenberg mode, the custom permalinks are saved correctly and are not changed back to the default format (âURI Editorâ is now only reloaded once the post has been saved and the metaboxes have been refreshed)
- Enhancement – Old URIs are saved as âextra redirectsâ if content is updated with WP All Import
- Dev – Additional minor improvements in code (including changes to make it work with PHP 8.1)
2.2.18 (May 18, 2022)
- Fix – The âpermalink_manager_filter_permastructureâ filter can now also be used before the âPermastructureâ settings are saved in the database
- Enhancement – Improved support for RankMath breadcrumbs
- Dev – License notification function has been improved (Permalink Manager Pro)
- Dev – Additional minor improvements in code
2.2.17 (March 22, 2022)
- Fix – Permalink Manager supports WPML’s âPost Types & Taxonomy Translationâ settings and returns the permalink of the fallback post/term with the correct language code
- Fix – When the auto-update mode for categories is disabled, the manually adjusted permalinks are no longer overwritten by the default ones
- Enhancement – Permalink Manager now allows you to rewrite just chosen articles and terms while leaving the rest untouched (See ââAuto-updateâ permalinksâ settings field)
- Enhancement – Improved support for SEOPress breadcrumbs
- Enhancement – âAuto-update permalinksâ setting is now replaced with âURI update modeâ to give users better control on how Permalink Manager generates and saves the custom permalinks
- Dev – Additional minor improvements in code
2.2.16 (January 23, 2022)
- Enhancement – Improved support for âPrimary categoryâ feature included in Yoast SEO
- Enhancement – Added support for Avia/Enfold breadcrumbs filter
- Enhancement – Further optimisation and improvements for Permalink_Manager_Core_Functions->new_uri_redirect_and_404() function
- Fix – Permalink Manager now recognises the âExploreâ listing page in MyListing theme properly
2.2.15.1 (January 14, 2022)
- Fix – âRegenerate/resetâ tool works correctly again in Permalink Manager Lite
2.2.15 (January 12, 2022)
- Enhancement – UI Improvements for Regenerate/reset tool
- Dev – WPML_URL_Filters->permalink_filter() hook is also used by Permalink Manager to filter custom permalinks
- Enhancement – wp_make_link_relative() function is used to prevent redirect loops in new_uri_redirect_and_404() (suggested by mgussekloo)
- Fix – Adjustments to the debug function’s security to prevent XSS injection
2.2.14 (October 20, 2021)
- Enhancement – Improvements for Gutenberg Editor
- Dev – Tippy.js (by atomiks) updated to version 6.3.2
- Fix – From now on, the user role selected in âURI Editor role capabilityâ is respected in âQuick Editâ box hooks (reported by @lozeone)
- Dev – Further security improvements inside WP-Admin dashboard (reported by Vlad Vector)
2.2.13.1 (September 20, 2021)
- Dev – Minor security improvements inside WP-Admin dashboard
- Fix – Allow canonical redirect for default language if âHide URL language information for default languageâ is turned on in Polylang settings
- Enhancement – New settings field – âPrimary category supportâ
- Enhancement – âForce 404 on non-existing pagination pagesâ works now with archive pages
2.2.12 (August 17, 2021)
- Dev – New filters added – âpermalink_manager_excluded_post_idsâ & âpermalink_manager_excluded_term_idsâ
- Dev – Additional minor changes in the codebase
- Fix – Canonical permalinks for blog pagination is now correctly filtered (if Yoast SEO is used)
- Fix – Better support for âprivateâ posts & pages
2.2.11 (June 24, 2021)
- Fix – The function that automatically removes the broken URIs is no longer triggered when WP Rocket is turned on and non-logged-in user tries to access the broken URL.
2.2.10 (June 7, 2021)
- Enhancement – New settings field – âCopy query parameters to redirect target URLâ & âExtra redirects (aliases)â
- Enhancement – UI improvements in settings section
- Dev – Improved support for WPML’s Classic Translation Editor
- Dev – Additional minor changes in the codebase
2.2.9.9 (April 26, 2021)
- Fix – Hotfix for AMP WP integration
2.2.9.8 (April 26, 2021)
- Fix – The old native slug is now correctly saved after it is changed in URI Editor.
- Enhancement – The post type archives are now also added to the filtered breadcrumbs trail
- Enhancement – Basic support added for WP All Export plugin
- Enhancement – Basic support added for AMP for WP
- Dev – (Permalink Manager Pro only) âPlugin Update Checkerâ by YahnisElsts library updated to 4.11 version
2.2.9.7 (March 11, 2021)
- Enhancement – Support for WooCommerce CSV Product Importer/Exporter added
- Enhancement – Better support for relationship field (ACF)
- Fix – The custom redirects are now case-insensitive
2.2.9.6 (February 8, 2021)
- Fix – Hotfix for WooCommerce coupon related functions
2.2.9.5 (February 8, 2021)
- Fix – The custom permalink is generated properly if the product is duplicated in WooCommerce dashboard
- Enhancement – New settings field – âExclude draftsâ
- Enhancement – Minor code improvements
2.2.9.4
- Fix – The language prefix for default language is now added again when âUse directory for default languageâ mode is turned on in WPML settings (âLanguage URL formatâ)
2.2.9.3
- Fix – The custom permalinks are now saved correctly for new posts with âwp_insert_postâ hook
- Fix – The custom permalinks are deleted when âdelete_postâ hook is called
- Fix – WPML – language switcher on posts (blog) page works correctly now
- Fix – WooCommerce Subscription – the switch subscription URL is no longer overwritten
- Fix – The URLs with duplicated trailing slashes are now redirected to the canonical permalink
- Enhancement – Basic support for Ultimate Member plugin added
- Enhancement – UI improvements
- Enhancement – Support for âcomment-pageâ endpoint added
- Enhancement – New filter added – âpermalink_manager_control_trailing_slashesâ
2.2.9.2
- Dev – Improvements for Permalink_Manager_Core_Functions::control_trailing_slashes() function
- Dev – Minor codebase improvements
- Fix – Hotfix for âAutomatically fix broken URIsâ function
- Fix – Underscores are now by default allowed in the custom permalinks
- Enhancement – Better support for GeoDirectory plugin
- Fix – âpermalink_manager_allow_new_post_uriâ & âpermalink_manager_allow_update_post_uriâ filter replaced âpermalink_manager_new_post_uri_{$post_object->post_type}â and âpermalink_manager_update_post_uri_{$post->post_type}â
2.2.9.0/2.2.9.1
- Enhancement – Basic support for BasePress added
- Enhancement – Added support for custom product attributes in productsâ permalinks (WooCommerce)
- Fix – âTrailing slash redirectâ is now disabled on front pages (to prevent redirect loop on Polylang/WPML language front pages)
- Dev – The taxonomy term used in custom permalinks is selected differently
- Dev – Performance improvements (duplicate-check function)
- Dev – Further improvements for the function used to sanitize the custom permalinks
- Dev – Codebase improvements
2.2.8.8/2.2.8.9
- Fix – Hotfix for âredirect_canonicalâ function (causing a redirect loop)
- Fix – The custom canonical permalink set with Yoast SEO is now no longer overwritten
- Fix – The custom permalinks are no longer saved if the post/term has no title
- Fix – Hotfix for Gutenberg related JS errors
- Fix – Hotfix for Groundhogg plugin
- Fix – Hotfix for âCustomizeâ admin bar menu link
- Fix – Hotfix for WPML’s language switcher on posts page
- Fix – Hotfixes for WP 5.5 – blog/posts page + draft template is now loaded correctly
- Dev – Trailing slash redirect code adjustments
- Enhancement – Added support for GeoDirectory plugin
2.2.8.7
- Dev – Improved breadcrumbs hook (better compatibility with WPML/Polylang)
- Fix – Hotfix for permalinks used in language switcher on blog/posts page (WPML)
- Fix – Hotfix for cart URL in WooCommerce’s mini-cart widget (now the permalink is translated correctly when WPML/Polylang is used)
- Dev – Improved support for WPML’s Advanced Translation
- Dev – Improved support for pagination & embed endpoints
- Fix – Hotfix for attachments permalinks
- Fix – Improved url_to_postid() hook
- Fix – Added support for Dokan /edit/ endpoint
2.2.8.6
- Fix – Hotfix for Permalink_Manager_Helper_Functions::get_disabled_taxonomies() function
- Dev – New wrapper function with filter âpermalink_manager_post_statusesâ for get_post_statuses()
- Enhancement – Extended support for âMy Listingâ theme (by 27collective)
- Fix – Hotfix for Gutenberg editor (broken HTML output)
- Dev – Extended support for permalinks stored in Yoast SEO database tables (Indexables)
2.2.8.4/2.2.8.5
- Fix – Hotfix for Permastructures (now the permalink formats are saved correctly)
- Fix – Hotfix for trailing slashes settings
- Dev – Improved setting fields descriptions
- Dev – Adjustments for search functionality in Bulk URI Editor
- Enhancement – Support for WPML Classic Translation Editor
- Dev – Adjustments for âAuto-update URIâ
- Dev – Improvements for get_post_types_array() & get_taxonomies_array() functions used to list the content types supported by Permalink Manager
2.2.8.2/2.2.8.3
- Dev – Improved descriptions in the plugin settings
- Fix – Hotfix for endpoint redirect
2.2.8.1
- Fix – Hotfix for stop-words (now, the stop-words can be saved again)
- Enhancement – Support for Duplicate Page plugin
2.2.8.0
- Fix – Hotfix for multisite/network installations. Now, the plugin globals are reloaded whenever switch_blog() function is called.
- Fix – Hotfix for url_to_postid() function. The $pm_query global will no longer be altered.
- Fix – Hotfix for post/page revisions in custom permalink detect function
- Dev – Improved WP All Import Pro integration (better support for taxonomies)
- Dev – A different approach for WP Customize URLs
- Enhancement – New option added: âOld slug redirectâ
2.2.7.6
- Dev – Code optimization for Bulk URI Editor
- Enhancement – Support for WooCommerce breadcrumbs
- Fix – A hotfix for WPForo plugin
- Enhancement – New filter âpermalink_manager_chunk_sizeâ that allows to control the chunk size in bulk tools (âRegenerate/resetâ, âFind & Replaceâ)
- Enhancement – New filter âpermalink_manager_sanitize_regexâ that allows to adjust the function that sanitizes the custom permalinks
- Dev – Autoload for backup arrays is now disabled
- Enhancement – New option added: âConvert accented lettersâ
2.2.7.5
- Fix – CSS adjustments. Now the redirects box is displayed correctly in the URI editor
2.2.7.4
- Enhancement – Support for âPrimary categoryâ set with SEOPress & RankMath plugins
- Enhancement – Support for breadcrumbs added by SEOPress & RankMath plugins
- Dev – Improved âtrailing slashesâ functionality – untrailingslashit() & trailingslashit() replaced with REGEX based functions
- Enhancement – Possibility to remove custom permalinks, redirects, permastructure settings directly from âDebugâ section
- Enhancement – New filter âpermalink_manager_duplicates_priorityâ that allows to decide what content type (âpostsâ or âtermsâ) should be loaded when the custom permalink is duplicated
- Fix – A minor fix for url_to_postid() function
2.2.7.3
- Enhancement – Support for âPrimary categoryâ set with The SEO Framework
- Dev – Changes for URI Editor section backend (SQL queries + improvements for search box)
- Enhancement – Improved support for WooCommerce Wishlist plugin
- Dev – Improvements for slugs sanitization functions
- Enhancement – Possibility to exclude posts from bulk tools added to âAuto-update the URIâ dropdown in URI Editor
2.2.7.1
- Fix – Hotfix for PHP Fatal error in permalink-manager-admin-functions.php file
2.2.7
- Dev – Force 404 for draft posts (for non-logged-in users)
- Enhancement – New setting fields: âURI Editor role capabilityâ & âForce HTTPS in URLsâ
- Dev – Minor improvements
2.2.6
- Dev – More debug functions added
- Dev – Better support for Hebrew letters
- Enhancement – Support for location custom fields in WP Store Locator – CSV Manager plugin
- Enhancement – Improved support for Gutenberg editor (reported by Cedric Busuttil)
2.2.4/2.2.5
- Dev – Minor code improvements
- Dev – Yoast SEO Breadcrumbs – further improvements
- Fix – Hotfix for Toolset custom fields support (Permalink Manager Pro)
- Fix – Hotfix for Polylang URL modes
2.2.3
- Dev – Code improvements for WP All Import integration functions
- Fix – Hotfix for Elementor conflict with custom redirects function (Permalink Manager Pro)
- Enhancement – New field (âDo not automatically append the slugâ) in Permastructure settings added to each post type & taxonomy
- Enhancement – Basic support added for Mailster plugin
- Enhancement – New permastructure tag: â%monthname%â
2.2.2
- Dev – Code improvement for âQuick Editâ inline form
- Enhancement – Support for Yoast SEO breadcrumbs added
- Fix – Hotfix for Elementor
2.2.1.1/2.2.1.2/2.2.1.3/2.2.1.4
- Fix – Hotfix for function that detects custom URIs
- Dev – Custom URIs for WP All Import inported posts are now generated 30 seconds after the import job is completed
2.2.1
- Fix – Hotfix for Customizer (custom permalinks filters are disabled in admin panel)
- Dev – Minor UX improvements
- Enhancement – Partial support for TranslatePress plugin added
- Fix – Term permalinks are processed correctly when WPML enabled and âAdjust IDs for multilingual functionalityâ mode is activated
- Enhancement – New setting field separated from âForce custom slugsâ – now, both the native slugs and special characters (.|_+) can be kept inside the slugs
- Enhancement – âpermalink_manager_force_custom_slugsâ filter added
2.2.0
- Fix – Hotfix for WPML – ?lang query parameter is now appended correctly
- Fix – Support for comment pages endpoint
- Dev – Minor code adjustments
- Enhancement – Metabox for Gutenberg enabled also for CPT
- Dev – Further improvements for redirect hooks
- Fix – Hotfix for WP Customizer
- Fix – Native slugs are saved correctly in Gutenberg editor
- Enhancement – âpermalink_manager_filter_permastructureâ filter added
- Enhancement – Permastructures can be now translated from admin panel
2.1.2.1/2.1.2.2
- Fix – Hotfix for âForce custom slugsâ option – now special characters are not removed if âYes, use post/term titles + do not strip special characters: .|-+â mode is set.
- Fix – Hotfix for custom fields support in custom permalinks
2.1.2
- Fix – Hotfix for WP All Import – default permalinks are now assigned correctly to imported posts + possibility to disable WP All Import custom URI functions in Permalink Manager settings
- Fix – Hotfix for Yoast SEO – notice displayed on author pages
- Dev – Adjustments for sanitize slug functions
- Enhancement – Basic support for Gutenberg added
2.1.1
- Enhancement – Support for draft custom permalinks
- Enhancement – Support for WP All Import plugin, now the custom permalinks can be defined directly in XML, CSV, ZIP, GZIP, GZ, JSON, SQL, TXT, DAT or PSV import files.
- Fix – Permalink_Manager_Pro_Functions::save_redirects() method – now the custom redirects are correctly saved when a custom permalink is updated.
- Fix – Hotfix for âLanguage name added as a parameterâ mode in âWPML Language URL formatâ settings.
- Fix – Hotfix for canonical redirect triggered by WPML.
- Dev – Better support for non-latin letters in custom URIs & redirects
- Dev – Better support for endpoints
- Enhancement – Searchbox in URI Editors
2.1.0
- Enhancement – Support for âurl_to_postidâ function
- Dev – Bulk tools use now AJAX & transients to prevent timeout when large number of posts/terms is processed
- Fix – Fix for multi-domain language setup in WPML
2.0.6.5
- Enhancement – Support for %__sku% permastructure tag (WooCommerce) added – now SKU number can be added to the custom permalinks (Permalink Manager Pro)
2.0.6.4
- Dev – Code optimization
- Enhancement – âpermalink_manager_fix_uri_duplicatesâ filter added
- Enhancement – Possibility to display the native slug field
- Fix – License validation functions fixed
2.0.6.3.2
- Enhancement – Support added for Revisionize plugin
- Fix – Minor tweaks
2.0.6.2/2.0.6.3
- Enhancement – Japaneese translation added
- Dev – Some minor improvements
- Enhancement – New filters: permalink_manager_hide_uri_editor_term_{$term->taxonomy}, permalink_manager_hide_uri_editor_post_{$post->post_type} & permalink_manager_update_term_uri_{$this_term->taxonomy}, permalink_manager_update_post_uri_{$post->post_type}, permalink_manager_new_post_uri_{$post_object->post_type}
- Fix – Hotfix for default permalinks (no-hierarchical post types)
- Fix – Hotfix for attachments default permalinks + URI detect function
2.0.6.1
- Fix – Hotfix for endpoints in REGEX
- Fix – Minor bug fixed – native slugs are now correctly regenerated
- Fix – Hotfix for URI sanitization functions
- Fix – Hotfix for AMP plugin
- Enhancement – Full support for WPML multi-domain language setup
- Fix – Hotfix for VisualComposer + Yoast SEO JS functions
- Fix – Hotfix for WPML String Translation
2.0.6.0
- Fix – Minor bugs fixed
- Enhancement – New permastrutcure tag – %native_slug%
- Enhancement – âForce custom slugsâ feature enhanced with new options
- Enhancement – Possibility to redirect the posts & terms to external URL (Permalink Manager Pro)
2.0.5.9
- Enhancement – New permastructure tags – %post_type% & %taxonomy%
- Enhancement- Support for âTaxonomyâ custom field in ACF (Advanced Custom Fields)
- Fix – Minor fix for endpoints
- Enhancement – New hooks: âpermalink_manager-filter-permalink-baseâ used instead of âpermalink-manager-post-permalink-prefixâ & âpermalink-manager-term-permalink-prefixâ
2.0.5.7/2.0.5.8
- Fix – MultilingualPress plugin
- Fix – Hotfix & better support for attachment post type (Media Library)
- Fix – Custom redirects for old permalinks are now correctly saved in Permalink Manager Pro
- Enhancement – Support for WooCommerce Wishlist plugin
2.0.5.6
- Fix – The URIs for trashed posts are now correctly removed
- Dev – Better support for non-ASCII characters in URIs
- Fix – Minor fix for hierarchical post types
- Fix – Coupon URL redirect
- Enhancement – New filter – âpermalink-manager-force-hyphensâ
2.0.5.5
- Enhancement – Discount URLs for WooCommerce – now the shop clients can use couponsâ custom URIs to easily apply the discount to the cart
- Enhancement – Extra AJAX check for duplicated URIs in âEdit URIâ box
- Enhancement – WordPress CronJobs for âAutomatically remove duplicatesâ functionality
- Dev – Extra improvements in âsave_post/update_termâ hooks
- Fix – Terms permalinks added via âEdit postâ page
- Enhancement – âpermalink-manager-force-lowercase-urisâ filter added
2.0.5.4
- Enhancement – âpermalink_manager_empty_tag_replacementâ filter added
- Enhancement – New settings field for pagination redirect
- Enhancement – Trailing slashes are no longer added to custom permalinks ended with extension, eg. .html, or .php
- Fix – Term placeholder tags in taxonomies permastructures
- Fix – Page pagination improvement (404 error page for non-existing pages)
2.0.5.3
- Fix – Hotfix for redirects – redirect chain no longer occurs (WPML)
- Fix – Hotfix for ACF custom fields in terms
- Fix – âTrailing slashesâ mode setting added, also the trailing slashes are removed from permalinks containing GET parameters or anchors (often used by 3rd party plugins)
2.0.5.2.2
- Fix – Hotfix for admin requests (+ compatibility with WooCommerce TM Extra Product Options)
- Fix – Hotfix for no-ASCII characters in custom URIs
- Fix – Hotfix for attachments
2.0.5.2.1
- Fix – Hotfix for endpoints redirect
2.0.5.1/2.0.5.2
- Dev – yoast_attachment_redirect setting removed (it is no longer needed)
- Dev – âyoast_primary_termâ setting replaced with âpermalink-manager-primary-termâ filter
- Fix – REGEX rules
- Fix – Hotfix for WP All Import
- Fix – Hotfix for WooCommerce endpoints
- Dev – Better support for Polylang
- Enhancement – Support for Theme My Login plugin
2.0.5
- Enhancement – Now, the duplicates and unused custom permalinks can be automatically removed
- Enhancement – %{taxonomy}_flat% tag enhanced for post types permastructures
- Enhancement – Possibility to disable Permalink Manager functions for particular post types or taxonomies
- Dev – Better support for endpoints
- Dev – âDisable slug appendixâ field is no longer needed
- Fix – Fix for WPML language prefixes in REGEX rule used to detect URIs
2.0.4.3
- Fix – Hotfix for problem with custom URIs for new terms & posts
2.0.4.2
- Trailing slashes redirect adjustment
2.0.4.1
- Fix – Hotfix for Elementor and another visual editor plugins
- Dev – Support for endpoints parsed as $_GET parameters
2.0.4
- Enhancement – New settings field – âDeep detectâ
2.0.3.1
- Enhancement – Custom fields tags in permastructures settings
2.0.3
- Enhancement – Custom URI editor in âQuick Editâ
- Enhancement – New permastrutcure tag %category_custom_uri%
- Fix – âQuick/Bulk Editâ hotfix
2.0.2
- Fix – WooCommerce search redirect loop – hotfix
2.0.1
- Fix – WooCommerce endpoints hotfix
- Fix – Redirects save notices – hotfix
2.0.0
- Enhancement – Extra Redirects – possibility to define extra redirects for each post/term
- Enhancement – New âToolsâ section – âPermalink Duplicatesâ
- Enhancement – UI improvements for taxonomies (âCustom URIâ panel)
- Fix – Fixes for user reported bugs
1.11.6.3
- Fix – Slug appendix fix
- Fix – Hotfix for WooCommerce checkout
1.11.6
- Fix – Hotfix for taxonomy tags
- Fix – Hotfix for custom field tags
- Fix – Hotfix for Jetpack
- Enhancement – Support for WP All Import
- Enhancement – Support for Custom Permalinks
1.11.5.1
- Fix – âCustom URIâ form issues
- Fix – for Yoast SEO & Visual Composer
- Enhancement – Possibility to choose if slugs should or should not be added to the default custom permalinks
1.11.4
- Fix – Hotfix for RSS feeds URLs
1.11.1
- Enhancement – Trailing slashes & Decode URIs – new settings
- Fix – âBulk Editâ URI reset
- Dev – Partial code refactoring
1.11.0
- Fix – Hierarchical taxonomies fix
- Enhancement – âpermalink_manager_filter_final_term_permalinkâ filter added
1.10.2
- Fix – Taxonomies & permastructures fix
1.1.1
- Dev – UI improvements
- Fix – Fix for canonical redirects in WPML
1.1.0
- Dev – Partial code refactoring
- Dev – UI/UX improvements
- Enhancement – âAuto-updateâ feature
- Enhancement – Support for AMP plugin by Automattic
1.0.3
- Fix – Another pagination issue – hotfix
1.0.2
- Fix – Post pagination fix
- Enhancement – Basic REGEX support
- Enhancement – âpermalink_manager_filter_final_post_permalinkâ filter added
1.0.1
- Fix – WPML support fixes
1.0.0
- Dev – Further refactoring
- Dev – Some minor issues fixed
- Enhancement – WPML support added
- Enhancement – âSample permalinkâ support added
0.5.2/0.5.3
- Another hotfix
0.5.1
- Hotfix for âSettingsâ section
0.5.0
- Code refactoring completed
- Interface changes
- Hooks enabled
0.4.9
- Hook for removed posts (their URI is now automatically removed)
0.4.8
- Pagination bug – SQL formula fix (offset variable)
0.4.7
- Strict standards – fix for arrays with default values
0.4.6
- 302 redirect fix.
- Code optimization.
0.4.5
- Bug with infinite loop fixed.
- Bug with revisions ID fixed.
0.4.4
- Redirect for old URIs added.
- Debug tools added.
0.4.3
- Hotfix for âScreen Optionsâ save process.
0.4.2
- Hotfix for bulk actionsâ functions – additional conditional check for arrays added.
0.4.1
- Hotfix for âEdit Postâ URI input (the URIs were reseted after âUpdateâ button was pressed).
0.4
- Rewrite rules are no longer used (SQL queries are optimized). The plugin uses now ârequestâ filter to detect the page/post that should be loaded instead.
- Now full URI (including slug) is editable.
- A few major improvements applied.
- Partial code optimization.
0.3.4
- Hotfix for not working custom taxonomies tags.
- Now the rewrite rules for custom post types are stored in different way.
0.3.3
- Hotfix for bug with dynamic function names in PHP7.
0.3.2
- Hotfix for front-end permalinks. The custom permastructures worked only in wp-admin.
0.3.1
- Hotfix for Posts & Pages permastructures
0.3
- Now all permalink parts can be edited – new âPermalink Base Editorâ section added.
- Code optimization.
- Bugfixes for Screen Options & Edit links.
0.2
- First public version.
0.1
- A first initial version.