Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Update nuspec file, CD / web config
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbarlow committed Oct 24, 2019
1 parent 5fffcdb commit 49e10dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion FaLinksPropertyEditor.Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</umbracoConfiguration>
<clientDependency configSource="config\ClientDependency.config" />
<appSettings>
<add key="Umbraco.Core.ConfigurationStatus" value="8.0.1" />
<add key="Umbraco.Core.ConfigurationStatus" value="8.2.0" />
<add key="Umbraco.Core.ReservedUrls" value="" />
<add key="Umbraco.Core.ReservedPaths" value="" />
<add key="Umbraco.Core.Path" value="~/umbraco" />
Expand Down
16 changes: 3 additions & 13 deletions FaLinksPropertyEditor.Web/config/ClientDependency.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NOTES:
* Compression/Combination/Minification is not enabled unless debug="false" is specified on the 'compiliation' element in the web.config
* A new version will invalidate both client and server cache and create new persisted files
-->
<clientDependency version="1" fileDependencyExtensions=".js,.css" loggerType="Umbraco.Web.CdfLogger, Umbraco.Web">
<clientDependency version="1291203107" fileDependencyExtensions=".js,.css" loggerType="Umbraco.Web.CdfLogger, Umbraco.Web">

<!--
This section is used for Web Forms only, the enableCompositeFiles="true" is optional and by default is set to true.
Expand Down Expand Up @@ -44,22 +44,12 @@ NOTES:
-->
<compositeFiles defaultProvider="defaultFileProcessingProvider" compositeFileHandlerPath="~/DependencyHandler.axd">
<fileProcessingProviders>
<add name="CompositeFileProcessor"
type="ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider, ClientDependency.Core"
enableCssMinify="true"
enableJsMinify="true"
persistFiles="true"
compositeFilePath="~/App_Data/TEMP/ClientDependency"
bundleDomains="localhost:123456"
urlType="Base64QueryStrings"
pathUrlFormat="{dependencyId}/{version}/{type}"/>
<add name="CompositeFileProcessor" type="ClientDependency.Core.CompositeFiles.Providers.CompositeFileProcessingProvider, ClientDependency.Core" enableCssMinify="true" enableJsMinify="true" persistFiles="true" compositeFilePath="~/App_Data/TEMP/ClientDependency" bundleDomains="localhost:123456" urlType="Base64QueryStrings" pathUrlFormat="{dependencyId}/{version}/{type}" />
</fileProcessingProviders>

<!-- A file map provider stores references to dependency files by an id to be used in the handler URL when using the MappedId Url type -->
<fileMapProviders>
<add name="XmlFileMap"
type="ClientDependency.Core.CompositeFiles.Providers.XmlFileMapper, ClientDependency.Core"
mapPath="~/App_Data/TEMP/ClientDependency" />
<add name="XmlFileMap" type="ClientDependency.Core.CompositeFiles.Providers.XmlFileMapper, ClientDependency.Core" mapPath="~/App_Data/TEMP/ClientDependency" />
</fileMapProviders>

</compositeFiles>
Expand Down
7 changes: 2 additions & 5 deletions FaLinksPropertyEditor/FontAwesomePropertyEditor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>FontAwesomePropertyEditor</id>
<version>1.0.1</version>
<version>1.0.2</version>
<title>Font Awesome Property Editor</title>
<authors>Matt Barlow</authors>
<owners>Matt Barlow</owners>
Expand All @@ -12,10 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Font Awesome links / icons property editor for Umbraco.</description>
<releaseNotes>
- fixed draggable ui
- added FaIcon model
- added helper messages
- added validation
- Umbraco 8.2+ compatible.
</releaseNotes>
<copyright>$copyright$</copyright>
<tags>Umbraco Property Editor Media Font Awesome Icons Search</tags>
Expand Down

0 comments on commit 49e10dc

Please sign in to comment.