Skip to content

Commit

Permalink
bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleverrier committed Feb 28, 2019
1 parent e72dd60 commit 9ca0e25
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.1 - 2019-02-28
### Changed
- Docs link in composer.json

## 1.0.0 - 2019-02-27
### Added
- Improved documentation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "youandmedigital/breadcrumb",
"description": "Generate a simple breadcrumb based on your URL segments",
"type": "craft-plugin",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"craft",
"cms",
Expand Down
4 changes: 2 additions & 2 deletions src/Breadcrumb.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* @author You & Me Digital
* @package Breadcrumb
* @since 1.0.0
* @since 1.0.1
*
* @property BreadcrumbServiceService $breadcrumbService
*/
Expand All @@ -39,7 +39,7 @@ class Breadcrumb extends Plugin
// Public Properties
// =========================================================================

public $schemaVersion = '1.0.0';
public $schemaVersion = '1.0.1';

// Public Methods
// =========================================================================
Expand Down
2 changes: 1 addition & 1 deletion src/services/BreadcrumbService.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @author You & Me Digital
* @package Breadcrumb
* @since 1.0.0
* @since 1.0.1
*/
class BreadcrumbService extends Component
{
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en/breadcrumb.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @author You & Me Digital
* @package Breadcrumb
* @since 1.0.0
* @since 1.0.1
*/
return [
'Breadcrumb plugin loaded' => 'Breadcrumb plugin loaded',
Expand Down
2 changes: 1 addition & 1 deletion src/variables/BreadcrumbVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
* @author You & Me Digital
* @package Breadcrumb
* @since 1.0.0
* @since 1.0.1
*/
class BreadcrumbVariable
{
Expand Down

0 comments on commit 9ca0e25

Please sign in to comment.