This commit is contained in:
erwanlr
2019-04-24 17:32:25 +01:00
parent 5c842e192b
commit 28306b126b
28 changed files with 1809 additions and 0 deletions

View File

@@ -0,0 +1,63 @@
Trailblaze 1.0.0
================
* Initial release
Trailblaze 1.0.1
================
* Fixed an issue with the paginated breadcrumb display
Trailblaze 1.0.2
================
* Once pagination begins, the page number becomes the current crumb
Trailblaze 1.0.3
================
* Fixed an issue where breadcrumbs were not displaying on paginated pages and single posts
Trailblaze 1.0.4
================
* Fixed an issue where the page order was being echoed in the breadcrumb
Trailblaze 1.0.5
================
* Fixed an issue where the custom post type name was singular
Trailblaze 1.0.6
================
* The custom post type name should universally be plural
* Added custom taxonomy archive condition to breadcrumbs
Trailblaze 1.0.7
================
* Added a condition for when Reading Settings for blog posts has a Posts page set
Trailblaze 1.0.8
================
* Properly escaping HTML in the output
* Updated the base language file
Trailblaze 1.0.9
================
* Changed text domain name space and updated language files
Trailblaze 1.1.0
================
* Added structured data to the markup
* Added support for post format archives
* Fixed an issue where the post categories were not hierarchical
Trailblaze 1.1.1
================
* Compatibility release with WordPress 4.5