Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Inventor committed Sep 10, 2024
1 parent f9c5672 commit 7d509ec
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 81 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,9 @@
<Title>URL Tracker Backoffice Notifications</Title>
<Description>This package contains notification handlers for the URL Tracker to handle Umbraco content notifications</Description>
<RootNamespace>UrlTracker.Backoffice.Notifications</RootNamespace>
<PackageReleaseNotes>2 new features, 3 bugfixes, 3 other changes
<PackageReleaseNotes>1 change

- Fix failing migration with long URLs
- Fix sorting direction when sorting by URL
- Fix alignment of elements in safari browsers
- Add notifications when creating, updating and deleting redirects
- Add button to all recommendations on landingpage
- Remove image and technical file recommendations from the landingpage
- Remove option to create redirects from image and technical file recommendations
- Common redirects are no longer displayed on the advanced redirect page</PackageReleaseNotes>
- Marked as feature complete</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\UrlTracker.Core\UrlTracker.Core.csproj" />
Expand Down
11 changes: 2 additions & 9 deletions src/UrlTracker.Backoffice.UI/UrlTracker.Backoffice.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,9 @@
<Description>This package adds a backoffice interface for URL Tracker management</Description>
<RootNamespace>UrlTracker.Backoffice.UI</RootNamespace>
<StaticWebAssetBasePath>App_Plugins/UrlTracker</StaticWebAssetBasePath>
<PackageReleaseNotes>2 new features, 3 bugfixes, 3 other changes
<PackageReleaseNotes>1 change

- Fix failing migration with long URLs
- Fix sorting direction when sorting by URL
- Fix alignment of elements in safari browsers
- Add notifications when creating, updating and deleting redirects
- Add button to all recommendations on landingpage
- Remove image and technical file recommendations from the landingpage
- Remove option to create redirects from image and technical file recommendations
- Common redirects are no longer displayed on the advanced redirect page</PackageReleaseNotes>
- Marked as feature complete</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<None Include="build\**\*.*">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,9 @@
<Title>URL Tracker Core Memory Cache</Title>
<Description>This package contains an in-memory cache layer for the core services of the URL Tracker</Description>
<RootNamespace>UrlTracker.Core.Caching.Memory</RootNamespace>
<PackageReleaseNotes>2 new features, 3 bugfixes, 3 other changes
<PackageReleaseNotes>1 change

- Fix failing migration with long URLs
- Fix sorting direction when sorting by URL
- Fix alignment of elements in safari browsers
- Add notifications when creating, updating and deleting redirects
- Add button to all recommendations on landingpage
- Remove image and technical file recommendations from the landingpage
- Remove option to create redirects from image and technical file recommendations
- Common redirects are no longer displayed on the advanced redirect page</PackageReleaseNotes>
- Marked as feature complete</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Umbraco.Cms.Core" Version="13.0.0" />
Expand Down
11 changes: 2 additions & 9 deletions src/UrlTracker.Core/UrlTracker.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,9 @@
<Title>URL Tracker Core</Title>
<Description>This package contains the core services for the URL Tracker. Useful for package development.</Description>
<RootNamespace>UrlTracker.Core</RootNamespace>
<PackageReleaseNotes>2 new features, 3 bugfixes, 3 other changes
<PackageReleaseNotes>1 change

- Fix failing migration with long URLs
- Fix sorting direction when sorting by URL
- Fix alignment of elements in safari browsers
- Add notifications when creating, updating and deleting redirects
- Add button to all recommendations on landingpage
- Remove image and technical file recommendations from the landingpage
- Remove option to create redirects from image and technical file recommendations
- Common redirects are no longer displayed on the advanced redirect page</PackageReleaseNotes>
- Marked as feature complete</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Umbraco.Cms.Infrastructure" Version="13.0.0" />
Expand Down
11 changes: 2 additions & 9 deletions src/UrlTracker.GlobalBlocklist/UrlTracker.GlobalBlocklist.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,9 @@
<Title>UrlTracker Global Block List</Title>
<Description>The global block list provides an extra filter for the URL Tracker that retrieves a global list from GitHub and adds it as a filter.</Description>
<RootNamespace>UrlTracker.GlobalBlocklist</RootNamespace>
<PackageReleaseNotes>2 new features, 3 bugfixes, 3 other changes
<PackageReleaseNotes>1 change

- Fix failing migration with long URLs
- Fix sorting direction when sorting by URL
- Fix alignment of elements in safari browsers
- Add notifications when creating, updating and deleting redirects
- Add button to all recommendations on landingpage
- Remove image and technical file recommendations from the landingpage
- Remove option to create redirects from image and technical file recommendations
- Common redirects are no longer displayed on the advanced redirect page</PackageReleaseNotes>
- Marked as feature complete</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Polly" Version="8.4.0" />
Expand Down
11 changes: 2 additions & 9 deletions src/UrlTracker.Middleware/UrlTracker.Middleware.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,9 @@
<Title>URL Tracker Middleware</Title>
<Description>This package contains middleware to perform redirects and to register client errors with the URL Tracker</Description>
<RootNamespace>UrlTracker.Middleware</RootNamespace>
<PackageReleaseNotes>2 new features, 3 bugfixes, 3 other changes
<PackageReleaseNotes>1 change

- Fix failing migration with long URLs
- Fix sorting direction when sorting by URL
- Fix alignment of elements in safari browsers
- Add notifications when creating, updating and deleting redirects
- Add button to all recommendations on landingpage
- Remove image and technical file recommendations from the landingpage
- Remove option to create redirects from image and technical file recommendations
- Common redirects are no longer displayed on the advanced redirect page</PackageReleaseNotes>
- Marked as feature complete</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Umbraco.Cms.Core" Version="13.0.0" />
Expand Down
11 changes: 2 additions & 9 deletions src/UrlTracker.Modules/UrlTracker.Modules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,9 @@
<Title>URL Tracker Module registration</Title>
<Description>This package contains objects for module registration. It keeps helps keeping track of installed modules for the URL Tracker</Description>
<RootNamespace>UrlTracker.Modules</RootNamespace>
<PackageReleaseNotes>2 new features, 3 bugfixes, 3 other changes
<PackageReleaseNotes>1 change

- Fix failing migration with long URLs
- Fix sorting direction when sorting by URL
- Fix alignment of elements in safari browsers
- Add notifications when creating, updating and deleting redirects
- Add button to all recommendations on landingpage
- Remove image and technical file recommendations from the landingpage
- Remove option to create redirects from image and technical file recommendations
- Common redirects are no longer displayed on the advanced redirect page</PackageReleaseNotes>
- Marked as feature complete</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
Expand Down
11 changes: 2 additions & 9 deletions src/UrlTracker.Web/UrlTracker.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,9 @@
<Title>URL Tracker Web</Title>
<Description>This package contains the web services for the URL Tracker. Useful for package development.</Description>
<RootNamespace>UrlTracker.Web</RootNamespace>
<PackageReleaseNotes>2 new features, 3 bugfixes, 3 other changes
<PackageReleaseNotes>1 change

- Fix failing migration with long URLs
- Fix sorting direction when sorting by URL
- Fix alignment of elements in safari browsers
- Add notifications when creating, updating and deleting redirects
- Add button to all recommendations on landingpage
- Remove image and technical file recommendations from the landingpage
- Remove option to create redirects from image and technical file recommendations
- Common redirects are no longer displayed on the advanced redirect page</PackageReleaseNotes>
- Marked as feature complete</PackageReleaseNotes>
</PropertyGroup>
<!-- END Package properties -->
<!-- External references -->
Expand Down
11 changes: 2 additions & 9 deletions src/UrlTracker/UrlTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,9 @@
Use v5.x for umbraco 8, use v3.15 for umbraco 7.
</Description>
<RootNamespace>UrlTracker</RootNamespace>
<PackageReleaseNotes>2 new features, 3 bugfixes, 3 other changes
<PackageReleaseNotes>1 change

- Fix failing migration with long URLs
- Fix sorting direction when sorting by URL
- Fix alignment of elements in safari browsers
- Add notifications when creating, updating and deleting redirects
- Add button to all recommendations on landingpage
- Remove image and technical file recommendations from the landingpage
- Remove option to create redirects from image and technical file recommendations
- Common redirects are no longer displayed on the advanced redirect page</PackageReleaseNotes>
- Marked as feature complete</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Umbraco.Cms.Core" Version="13.0.0" />
Expand Down

0 comments on commit 7d509ec

Please sign in to comment.