Permalink Manager Pro - Best Wordpress Permalinks Plugin

Permalink Manager Pro - Best Wordpress Permalink Plugins v2.4.3.3

No permission to download

urlatore

Active member
Sep 23, 2018
42
165
33
Akbaba updated Permalink Manager Pro - Best Wordpress Permalinks Plugin with a new update entry:

Permalink Manager Pro - Best Wordpress Permalinks Plugin v.2.2.20

= 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 &...

Read the rest of this update entry...
 

Alex27th

New member
May 16, 2022
2
1
3
Anyone else having issues with the latest update?

[B]Fatal error[/B]: Uncaught Error: Call to a member function requestInfo() on null in /home/customer/www/xxxxxxxx.com/public_html/wp-content/plugins/permalink-manager-pro/includes/core/permalink-manager-pro-functions.php:89 Stack trace: #0 /home/customer/www/xxxxxxxxxxxxxxx.com/public_html/wp-includes/class-wp-hook.php(308): Permalink_Manager_Pro_Functions->reload_license_key('') #1 /home/customer/www/xxxxxxxxxxxx.com/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #2 /home/customer/www/xxxxxxxxxxxxx.com/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #3 /home/customer/www/xxxxxxxxxx.com/public_html/wp-admin/admin.php(175): do_action('admin_init') #4 /home/customer/www/xxxxxxxxxxxxxx.com/public_html/wp-admin/tools.php(40): require_once('/home/customer/...') #5 {main} thrown in [B]/home/customer/www/xxxxxxxxxxxx.com/public_html/wp-content/plugins/permalink-manager-pro/includes/core/permalink-manager-pro-functions.php[/B] on line [B]89[/B]
 
  • Like
Reactions: neosavedme

urlatore

Active member
Sep 23, 2018
42
165
33

urlatore

Active member
Sep 23, 2018
42
165
33

urlatore

Active member
Sep 23, 2018
42
165
33
Tomz updated Permalink Manager Pro - Best Wordpress Permalinks Plugin with a new update entry:

Permalink Manager Pro v2.2.20.4

Download Permalink Manager Pro v2.2.20.4 Nulled Free
= v2.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'

Read the rest of this update entry...
 
  • Like
Reactions: TjarcoB

viva3

Member
Oct 20, 2019
44
43
18
Kuala Lumpur
** HOW TO SOLVE The issue of asking for license key**:

1. Open the file in main folder - 'permalink-manager.php'.

2. In between the line of
'if (!defined('WPINC')) {
die;
}'

and

'if(!class_exists('Permalink_Manager_Class')) {'

Add the below code.
$permalink_manager_options = get_option( 'permalink-manager', [] );
$permalink_manager_options['licence'] = [ 'licence_key' => '**********', 'expiration_date' => time() + 365 * 24 * 60 * 60 ];
update_option( 'permalink-manager', $permalink_manager_options );

It will look like:
bla-bla-bla~

// If this file is called directly or plugin is already defined, abort.
if (!defined('WPINC')) {
die;
}

$permalink_manager_options = get_option( 'permalink-manager', [] );
$permalink_manager_options['licence'] = [ 'licence_key' => '**********', 'expiration_date' => time() + 365 * 24 * 60 * 60 ];
update_option( 'permalink-manager', $permalink_manager_options );

if(!class_exists('Permalink_Manager_Class')) {

bla-bla-bla~

The above new inserted code will trick the plugin to have valid license until next year the same day by adding 365 days.
 

urlatore

Active member
Sep 23, 2018
42
165
33
Akbaba updated Permalink Manager Pro - Best Wordpress Permalinks Plugin with a new update entry:

Permalink Manager Pro - Best Wordpress Permalinks Plugin v.2.3.0

= 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...

Read the rest of this update entry...
 

urlatore

Active member
Sep 23, 2018
42
165
33
Tomz updated Permalink Manager Pro - Best Wordpress Permalinks Plugin with a new update entry:

Permalink Manager Pro v2.3.1

Download Permalink Manager Pro v2.3.1 Nulled Free
= v2.3.1 (February 13, 2022) =

* 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...

Read the rest of this update entry...
 

urlatore

Active member
Sep 23, 2018
42
165
33
tanierlyons updated Permalink Manager Pro - Best Wordpress Permalinks Plugin with a new update entry:

Permalink Manager Pro - Best Wordpress Permalinks Plugin v2.4.1.3 Nulled

== Changelog ==

= 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)'...

Read the rest of this update entry...
 

urlatore

Active member
Sep 23, 2018
42
165
33
tanierlyons updated Permalink Manager Pro - Best Wordpress Permalinks Plugin with a new update entry:

Permalink Manager Pro - Best Wordpress Permalinks Plugin v2.4.2

== Changelog ==

= 2.4.2 =

* Fix - The Permalink_Manager_Helper_Functions::replace_empty_placeholder_tags() no longer decodes invalid ASCII characters
* Fix - The old slug ("_wp_old_slug") is now saved correctly in Block Editor (Gutenberg)
* Dev - New 'permalink_manager_sanitize_title' filter is added
* Dev - Duplicated dashes are now removed from default permalinks unless "Strip special characters" is disabled in the plugin settings

Read the rest of this update entry...
 
  • Like
Reactions: JRGWxRxZ

urlatore

Active member
Sep 23, 2018
42
165
33
MrSam_1 updated Permalink Manager Pro - Best Wordpress Permalinks Plugin with a new update entry:

Permalink Manager Pro - Best Wordpress Permalinks Plugin

2.4.3 (February 6, 2024)​

  • Fix - Code refactoring and optimization
  • Fix - Minor improvements for RankMath redirection hooks
  • Enhancement - Improvements for "Force 404 on non-existing pagination pages" functionality
  • Enhancement - The "Regenerate/reset" & "Find/replace" now can be used in preview mode without saving the changes
  • Dev - New filter hooks - "permalink_manager_pre_update_post_uri" & "permalink_manager_pre_update_term_uri"
  • Dev - Support for...

Read the rest of this update entry...
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu