Skip to content

Commit f3f60fb

Browse files
authored
Merge pull request #77 from jcdcdev/dev/v13
13.0.3
2 parents e726a45 + 2c0f1bb commit f3f60fb

File tree

7 files changed

+606
-530
lines changed

7 files changed

+606
-530
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,3 +357,4 @@ src/.idea
357357
*.sqlite.db*
358358
.idea/
359359
/src/TestSite.*/umbraco/Data/TEMP/
360+
/src/*.TestSite/umbraco/Data/TEMP

src/TestSite.13/TestSite.13.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Umbraco.Cms" Version="13.7.1"/>
11-
<PackageReference Include="uSync" Version="13.1.3"/>
10+
<PackageReference Include="Umbraco.Cms" Version="13.8.0"/>
11+
<PackageReference Include="uSync" Version="13.2.7"/>
1212
</ItemGroup>
1313

1414
<ItemGroup>

src/TestSite.13/appsettings-schema.Umbraco.Cms.json

Lines changed: 50 additions & 10 deletions
Large diffs are not rendered by default.

src/TestSite.13/appsettings-schema.usync.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@
6868
"type": "boolean",
6969
"description": "when locked you can't make changes to anything that is in the root"
7070
},
71+
"StopFile": {
72+
"type": "string",
73+
"description": "location of the stop file (relative to the uSync folder)\n ",
74+
"default": "usync.stop"
75+
},
76+
"OnceFile": {
77+
"type": "string",
78+
"description": "location of the once file (relative to the uSync folder)\n ",
79+
"default": "usync.once"
80+
},
7181
"LockRootTypes": {
7282
"type": "array",
7383
"description": "lock specific types at root so they can't be changed in child sites. \n ",
@@ -147,6 +157,10 @@
147157
"description": "Should the history view be on of off ? ",
148158
"default": true
149159
},
160+
"HistoryFolder": {
161+
"type": "string",
162+
"description": "Location of the history folder."
163+
},
150164
"DefaultExtension": {
151165
"type": "string",
152166
"description": "Default file extension for the uSync files. ",

0 commit comments

Comments
 (0)