Skip to content

Commit 102e772

Browse files
committed
Fixed broken links
1 parent 1c4c3c0 commit 102e772

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

13/umbraco-ui-builder/changelog-archive/changelog.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ description: Changelog for Konstrukt, the backoffice UI builder for Umbraco.
99
**Date:** 2023-02-22
1010
**Description:** Patch release with bug fixes
1111

12-
- Fixed issue where upload file property editor throws "the specified file type has been disallowed by the administrator" error ([#49](https://github.com/outfielddigital/konstrukt/issues/49)).
12+
- Fixed issue where upload file property editor throws "The specified file type has been disallowed by the administrator" error.
1313
- Added ngrok URLs to allow domains that don't need a license.
1414

1515
## v1.6.3
1616

1717
**Date:** 2023-01-16
1818
**Description:** Patch release with bug fixes
1919

20-
- Moved encrypted properties implementation to the base repository class so encryption is honored when performing save/load operation directly against the repository API ([#44](https://github.com/outfielddigital/konstrukt/issues/44)).
20+
- Moved encrypted properties implementation to the base repository class so encryption is honored when performing save/load operation directly against the repository API.
2121
- Made `SecurityHelper` swappable so you can use something other than the default `DataProtectionProvider` implementation that comes out of the box (OOTB).
22-
- Fixed issue with advanced filters that use the lambda `ParameterReplacer` due to the parameter being replaced in the function, but not in the Lambda parameters list ([#45](https://github.com/outfielddigital/konstrukt/issues/45)).
23-
- Fixed date filters not working on mobile resolution devices ([#46](https://github.com/outfielddigital/konstrukt/issues/46)).
22+
- Fixed issue with advanced filters that use the lambda `ParameterReplacer` due to the parameter being replaced in the function, but not in the Lambda parameters list.
23+
- Fixed date filters not working on mobile resolution devices.
2424

2525
## v1.6.2
2626

@@ -52,15 +52,15 @@ description: Changelog for Konstrukt, the backoffice UI builder for Umbraco.
5252
**Date:** 2022-09-09
5353
**Description:** Patch release with bug fixes
5454

55-
- Fixed bug in entity picker not correctly showing the `Add` button when it should ([#39](https://github.com/outfielddigital/konstrukt/issues/39)).
55+
- Fixed bug in entity picker not correctly showing the `Add` button when it should.
5656
- Added some basic validation to config at startup to ensure a valid config model.
5757

5858
## v1.5.1
5959

6060
**Date:** 2022-08-22
6161
**Description:** Patch release with bug fixes
6262

63-
- Fixed searchable properties not being searched in a case-insensitive way for repositories that don't use Umbraco's NPoco extension methods ([#36](https://github.com/outfielddigital/konstrukt/issues/36)).
63+
- Fixed searchable properties not being searched in a case-insensitive way for repositories that don't use Umbraco's NPoco extension methods.
6464
- Fixed regression in Konstrukt repository not correctly combining filters.
6565
- Fixed exception due to `ServiceProvider` not getting passed to Data transfer object (DTO) mapper.
6666

13/umbraco-ui-builder/release-notes.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This section contains the release notes for Umbraco UI Builder 13 including all
3535

3636
* Added the `ActivatorUtilitiesConstructor` attribute to the `ImportActionEntity` constructor.
3737

38-
#### [**13.2.0**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.0) **(March 4th 2025)**
38+
#### 13.2.0 (March 4th 2025)
3939

4040
* Updated licensing engine.
4141
* Fixed issue with import entity action for Umbraco Cloud websites [#92](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/92)
@@ -51,7 +51,7 @@ This section contains the release notes for Umbraco UI Builder 13 including all
5151
* Allow entity properties to be searched based on pattern: `StartsWith` | `Contains` [#116](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/116)
5252
* Switch entity create/edit header to label view for read-only collections [#111](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/111)
5353

54-
#### [**13.1.5**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.5) **(June 17th 2024)**
54+
#### 13.1.5 (June 17th 2024)
5555

5656
* Fixed an issue that did not allow a readonly field to be added multiple times to an editor [#105](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/105)
5757

@@ -61,16 +61,16 @@ This section contains the release notes for Umbraco UI Builder 13 including all
6161

6262
You can read more about this in the [searchable properties](searching/searchable-properties.md) article.
6363

64-
#### [**13.1.3**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.3) **(May 8th 2024)**
64+
#### 13.1.3 (May 8th 2024)
6565

6666
* Fixed an issue with the `UdiConverter` affecting child collections [#99](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/99)
6767

68-
#### [**13.1.2**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.2) **(April 23rd 2024)**
68+
#### 13.1.2 (April 23rd 2024)
6969

7070
* Fixed an issue with nested objects in collection entities [#97](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/97)
7171
* Fixed an issue with the `UdiConverter` causing website configuration binding to return incorrect values [#96](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/96)
7272

73-
#### [**13.1.1**](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.1) **(March 18th 2024)**
73+
#### 13.1.1 (March 18th 2024)
7474

7575
* Fixed an issue where the database is getting disposed in a UIBuilder repository, causing an error when Forms tries to save the form submission after the workflow is complete [Umbraco.Forms.Issues#1179](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1179).
7676
* Allow renaming the heading of the implicit `Name` column by calling the `SetNameProperty` method overload.
@@ -123,12 +123,12 @@ A use case can be found in the [GitHub issue #86](https://github.com/umbraco/Umb
123123
* Dependency issue when installing UIBuilder alongside uSync in a v13 Umbraco website [#85](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/85)
124124
* Fields in Sidebar are not included when creating item [#82](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/82)
125125

126-
#### [13.0.1](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=label%3Arelease%2F13.0.1+is%3Aclosed) (January 11th 2024)
126+
#### 13.0.1 (January 11th 2024)
127127

128128
* Fix built-in export/import actions errors [#84](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/84)
129129
* Update list view `editorState` to support integration with `Contentment Data Types` [#83](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/83)
130130

131-
#### [13.0.0](https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13+label%3Arelease%2F13.0.0) (December 13th 2023)
131+
#### 13.0.0 (December 13th 2023)
132132

133133
* Upgraded to run again Umbraco v13 and .NET 8
134134
* Upgraded all 3rd party dependencies

0 commit comments

Comments
 (0)