Skip to content

Commit

Permalink
Release Files 🏁
Browse files Browse the repository at this point in the history
release files for 3.14 / 5.3.5
  • Loading branch information
KevinJump committed May 5, 2016
1 parent 7ebfca0 commit 1e3026a
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 8 deletions.
Binary file removed umbPackage/uSync.BackOffice.3.1.3.740.zip
Binary file not shown.
Binary file modified umbPackage/uSync.BackOffice.3.1.4.740.zip
Binary file not shown.
Binary file modified umbPackage/uSync.BackOffice/Jumoo.uSync.BackOffice.dll
Binary file not shown.
Binary file modified umbPackage/uSync.BackOffice/Jumoo.uSync.Core.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions umbPackage/uSync.BackOffice/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<info>
<package>
<name>uSync.BackOffice</name>
<version>3.1.3.740</version>
<version>3.1.4.740</version>
<license url="http://opensource.org/licenses/MIT">MIT License</license>
<url>http://jumoo.uk/uSync</url>
<requirements>
Expand All @@ -68,7 +68,7 @@
<website>http://jumoo.uk</website>
</author>
<readme>
<![CDATA[ uSync.BackOffice 3.1.3.740 (for Umbraco 7.4+)
<![CDATA[ uSync.BackOffice 3.1.4.740 (for Umbraco 7.4+)
=======================================
New version of usync, writes and read the database elements of your umbraco installation to disk and back, great for multi-development environments, and deployment.
Expand Down
9 changes: 5 additions & 4 deletions umbPackage/uSync.BackOffice/uSyncDashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ <h3>uSync
<small>(uSync.BackOffice {{settings.backOfficeVersion}})</small>
<small>
(uSync.Core {{settings.coreVersion}})
{{settings.addOns}}
<button class="btn btn-mini btn-link" ng-click="toggleSettings()">[config]</button>
</small>
</h3>
Expand Down Expand Up @@ -67,21 +68,21 @@ <h4>Import / Export</h4>
</p>
<div class="span6">
<p>
<button class="btn btn-info" ng-click="report()">Report</button>
<button class="btn btn-info" ng-click="report()" ng-disabled="reporting">Report</button>
<small class="muted">Find out what will change if you import</small>
</p>
<p>
<button class="btn btn-success" ng-click="import(false)">Import</button>
<button class="btn btn-success" ng-click="import(false)" ng-disabled="reporting">Import</button>
<small class="muted">Import on the things that have changed</small>
</p>
</div>
<div class="span6">
<p>
<button class="btn btn-mini btn-warning" ng-click="import(true)">Full Import</button>
<button class="btn btn-mini btn-warning" ng-click="import(true)" ng-disabled="reporting">Full Import</button>
<small class="muted">Import everything (even if it's the same)</small>
</p>
<p>
<button class="btn btn-mini btn-inverse" ng-click="export()">Full Export</button>
<button class="btn btn-mini btn-inverse" ng-click="export()" ng-disabled="reporting">Full Export</button>
<small class="muted">Export everything to disk (wipes current folder)</small>
</p>
</div>
Expand Down
Binary file removed umbPackage/uSync.ContentEdition.3.1.1.740.zip
Binary file not shown.
Binary file added umbPackage/uSync.ContentEdition.3.1.2.740.zip
Binary file not shown.
Binary file modified umbPackage/uSync.ContentEdition/Jumoo.uSync.Content.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions umbPackage/uSync.ContentEdition/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<info>
<package>
<name>uSync.ContentEdition</name>
<version>3.1.0.740</version>
<version>3.1.2.740</version>
<license url="http://opensource.org/licenses/MIT">MIT License</license>
<url>http://jumoo.uk/uSync</url>
<requirements>
Expand All @@ -24,7 +24,7 @@
<website>http://jumoo.uk</website>
</author>
<readme>
<![CDATA[ uSync3 : uSync.ContentEdition 3.1.0.740
<![CDATA[ uSync3 : uSync.ContentEdition 3.1.2.740
======================
Content Edition Extended uSync.BackOffice with Handlers for Content and Media
]]>
Expand Down
Binary file removed umbPackage/uSync.Core.5.3.4.740.zip
Binary file not shown.
Binary file added umbPackage/uSync.Core.5.3.5.740.zip
Binary file not shown.
Binary file modified umbPackage/uSync.Core/Jumoo.uSync.Core.dll
Binary file not shown.
Binary file modified umbPackage/uSync.Snapshots/Jumoo.uSync.Snapshots.dll
Binary file not shown.

0 comments on commit 1e3026a

Please sign in to comment.