Skip to content

Commit b1ebeb0

Browse files
committed
licences and commas and example page
1 parent 03d3508 commit b1ebeb0

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

src/pages/licences.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Licence Validation.
2+
title: Product Licences
33
---
44

55
# Product Licences
@@ -8,13 +8,12 @@ Our licences are based on long-term support (LTS) versions of Umbraco (e.g v10,
88

99
So, a v13 licence will work with v13, v14, v15 and v16, but you will need to buy an upgrade to get a licence that will work with v17, which is the next LTS release.
1010

11-
| Date of Purchase | LTS Version | Covered Versions |
11+
| Release Date | LTS Version | Covered Versions |
1212
|--|--|--|
1313
| 16th September 2019 | v8 | v8|
1414
| 16th June 2022 | v10 | v8 to v10|
1515
| 14th December 2023 | v13 | v8 to v16|
16-
| 27th November 2025 | v17 | v8 to v20** |
16+
| 27th November 2025 | v17 | v8 to v20 |
17+
| 9th December 2027 | v21 | TBA |
1718

1819
Licences keys are backwards compatable to Umbraco v8, but early versions are [no longer supported](/SupportLifecycles).
19-
20-
***v20 subject to change as these releases are yet to be announced.*

src/pages/markdown-page.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

usync/02.complete/04.extending/01.Dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Dependencies
33
---
44

5-
Whenever uSync.Complete attempts to push, pull, or export items from an Umbraco site, it will perform a set of dependency checks against the items to be used. It does this to see what else is needed to make an item exist on another Umbraco site.
5+
Whenever uSync.Complete attempts to push, pull or export items from an Umbraco site, it will perform a set of dependency checks against the items to be used. It does this to see what else is needed to make an item exist on another Umbraco site.
66

77
For a content item these dependencies might include:
88

usync/02.complete/04.extending/02.ItemManager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public interface ISyncItemManager
7474
```
7575

7676
## GetEntity
77-
When your user picks an item from the tree in Umbraco, uSync can get some, but not all, the information it needs from the tree entry. This method is called by uSync.Publisher to get the required information to perform a push or pull operation.
77+
When your user picks an item from the tree in Umbraco, uSync can get some (but not all) of the information it needs from the tree entry. This method is called by uSync.Publisher to get the required information to perform a push or pull operation.
7878

7979
This method returns a SyncLocalItem, which contains all the information uSync.Publisher will need to start the push/pull process.
8080

0 commit comments

Comments
 (0)