Skip to content

1.2.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@amarinediary amarinediary released this 29 Aug 21:45

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.