Releases: samiahmedsiddiqui/custom-permalinks
Releases · samiahmedsiddiqui/custom-permalinks
1.6.0-beta4 - Aug 06, 2020
- Bugs
- Undefined index and undefined variable error
- count(): Parameter must be an array or an object
- Fix double slash from the permalink form
- use 'view_item' label for previewing custom post types
- Fix PHP 7.4 issues
- Fix Yoast Canonical double slash issue
- Replacing category_link with term_link
- Bug with WPML and Use directory for default language
- Fix Static Homepage redirect issue
- Enhancements
- Improved Gutenberg Support
- Added compatibility for WPML language switcher
- Add filter to exclude Custom Permalinks for certain posts (based on Post IDs, template, etc)
- Optimized Code
1.6.0-beta3 - Aug 06, 2020
- Bugs
- Undefined index and undefined variable error
- count(): Parameter must be an array or an object
- Fix double slash from the permalink form
- use 'view_item' label for previewing custom post types
- Fix PHP 7.4 issues
- Fix Yoast Canonical double slash issue
- Replacing category_link with term_link
- Bug with WPML and Use directory for default language
- Fix Static Homepage redirect issue
- Enhancements
- Improved Gutenberg Support
- Added compatibility for WPML language switcher
- Optimized Code
1.6.0-beta2 - Aug 05, 2020
- Bugs
- Undefined index and undefined variable error
- count(): Parameter must be an array or an object
- Fix double slash from the permalink form
- use 'view_item' label for previewing custom post types
- Fix PHP 7.4 issues
- Fix Yoast Canonical double slash issue
- Replacing category_link with term_link
- Bug with WPML and Use directory for default language
- Enhancements
- Improved Gutenberg Support
- Added compatibility for WPML language switcher
- Optimized Code
1.6.0-beta - Aug 04, 2020
- Bugs
- Undefined index and undefined variable error
- count(): Parameter must be an array or an object
- Fix double slash from the permalink form
- use 'view_item' label for previewing custom post types
- Fix PHP 7.4 issues
- Fix Yoast Canonical double slash issue
- Replacing category_link with term_link
- Bug with WPML and Use directory for default language
- Enhancements
- Improved Gutenberg Support
- Added compatibility for WPML language switcher
- Optimized Code
1.6.0-alpha - July 30, 2020
- Bugs
- Undefined index and undefined variable error
- count(): Parameter must be an array or an object
- Fix double slash from the permalink form
- use 'view_item' label for previewing custom post types
- Fix PHP 7.4 issues
- Fix Yoast Canonical double slash issue
- Replacing category_link with term_link
- Enhancements
- Improved Gutenberg Support
- Added compatibility for WPML language switcher
- Optimized Code
1.5.1 - Jun 11, 2019
- Bugs
- Added additional check for Call to undefined function pll_current_language
1.5.0 - Jun 04, 2019
- Bugs
- Issue with Polylang Setting Hide Default Language
- Change deprecated actions with appropriate actions
1.4.0
- Enhancement
- Added Support for Gutenberg
- Set meta_keys to be protected to stop duplication in Custom Fields
1.3.0
- Enhancement
- Conflict with WPML
- Avoid appending slashes and use trailingslashit instead