Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
callumbwhyte committed Apr 23, 2022
1 parent 3c9bb54 commit 0c9679b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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/).

## [1.2.0] - 2022-04-23
### Added
* Route handler for rendering templates within a SurfaceController
* Route handler for finding content by XPath

### Changed
* Renamed `RootNodeByDomainRouteHandler` to `UmbracoVirtualRootNodeByDomainRouteHandler` for consistency

## [1.1.1] - 2021-07-01
### Fixed
* Re-added `RootNodeByDomainRouteHandler` constructor with single-parameter
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) 2021 Callum Whyte
Copyright (c) 2022 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: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ The logo uses the [Route](https://thenounproject.com/term/route/641107/) icon fr

* [Matthew Wise](https://github.com/Matthew-Wise)
* [Damiaan Peeters](https://github.com/dampee)
* [Ronald Barendse](https://github.com/ronaldbarendse)

## License

Copyright © 2021 [Callum Whyte](https://callumwhyte.com/), and other contributors
Copyright © 2022 [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>Extensions for custom routing in Umbraco</Description>
<Authors>Callum Whyte</Authors>
<Copyright>Copyright © 2021 Callum Whyte, and other contributors</Copyright>
<Copyright>Copyright © 2022 Callum Whyte, and other contributors</Copyright>
<PackageLicenseUrl>https://github.com/callumbwhyte/umbraco-routing-extensions/blob/main/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/callumbwhyte/umbraco-routing-extensions</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/callumbwhyte/umbraco-routing-extensions/main/docs/img/logo.png</PackageIconUrl>
Expand Down

0 comments on commit 0c9679b

Please sign in to comment.