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 Feb 18, 2024
1 parent 9b3845b commit ff5f59c
Show file tree
Hide file tree
Showing 4 changed files with 11 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.1.0] - 2024-02-18
### Added
* Support for SuperValueConverters on Umbraco 13 (LTS)

## [4.0.1] - 2023-01-20
### Fixed
* Multi-Node Tree Picker sometimes returns `IPublishedElement` when multiple allowed types are selected
Expand Down Expand Up @@ -98,7 +102,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
* README file with information about the project and screenshots
* MIT license in the form of a LICENSE.md file

[Unreleased]: https://github.com/callumbwhyte/super-value-converters/compare/release-4.0.1...HEAD
[Unreleased]: https://github.com/callumbwhyte/super-value-converters/compare/release-4.1.0...HEAD
[4.1.0]: https://github.com/callumbwhyte/super-value-converters/compare/release-4.0.1...release-4.1.0
[4.0.1]: https://github.com/callumbwhyte/super-value-converters/compare/release-4.0.0...release-4.0.1
[4.0.0]: https://github.com/callumbwhyte/super-value-converters/compare/release-3.1.0...release-4.0.0
[3.1.0]: https://github.com/callumbwhyte/super-value-converters/compare/release-3.0.1...release-3.1.0
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 @@ -10,7 +10,7 @@ SuperValueConverters is a collection of powerful property value converters for U

## Getting started

This package is supported on Umbraco v9, v10, and v11
This package is supported on Umbraco v10-v12 and v13

Once installed you don't need to do anything to activate SuperValueConverters.

Expand Down Expand Up @@ -64,9 +64,10 @@ The logo uses the [Energy](https://thenounproject.com/term/search/1603715/) icon
* [Lukasz Koruba](https://github.com/lkoruba)
* [Nik Rimington](https://github.com/NikRimington)
* [Alejandro Ocampo](https://github.com/ja0b)
* [Richard Thompson](https://github.com/richarth)

## 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).
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 collection of powerful property value converters for cleaner code 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 ff5f59c

Please sign in to comment.