diff --git a/CHANGELOG.md b/CHANGELOG.md index 585979a..f80281c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [4.1.0] - 2023-03-06 +### Added +* Support for Meganav on Umbraco 13 (LTS) + +### Fixed +* Support for Meganav with the Umbraco Delivery API (v12) + ## [4.0.0] - 2023-01-11 ### Added -* Initial release of SuperValueConverters for Umbraco v9, v10 (LTS), and v11 +* Initial release of Meganav for Umbraco v9, v10 (LTS), and v11 ## [3.0.3] - 2022-05-27 ### Fixed @@ -90,7 +97,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this ### Added * Initial release of Meganav for Umbraco 7.5 -[Unreleased]: https://github.com/callumbwhyte/meganav/compare/release-4.0.0...HEAD +[Unreleased]: https://github.com/callumbwhyte/meganav/compare/release-4.1.0...HEAD +[4.1.0]: https://github.com/callumbwhyte/meganav/compare/release-4.0.0...release-4.1.0 [4.0.0]: https://github.com/callumbwhyte/meganav/compare/release-3.0.3...release-4.0.0 [3.0.3]: https://github.com/callumbwhyte/meganav/compare/release-3.0.2...release-3.0.3 [3.0.2]: https://github.com/callumbwhyte/meganav/compare/release-3.0.1...release-3.0.2 diff --git a/LICENSE.md b/LICENSE.md index 70ada73..48dc77a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Callum Whyte +Copyright (c) 2024 Callum Whyte Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 188d754..c27f338 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Click and drag an item to change it's position within the navigation; drop it wh ## Getting started -This package is supported on Umbraco v9, v10, and v11 +This package is supported on Umbraco v10-v12 and v13 ### Installation @@ -48,9 +48,10 @@ Meganav uses [Angular UI Tree](https://github.com/angular-ui-tree/angular-ui-tre * [Lee Kelleher](https://github.com/leekelleher) * [Aaron Sadler](https://github.com/AaronSadlerUK) * [Matt Wootton](https://github.com/mattwootton) +* [Richard Ockerby](https://github.com/Rockerby) ## License -Copyright © 2023 [Callum Whyte](https://callumwhyte.com/), and other contributors +Copyright © 2024 [Callum Whyte](https://callumwhyte.com/), and other contributors Licensed under the [MIT License](LICENSE.md). \ No newline at end of file diff --git a/src/Our.Umbraco.Meganav/Our.Umbraco.Meganav.csproj b/src/Our.Umbraco.Meganav/Our.Umbraco.Meganav.csproj index 3364478..a3d63bb 100644 --- a/src/Our.Umbraco.Meganav/Our.Umbraco.Meganav.csproj +++ b/src/Our.Umbraco.Meganav/Our.Umbraco.Meganav.csproj @@ -5,7 +5,7 @@ $(BUILD_BUILDNUMBER) A flexible, draggable link picker for constructing site navigation menus in Umbraco Callum Whyte - Copyright © 2023 Callum Whyte, and other contributors + Copyright © 2024 Callum Whyte, and other contributors docs\logo.png docs\LICENSE.md docs\README.md