Skip to content

Commit

Permalink
version 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 24, 2020
1 parent 248e3de commit 72f7962
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.3.6 - 2020-02-24

### Changed
- Ensure saving node’s URL is kept raw, and not the generated URL.
- Allow Twig to be used in node’s URLs, so you can use for example `{{ siteUrl('blog') }}` for site-specific URLs.

### Fixed
- Add element site menu to node editor HUD. (thanks @steverowling).
- Fix double escaping of nav titles in vue admin tables. (thanks @steverowling).

## 1.3.5 - 2020-02-12

### Fixed
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": "verbb/navigation",
"description": "A Craft CMS plugin to create navigation menus for your site.",
"type": "craft-plugin",
"version": "1.3.5",
"version": "1.3.6",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 72f7962

Please sign in to comment.