File tree Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 1.0.1 - 2019-02-28
8+ ### Changed
9+ - Docs link in composer.json
10+
711## 1.0.0 - 2019-02-27
812### Added
913- Improved documentation
Original file line number Diff line number Diff line change 22 "name" : " youandmedigital/breadcrumb" ,
33 "description" : " Generate a simple breadcrumb based on your URL segments" ,
44 "type" : " craft-plugin" ,
5- "version" : " 1.0.0 " ,
5+ "version" : " 1.0.1 " ,
66 "keywords" : [
77 " craft" ,
88 " cms" ,
Original file line number Diff line number Diff line change 2525 *
2626 * @author You & Me Digital
2727 * @package Breadcrumb
28- * @since 1.0.0
28+ * @since 1.0.1
2929 *
3030 * @property BreadcrumbServiceService $breadcrumbService
3131 */
@@ -39,7 +39,7 @@ class Breadcrumb extends Plugin
3939 // Public Properties
4040 // =========================================================================
4141
42- public $ schemaVersion = '1.0.0 ' ;
42+ public $ schemaVersion = '1.0.1 ' ;
4343
4444 // Public Methods
4545 // =========================================================================
Original file line number Diff line number Diff line change 2121 *
2222 * @author You & Me Digital
2323 * @package Breadcrumb
24- * @since 1.0.0
24+ * @since 1.0.1
2525 */
2626class BreadcrumbService extends Component
2727{
Original file line number Diff line number Diff line change 1818 *
1919 * @author You & Me Digital
2020 * @package Breadcrumb
21- * @since 1.0.0
21+ * @since 1.0.1
2222 */
2323return [
2424 'Breadcrumb plugin loaded ' => 'Breadcrumb plugin loaded ' ,
Original file line number Diff line number Diff line change 2424 *
2525 * @author You & Me Digital
2626 * @package Breadcrumb
27- * @since 1.0.0
27+ * @since 1.0.1
2828 */
2929class BreadcrumbVariable
3030{
You can’t perform that action at this time.
0 commit comments