Skip to content

Commit 9ca0e25

Browse files
committed
bump to 1.0.1
1 parent e72dd60 commit 9ca0e25

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

src/Breadcrumb.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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
// =========================================================================

src/services/BreadcrumbService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @author You & Me Digital
2323
* @package Breadcrumb
24-
* @since 1.0.0
24+
* @since 1.0.1
2525
*/
2626
class BreadcrumbService extends Component
2727
{

src/translations/en/breadcrumb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author You & Me Digital
2020
* @package Breadcrumb
21-
* @since 1.0.0
21+
* @since 1.0.1
2222
*/
2323
return [
2424
'Breadcrumb plugin loaded' => 'Breadcrumb plugin loaded',

src/variables/BreadcrumbVariable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @author You & Me Digital
2626
* @package Breadcrumb
27-
* @since 1.0.0
27+
* @since 1.0.1
2828
*/
2929
class BreadcrumbVariable
3030
{

0 commit comments

Comments
 (0)