File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
66
7+ ## [ 4.1.0] - 2023-03-06
8+ ### Added
9+ * Support for Meganav on Umbraco 13 (LTS)
10+
11+ ### Fixed
12+ * Support for Meganav with the Umbraco Delivery API (v12)
13+
714## [ 4.0.0] - 2023-01-11
815### Added
9- * Initial release of SuperValueConverters for Umbraco v9, v10 (LTS), and v11
16+ * Initial release of Meganav for Umbraco v9, v10 (LTS), and v11
1017
1118## [ 3.0.3] - 2022-05-27
1219### Fixed
@@ -90,7 +97,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
9097### Added
9198* Initial release of Meganav for Umbraco 7.5
9299
93- [ Unreleased ] : https://github.com/callumbwhyte/meganav/compare/release-4.0.0...HEAD
100+ [ Unreleased ] : https://github.com/callumbwhyte/meganav/compare/release-4.1.0...HEAD
101+ [ 4.1.0 ] : https://github.com/callumbwhyte/meganav/compare/release-4.0.0...release-4.1.0
94102[ 4.0.0 ] : https://github.com/callumbwhyte/meganav/compare/release-3.0.3...release-4.0.0
95103[ 3.0.3 ] : https://github.com/callumbwhyte/meganav/compare/release-3.0.2...release-3.0.3
96104[ 3.0.2 ] : https://github.com/callumbwhyte/meganav/compare/release-3.0.1...release-3.0.2
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2023 Callum Whyte
3+ Copyright (c) 2024 Callum Whyte
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Click and drag an item to change it's position within the navigation; drop it wh
1212
1313## Getting started
1414
15- This package is supported on Umbraco v9, v10, and v11
15+ This package is supported on Umbraco v10-v12 and v13
1616
1717### Installation
1818
@@ -48,9 +48,10 @@ Meganav uses [Angular UI Tree](https://github.com/angular-ui-tree/angular-ui-tre
4848* [ Lee Kelleher] ( https://github.com/leekelleher )
4949* [ Aaron Sadler] ( https://github.com/AaronSadlerUK )
5050* [ Matt Wootton] ( https://github.com/mattwootton )
51+ * [ Richard Ockerby] ( https://github.com/Rockerby )
5152
5253## License
5354
54- Copyright © ; 2023 [ Callum Whyte] ( https://callumwhyte.com/ ) , and other contributors
55+ Copyright © ; 2024 [ Callum Whyte] ( https://callumwhyte.com/ ) , and other contributors
5556
5657Licensed under the [ MIT License] ( LICENSE.md ) .
Original file line number Diff line number Diff line change 55 <Version Condition =" '$(BUILD_BUILDNUMBER)' != ''" >$(BUILD_BUILDNUMBER)</Version >
66 <Description >A flexible, draggable link picker for constructing site navigation menus in Umbraco</Description >
77 <Authors >Callum Whyte</Authors >
8- <Copyright >Copyright © 2023 Callum Whyte, and other contributors</Copyright >
8+ <Copyright >Copyright © 2024 Callum Whyte, and other contributors</Copyright >
99 <PackageIcon >docs\logo.png</PackageIcon >
1010 <PackageLicenseFile >docs\LICENSE.md</PackageLicenseFile >
1111 <PackageReadmeFile >docs\README.md</PackageReadmeFile >
You can’t perform that action at this time.
0 commit comments