Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
callumbwhyte committed Jan 11, 2023
1 parent bd99d82 commit 01bd8cb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.0.0] - 2023-01-11
### Added
* Initial release of SuperValueConverters for Umbraco v9, v10 (LTS), and v11

## [3.0.3] - 2022-05-27
### Fixed
* Unable to create new Meganav properties due to null data type
Expand Down Expand Up @@ -86,7 +90,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-3.0.3...HEAD
[Unreleased]: https://github.com/callumbwhyte/meganav/compare/release-4.0.0...HEAD
[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
[3.0.1]: https://github.com/callumbwhyte/meganav/compare/release-3.0.0...release-3.0.1
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) 2022 Callum Whyte
Copyright (c) 2023 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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<img src="docs/img/logo.png?raw=true" alt="Umbraco Meganav" width="250" align="right" />

[![NuGet release](https://img.shields.io/nuget/v/Our.Umbraco.Meganav.svg)](https://www.nuget.org/packages/Our.Umbraco.Meganav/)
[![Our Umbraco project page](https://img.shields.io/badge/our-umbraco-orange.svg)](https://our.umbraco.com/packages/website-utilities/meganav/)

_Looking for Meganav for **Umbraco 8**? Check the [v8/dev](https://github.com/callumbwhyte/meganav/tree/v8/dev) branch._

Expand Down Expand Up @@ -52,6 +51,6 @@ Meganav uses [Angular UI Tree](https://github.com/angular-ui-tree/angular-ui-tre

## License

Copyright &copy; 2022 [Callum Whyte](https://callumwhyte.com/), and other contributors
Copyright &copy; 2023 [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 © 2022 Callum Whyte, and other contributors</Copyright>
<Copyright>Copyright © 2023 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 01bd8cb

Please sign in to comment.