Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
callumbwhyte committed Mar 6, 2024
1 parent 7fdba95 commit d66e4ad
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion src/Our.Umbraco.Meganav/Our.Umbraco.Meganav.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Version Condition="'$(BUILD_BUILDNUMBER)' != ''">$(BUILD_BUILDNUMBER)</Version>
<Description>A flexible, draggable link picker for constructing site navigation menus in Umbraco</Description>
<Authors>Callum Whyte</Authors>
<Copyright>Copyright © 2023 Callum Whyte, and other contributors</Copyright>
<Copyright>Copyright © 2024 Callum Whyte, and other contributors</Copyright>
<PackageIcon>docs\logo.png</PackageIcon>
<PackageLicenseFile>docs\LICENSE.md</PackageLicenseFile>
<PackageReadmeFile>docs\README.md</PackageReadmeFile>
Expand Down

0 comments on commit d66e4ad

Please sign in to comment.