Advanced plugin that allows to set-up custom permalinks (bulk editors included), slugs and permastructures (WooCommerce compatible).
Advanced plugin that allows to set-up custom permalinks (bulk editors included), slugs and permastructures (WooCommerce compatible).
...
@@ -82,9 +82,16 @@ A. Currently there is no 100% guarantee that Permalink Manager will work correct
...
@@ -82,9 +82,16 @@ A. Currently there is no 100% guarantee that Permalink Manager will work correct
5. A list of updated posts.
5. A list of updated posts.
6. Editable URI box in Post/Page/CPT edit pagees.
6. Editable URI box in Post/Page/CPT edit pagees.
7. Settings section.
7. Settings section.
8. URI Editor in Gutenberg.
== Changelog ==
== Changelog ==
= 2.1.2 =
* 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
* Hotfix for Yoast SEO - notice displayed on author pages
* Adjustments for sanitize slug functions
* Basic support for Gutenberg added
= 2.1.1 =
= 2.1.1 =
* Support for draft custom permalinks
* Support for draft custom permalinks
* 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.
* 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.
@@ -106,6 +106,12 @@ class Permalink_Manager_Settings extends Permalink_Manager_Class {
...
@@ -106,6 +106,12 @@ class Permalink_Manager_Settings extends Permalink_Manager_Class {
'input_class'=>'',
'input_class'=>'',
'description'=>__('If enabled, the plugin will load the adjacent translation of post when the custom permalink is detected, but the language code in the URL does not match the language code assigned to the post/term.','permalink-manager')
'description'=>__('If enabled, the plugin will load the adjacent translation of post when the custom permalink is detected, but the language code in the URL does not match the language code assigned to the post/term.','permalink-manager')
),
),
'pmxi_import_support'=>array(
'type'=>'single_checkbox',
'label'=>__('Disable support for WP All Import','permalink-manager'),
'input_class'=>'',
'description'=>__('If checked, the custom URIs will not be assigned to the posts imported by Wp All Import Pro plugin.','permalink-manager')
$output=Permalink_Manager_Admin_Functions::get_the_form($fields,'columns-3',array('text'=>__('Find and replace','permalink-manager'),'class'=>'primary margin-top'),$sidebar,array('action'=>'permalink-manager','name'=>'find_and_replace'),true);
$output=Permalink_Manager_Admin_Functions::get_the_form($fields,'columns-3',array('text'=>__('Find and replace','permalink-manager'),'class'=>'primary margin-top'),$sidebar,array('action'=>'permalink-manager','name'=>'find_and_replace'),true,'form-ajax');
return$output;
return$output;
}
}
...
@@ -270,7 +270,7 @@ class Permalink_Manager_Tools extends Permalink_Manager_Class {
...
@@ -270,7 +270,7 @@ class Permalink_Manager_Tools extends Permalink_Manager_Class {
__("Get access to extra features: full taxonomy and WooCommerce support, possibility to use custom fields inside the permalinks and more!<br /><strong>Buy Permalink Manager Pro <a href=\"%s\" target=\"_blank\">here</a> and save %s using \"%s\" coupon code!</strong> Valid until %s!","permalink-manager"),
__("Get access to extra features: full taxonomy and WooCommerce support, possibility to use custom fields inside the permalinks and more!<br /><strong>Buy Permalink Manager Pro <a href=\"%s\" target=\"_blank\">here</a> and save %s using \"%s\" coupon code!</strong> Valid until %s!","permalink-manager"),