You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[x] The crumbs fallback will output the default page/post slug.
14
+
#### `1.2.4`
15
+
16
+
`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.
17
+
18
+
[`1.2.3`](https://github.com/amarinediary/WordPress-simple-URL-based-breadcrumb/releases/tag/1.2.3) remains the current most stable version.
19
+
20
+
-[x] 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.
21
+
-[x] Introduced `safe_str_contains`. `safe_str_contains` uses the native PHP > 8.0.0 function when available, or falls back to the custom implementation.
-[x]`get_the_crumbs` was updated to use introduced functions.
24
+
-[x]`the_bread` was updated. Improvements to how default parameters are introduced were made. The use of `extract()` saves us the trouble of writing multiple if statements.
16
25
-[x] Code commenting improvements.
17
26
-[x] Emphasis on [WordPress coding standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/).
- Special thanks to [@nikolailehbrink](https://github.com/nikolailehbrink) for the feedback.
28
+
- Special thanks to [@mattmacneil](https://github.com/mattmacneil) for the feedback and kind words.
20
29
21
30
We are looking for ideas on how the search breadcrumb should be handled (with/without pagination) ? [Open a new issue](https://github.com/amarinediary/WordPress-simple-URL-based-breadcrumb/issues/new/choose) to share what's on your mind.
0 commit comments