Releases: amarinediary/WordPress-simple-URL-based-breadcrumb
Releases · amarinediary/WordPress-simple-URL-based-breadcrumb
1.2.4
1.2.4
1.2.4
brings further improvements conditional logic based on the PHP version and further improvements. 1.2.4
hasn't been through any testing. Feedback for 1.2.4
is apreciated and more than welcome.
1.2.3
remains the current most stable version.
- Introduced
safe_str_ends_with
.safe_str_ends_with
uses the native PHP > 8.0.0 function when available, or falls back to the custom implementation. - Introduced
safe_str_contains
.safe_str_contains
uses the native PHP > 8.0.0 function when available, or falls back to the custom implementation. - Introduced
attempt_to_retrieve_server_scheme
. -
get_the_crumbs
was updated to use introduced functions. -
the_bread
was updated. Improvements to how default parameters are introduced were made. The use ofextract()
saves us the trouble of writing multiple if statements. - Code commenting improvements.
- Emphasis on WordPress coding standards.
- README.md updates.
- Special thanks to @mattmacneil for the feedback and kind words.
1.2.3
1.2.3
- The crumbs fallback will output the default page/post slug.
- Code commenting improvements.
- Emphasis on WordPress coding standards.
- README.md updates.
- Special thanks to @nikolailehbrink for the feedback.
1.2.2
1.2.2
- Custom post types crumbs are now being displayed correctly.
- You can now intercept the crumbs array. See Example: Intercepting the crumbs array.
- Code commenting improvements.
- Emphasis on WordPress coding standards.
- README.md updates.
- Special thanks to @nikolailehbrink for the feedback.