Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
michtio committed Sep 6, 2022
1 parent 4634274 commit 86bc055
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## 4.0.0-beta.4 - 2022-09-06

### Fixed
- null check

## 4.0.0-beta.3 - 2022-09-06

### Added
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": "percipiolondon/craft-shortlink",
"description": "This Craft CMS plugin adds support to generate an unique url short link",
"type": "craft-plugin",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/_sidebars/entry-shortlink.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
redirectLabel="{{ 'Redirect Type'|t('shortlink') }}"
redirect-type="{{ redirectType }}"
shortlink="{{ shortlink }}"
:shortlink-id="{{ shortlinkId }}"
{% if shortlinkId %}:shortlink-id="{{ shortlinkId }}"{% endif %}
:show-redirect-option="{{ showRedirectOption ? 'true' : 'false' }}"
/>
</div>

0 comments on commit 86bc055

Please sign in to comment.