Skip to content

Commit 678c10e

Browse files
committed
Removed github issue links from changelog and fixed broken image
1 parent 5e152e8 commit 678c10e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

15/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

15/umbraco-ui-builder/collections/editors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Configuring the editor of a collection in Umbraco UI Builder.
66

77
An editor is the user interface used to edit an entity. It consists of tabs and property editors.
88

9-
![A collection editor](../images/editor.png)
9+
![A collection editor](../images/people-editor.png)
1010

1111
## Configuring an Editor
1212

26.3 KB
Loading

0 commit comments

Comments
 (0)