Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
Final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiszewski committed Oct 12, 2017
1 parent 69e0bb7 commit 5e3fc7d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions app/Umbraco/Umbraco.Archetype/Extensions/ArchetypeHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ internal bool IsPropertyValueConverterOverridden(int dataTypeId)
/// <returns>ArchetypeUpdateNotification.</returns>
internal ArchetypeUpdateNotification CheckForUpdates()
{
return new ArchetypeUpdateNotification
{
IsUpdateAvailable = false
};

try
{
using (var client = new HttpClient())
Expand Down
4 changes: 2 additions & 2 deletions app/Umbraco/Umbraco.Archetype/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("1.17.1")]
[assembly: AssemblyFileVersion("1.17.1")]
[assembly: AssemblyVersion("1.18.0")]
[assembly: AssemblyFileVersion("1.18.0")]
2 changes: 1 addition & 1 deletion app/views/archetype.config.developer.dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3><archetype-localize key="developer_options">Developer Options</archetype-loc
<label for="archetypeOverrideDefaultConverter"><input type="checkbox" id="archetypeOverrideDefaultConverter" ng-model="dialogData.model.overrideDefaultPropertyValueConverter" /><archetype-localize key="overrideDefaultConverter">Override Default Property Value Converter?</archetype-localize><small><archetype-localize key="overrideDefaultConverterDescription">Check this if you wish to use your own custom property value converter.</archetype-localize></small></label>
</div>
<div ng-controller="ArchetypeConfigGlobalOptionsController">
<label for="archetypeCheckForNewVersion"><input type="checkbox" id="archetypeCheckForNewVersion" ng-model="globalSettings.checkForNewVersion" ng-click="confirmCheckNewVersionChange();" /><archetype-localize key="checkForNewVersion">Automatically check for newer versions?</archetype-localize><small><archetype-localize key="checkForNewVersionDescription">Check this if you wish to be notified when a newer version of Archetype is available. This is a application level setting.</archetype-localize> <a class="manual-link" href="https://github.com/kgiszewski/Archetype/blob/master/Information%20Collection%20Disclosure.md" target="_blank">Information Collection Disclosure</a></small></label>
<label for="archetypeCheckForNewVersion"><input type="checkbox" id="archetypeCheckForNewVersion" ng-model="globalSettings.checkForNewVersion" ng-click="confirmCheckNewVersionChange();" /><archetype-localize key="checkForNewVersion">Automatically check for newer versions?</archetype-localize><small><archetype-localize key="checkForNewVersionDescription">This is the last version of Archetype.</label>
</div>
<div>
<label for="archetypeAdvancedOptionsConfigModel"><archetype-localize key="configModel">Config Model</archetype-localize><small><archetype-localize key="configModelDescription">Be careful editing the text below, it controls the schema for this Archetype.</archetype-localize></small></label>
Expand Down
1 change: 0 additions & 1 deletion app/views/archetype.config.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ <h2 class="archetype-headline"><img src="../App_Plugins/Archetype/assets/logo_50
<a class="manual-link" href="https://www.youtube.com/watch?v=79LksNwGjLk" target="_blank">Quick Start Video</a> |
<a class="manual-link" href="https://twitter.com/archetypekit" target="_blank">Twitter</a> |
<a class="manual-link" href="https://github.com/kgiszewski/Archetype" target="_blank">GitHub</a> |
<a class="manual-link" href="https://github.com/kgiszewski/Archetype/blob/master/Sponsors.md" target="_blank">Become a sponsor</a> |
<a class="manual-link donate-link" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KBKWLURGLGU6L" target="_blank">Donate!</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion config/meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Archetype",
"version": "1.17.1",
"version": "1.18.0",
"url": "http://github.com/kgiszewski/archetype/",
"author": "Kevin Giszewski - Tom Fulton - Lee Kelleher - Matt Brailsford - Kenn Jacobsen - Nicholas Westby - Et. Al.",
"authorUrl": "http://github.com/kgiszewski/archetype/",
Expand Down

0 comments on commit 5e3fc7d

Please sign in to comment.