Skip to content

Releases: amarinediary/WordPress-simple-URL-based-breadcrumb

1.2.4

29 Aug 21:45
Compare
Choose a tag to compare
1.2.4 Pre-release
Pre-release

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 of extract() 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

10 Apr 14:47
3b4a4d2
Compare
Choose a tag to compare

1.2.3

1.2.2

08 Sep 14:13
492dc9b
Compare
Choose a tag to compare

1.2.2