Skip to content

Commit f3c2cc5

Browse files
committed
1.2.4
1 parent cec7dfe commit f3c2cc5

File tree

2 files changed

+180
-143
lines changed

2 files changed

+180
-143
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,25 @@
77
|Requires at least WordPress:|`5.0.0`|
88
|Requires at least PHP:|`7.0.0`|
99
|[Tested up to WordPress:](https://wordpress.org/download/releases/)|`6.0.2`|
10-
|[Current plugin version:](https://github.com/amarinediary/WordPress-simple-URL-based-breadcrumb/releases/tag/1.2.2)|`1.2.2`|
10+
|[Current plugin version:](https://github.com/amarinediary/WordPress-simple-URL-based-breadcrumb/releases/tag/1.2.4)|`1.2.4`|
1111

1212
### Latest changelog
1313

14-
#### `1.2.3`
15-
- [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.
22+
- [x] Introduced `attempt_to_retrieve_server_scheme`.
23+
- [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.
1625
- [x] Code commenting improvements.
1726
- [x] Emphasis on [WordPress coding standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/).
1827
- [x] [README.md](https://github.com/amarinediary/WordPress-simple-URL-based-breadcrumb/blob/main/README.md) updates.
19-
- 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.
2029

2130
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.
2231

0 commit comments

Comments
 (0)