Skip to content

3.1.0 - Aug 01, 2025

Choose a tag to compare

@samiahmedsiddiqui samiahmedsiddiqui released this 01 Aug 10:35
8d09b07

Permalink Generation:

  • Resolved an issue where the custom_permalinks_generate_post_permalink function was creating duplicate permalinks with appended numbers when triggered programmatically. This ensures a unique, clean URL every time.
  • Updated the sanitize_text_field function to prevent the truncation of permalink tags, such as %category% and %day%, guaranteeing your custom permalink structure remains intact.

Performance:

  • The save_post hook will now only run on public post types. This change prevents unnecessary processing on post types like "Menus", which can significantly improve performance on sites with complex configurations.

Maintenance:

  • Improved internationalization (I18N) support.
  • Fixed a bug where the cache group was not properly clearing when using the flush button.

Language:

  • Updated the plugin with the latest language packs.