Skip to content

Commit

Permalink
updated branch links
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleverrier committed Oct 3, 2022
1 parent c3d51d5 commit 080cc06
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ 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.1.1 - Unreleased
## 1.1.2 - 2022-10-03
### Changed
- Updated branch links

## 1.1.1 - 2019-11-8
### Added
- Better check if element has a traditional title or not

Expand Down
8 changes: 4 additions & 4 deletions 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",
"type": "craft-plugin",
"version": "1.1.1",
"version": "1.1.2",
"keywords": [
"craft",
"cms",
Expand All @@ -15,7 +15,7 @@
"development"
],
"support": {
"docs": "https://github.com/youandmedigital/craft-breadcrumb/blob/master/README.md",
"docs": "https://github.com/youandmedigital/craft-breadcrumb",
"issues": "https://github.com/youandmedigital/craft-breadcrumb/issues",
"source": "https://github.com/youandmedigital/craft-breadcrumb"
},
Expand All @@ -39,8 +39,8 @@
"handle": "breadcrumb",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/youandmedigital/craft-breadcrumb/master/CHANGELOG.md",
"documentationUrl": "https://github.com/youandmedigital/craft-breadcrumb/blob/master/README.md",
"changelogUrl": "https://raw.githubusercontent.com/youandmedigital/craft-breadcrumb/craft-3/CHANGELOG.md",
"documentationUrl": "https://github.com/youandmedigital/craft-breadcrumb/blob/craft-3/README.md",
"components": {
"breadcrumbService": "youandmedigital\\breadcrumb\\services\\BreadcrumbService"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1
* @since 1.1.2
*
* @property BreadcrumbServiceService $breadcrumbService
*/
Expand Down
2 changes: 1 addition & 1 deletion src/services/BreadcrumbService.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @author You & Me Digital
* @package Breadcrumb
* @since 1.1.1
* @since 1.1.2
*/
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.1.1
* @since 1.1.2
*/
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.1.1
* @since 1.1.2
*/
class BreadcrumbVariable
{
Expand Down

0 comments on commit 080cc06

Please sign in to comment.