3.1.0 - Aug 01, 2025
Permalink Generation:
- Resolved an issue where the
custom_permalinks_generate_post_permalinkfunction was creating duplicate permalinks with appended numbers when triggered programmatically. This ensures a unique, clean URL every time. - Updated the
sanitize_text_fieldfunction to prevent the truncation of permalink tags, such as%category%and%day%, guaranteeing your custom permalink structure remains intact.
Performance:
- The
save_posthook 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.