• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Permalink Manager Pro - Best Wordpress Permalinks Plugin

Permalink Manager Pro - Best Wordpress Permalink Plugins v2.4.3.2

No permission to download
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...
 
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
Babak 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
** 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.
 
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...
 
Babak 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...
 
AKSakallı updated Permalink Manager Pro - Best Wordpress Permalinks Plugin with a new update entry:

Permalink Manager Pro - Best Wordpress Permalinks Plugin v.2.4.0

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

Read the rest of this update entry...
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock