diff --git a/Dist/8.1.0/uSync.ContentEdition_8.1.0.zip b/Dist/8.1.0/uSync.ContentEdition_8.1.0.zip new file mode 100644 index 00000000..b7b1fd0e Binary files /dev/null and b/Dist/8.1.0/uSync.ContentEdition_8.1.0.zip differ diff --git a/Dist/8.1.0/uSync_8.1.0.zip b/Dist/8.1.0/uSync_8.1.0.zip new file mode 100644 index 00000000..6b7c1d2c Binary files /dev/null and b/Dist/8.1.0/uSync_8.1.0.zip differ diff --git a/readme.txt b/readme.txt index eb9f5776..95a905e8 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ / / / /\__ \/ / / / __ \/ ___/ / /_/ /___/ / /_/ / / / / /__ \__,_//____/\__, /_/ /_/\___/ 🛴 ------------ /____/ --- 8.x ------- +----------- /____/ --- 8.x --------- Welcome to uSync 8 for Umbraco 8 diff --git a/uSync8.BackOffice/App_Plugins/uSync8/backoffice/uSync8/uSyncDashboardController.js b/uSync8.BackOffice/App_Plugins/uSync8/backoffice/uSync8/uSyncDashboardController.js index 6e25f261..9f996ea3 100644 --- a/uSync8.BackOffice/App_Plugins/uSync8/backoffice/uSync8/uSyncDashboardController.js +++ b/uSync8.BackOffice/App_Plugins/uSync8/backoffice/uSync8/uSyncDashboardController.js @@ -8,7 +8,7 @@ vm.page = { title: 'uSync 8', - description: '8.0.1', + description: '8.1.0', navigation: [ { 'name': 'uSync', diff --git a/uSync8.BackOffice/App_Plugins/uSync8/usync.css b/uSync8.BackOffice/App_Plugins/uSync8/usync.css index 5129669a..64adb6da 100644 --- a/uSync8.BackOffice/App_Plugins/uSync8/usync.css +++ b/uSync8.BackOffice/App_Plugins/uSync8/usync.css @@ -208,4 +208,21 @@ .usync-box-inprogress { opacity: 0.5; +} + +/* umb 8.1 style things */ +.umb-permission { + display: flex; + align-items: center; + margin-bottom: 10px; +} + + .umb-permission > * { + padding-right: 10px; + } + +.umb-permission__description { + font-style: italic; + color: #444; + margin-top: 2px; } \ No newline at end of file diff --git a/uSync8.BackOffice/Properties/AssemblyInfo.cs b/uSync8.BackOffice/Properties/AssemblyInfo.cs index 3495c694..5addfabc 100644 --- a/uSync8.BackOffice/Properties/AssemblyInfo.cs +++ b/uSync8.BackOffice/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("8.0.1.611")] -[assembly: AssemblyFileVersion("8.0.1.611")] +[assembly: AssemblyVersion("8.1.0.709")] +[assembly: AssemblyFileVersion("8.1.0.709")] diff --git a/uSync8.BackOffice/uSync.Backoffice.Core.nuspec b/uSync8.BackOffice/uSync.Backoffice.Core.nuspec index 10eb7a17..9d707744 100644 --- a/uSync8.BackOffice/uSync.Backoffice.Core.nuspec +++ b/uSync8.BackOffice/uSync.Backoffice.Core.nuspec @@ -10,7 +10,8 @@ Just the core dll's from uSync (for extension development purposes) - 8.0 - Release for Umbraco 8 + 8.0 - Initial Release for Umbraco 8 + 8.1 - Compatability Release for Umbraco 8.1 diff --git a/uSync8.ContentEdition/uSync.ContentEdition.nuspec b/uSync8.ContentEdition/uSync.ContentEdition.nuspec index 2979f706..22b75cb7 100644 --- a/uSync8.ContentEdition/uSync.ContentEdition.nuspec +++ b/uSync8.ContentEdition/uSync.ContentEdition.nuspec @@ -10,7 +10,8 @@ Database syncing for Umbraco Content, Media and Dictionary Items - 8.0 - Release for Umbraco 8 + 8.0 - Initial Release for Umbraco 8 + 8.1 - Compatability Release for Umbraco 8.1 diff --git a/uSync8.Core/uSync.Core.nuspec b/uSync8.Core/uSync.Core.nuspec index d3bbdf31..ce208b1e 100644 --- a/uSync8.Core/uSync.Core.nuspec +++ b/uSync8.Core/uSync.Core.nuspec @@ -9,7 +9,8 @@ false Database syncing for Umbraco 8 Core Dll's for uSync 8 - Alpha Release for Umbraco 8 + 8.0 - Initial Release for Umbraco 8 +8.1 - Compatability Release for Umbraco 8.1 diff --git a/uSync8.Site/App_Plugins/uSync8/backoffice/uSync8/uSyncDashboardController.js b/uSync8.Site/App_Plugins/uSync8/backoffice/uSync8/uSyncDashboardController.js index 33e7bde4..97be7ea1 100644 --- a/uSync8.Site/App_Plugins/uSync8/backoffice/uSync8/uSyncDashboardController.js +++ b/uSync8.Site/App_Plugins/uSync8/backoffice/uSync8/uSyncDashboardController.js @@ -8,7 +8,7 @@ vm.page = { title: 'uSync 8', - description: '8.0.1', + description: '8.1.0', navigation: [ { 'name': 'uSync', diff --git a/uSync8.Site/App_Plugins/uSync8/usync.css b/uSync8.Site/App_Plugins/uSync8/usync.css index c213e522..d1f321fe 100644 --- a/uSync8.Site/App_Plugins/uSync8/usync.css +++ b/uSync8.Site/App_Plugins/uSync8/usync.css @@ -208,4 +208,21 @@ .usync-box-inprogress { opacity: 0.5; +} + +/* umb 8.1 style things */ +.umb-permission { + display: flex; + align-items: center; + margin-bottom: 10px; +} + + .umb-permission > * { + padding-right: 10px; + } + +.umb-permission__description { + font-style: italic; + color: #444; + margin-top: 2px; } \ No newline at end of file