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
- Reconstruction and simplifying of core plugin and breadcrumb include html
40
+
- Reduced dependencies to files
41
+
- Added example CSS included within nav-breadcrumb.html
42
+
- Added some more example pages
43
+
- Added option to enable/disable breadcrumbs on home page via _config.yml
44
+
- Added option to enable/disable image or text as root breadcrumb via _config.yml
45
+
- Removed SCSS template
46
+
- Removed translation plugin support
47
+
- Updated readme and installation description
48
+
49
+
### Fixes
50
+
- Collection breadcrumb items are not shown
51
+
- Several other bugs
52
+
53
+
---
54
+
55
+
## v.1.0.5
56
+
57
+
### Fixes
58
+
- Wrong folder name drops (could lead to plugin integration failures)
59
+
60
+
---
61
+
62
+
## v.1.0.4
63
+
**Summary**: improvements for first time installation.
64
+
65
+
### Changes
66
+
- Default root breadcrumb item is text (not image anymore).
67
+
- Default is now the plugin works out of the box without the language-plugin (previously without the language-plugin installed, building Jekyll failed without code modifications).
68
+
69
+
### Fixes
70
+
- Fix jekyll build error if YAML page.language is not set.
71
+
`Liquid Exception: wrong argument type nil (expected Regexp) ...`
72
+
- Fix configuration description for integrating language-plugin.
73
+
- Fix CSS style for root breadcrumb item as text.
74
+
75
+
---
76
+
77
+
## v.1.0.3
78
+
79
+
### Enhancements
80
+
- Added icon example files
81
+
- Improved installation description
82
+
- Improved source code readability
83
+
84
+
### Fixes
85
+
- Resolved file name collision of style.css
86
+
- Fix naming of folder plugins
87
+
88
+
---
89
+
90
+
## v.1.0.2
91
+
92
+
### Features
93
+
- Support of breadcrumb item translation
94
+
95
+
### Fixes
96
+
- Fix translation of breadcrumbs with multiple items in a row
97
+
- Fix of breadcrumb style. Implemented CSS instead SCSS. Runs also without Twitter Bootstrap.
98
+
99
+
---
100
+
101
+
## v.1.0.1
102
+
103
+
### Bug Fixes
104
+
- Breadcrumb on root level (homepage) was visible in combination with page.language
105
+
106
+
---
107
+
108
+
## v.1.0.0
31
109
110
+
### Features
111
+
- Works with posts, pages and collections.
112
+
- HTML5 compliant and includes a HTML template for quick integration.
113
+
- SEO improved, implements Googles RDFA format.
114
+
- Works with Pretty Permalinks.
115
+
- Breadcrumb title can differ from page title.
116
+
- Hides breadcrumbs at root page.
117
+
- Skips language breadcrumb page.language if jekyll-language-plugin is in use.
118
+
- Icon for root level.
119
+
- Works as Jekyll Hook, does not require an additional Ruby GEM.
0 commit comments