#8850: Release 1.10.4 (#8851)
Some checks failed
Compile / Compile .NET solution (push) Has been cancelled
Compile / Compile Client-side Assets (push) Has been cancelled
SpecFlow Tests / Define Strategy Matrix (push) Has been cancelled
SpecFlow Tests / SpecFlow Tests (push) Has been cancelled

* Updating version numbers to 1.10.4

* Updating Advisory Dashboard Widget iframe URL

* Dashboards: Removing empty Scripts folder

* Dashboards: Updating the Advisory element's iframe URL

* Updating solution with GHA workflow files
This commit is contained in:
Benedek Farkas
2025-10-10 18:49:26 +02:00
committed by GitHub
parent 28f0bd52ed
commit 78ee4efb4f
178 changed files with 364 additions and 374 deletions

View File

@@ -20,7 +20,7 @@ Our mission is to empower our users and foster a dedicated and diverse community
## Project Status ## Project Status
Orchard is currently in version **[1.10.3](https://github.com/OrchardCMS/Orchard/releases/tag/1.10.3)**: It contains bugfixes and the more impactful changes and new features added in the latest major version (*1.10*). Orchard is currently in version **[1.10.4](https://github.com/OrchardCMS/Orchard/releases/tag/1.10.4)**: It contains bugfixes and the more impactful changes and new features added in the latest major version (*1.10*).
We invite participation by the developer community in shaping the project's direction, so that we can publicly validate our designs and development approach. We invite participation by the developer community in shaping the project's direction, so that we can publicly validate our designs and development approach.
All our releases are available on our [Releases](https://github.com/OrchardCMS/Orchard/releases) page, and we encourage interested developers to check out the source code on the Orchard GitHub site and get involved with the project. All our releases are available on our [Releases](https://github.com/OrchardCMS/Orchard/releases) page, and we encourage interested developers to check out the source code on the Orchard GitHub site and get involved with the project.

View File

@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -32,8 +32,8 @@ using System.Security;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]
// Enable web application to call this assembly in Full Trust // Enable web application to call this assembly in Full Trust
[assembly: AllowPartiallyTrustedCallers] [assembly: AllowPartiallyTrustedCallers]

View File

@@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The common module introduces content parts that are going to be used by most content types (common, body, identity). Description: The common module introduces content parts that are going to be used by most content types (common, body, identity).
FeatureDescription: Core content parts. FeatureDescription: Core content parts.
Dependencies: Settings Dependencies: Settings

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The containers module introduces container and containable behaviors for content items. Description: The containers module introduces container and containable behaviors for content items.
FeatureDescription: Container and containable parts to enable parent-child relationships between content items. FeatureDescription: Container and containable parts to enable parent-child relationships between content items.
Dependencies: Contents, Feeds Dependencies: Contents, Feeds

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The contents module enables the creation of custom content types. Description: The contents module enables the creation of custom content types.
Features: Features:
Contents Contents

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The dashboard module is providing the dashboard screen of the admininstration UI of the application. Description: The dashboard module is providing the dashboard screen of the admininstration UI of the application.
FeatureDescription: Standard admin dashboard. FeatureDescription: Standard admin dashboard.
Category: Core Category: Core

View File

@@ -31,7 +31,7 @@
<div class="help-item"> <div class="help-item">
<h2 class="advisory">@T("Stay up to date")</h2> <h2 class="advisory">@T("Stay up to date")</h2>
<iframe id="advisory" src="http://www.orchardproject.net/advisory" frameborder="0" height="100%" width="100%" scrolling="no"> <iframe id="advisory" src="https://orchardcore.net/advisory" frameborder="0" height="100%" width="100%" scrolling="no">
<p>@T("Your browser does not support iframes. You can't see advisory messages.")</p> <p>@T("Your browser does not support iframes. You can't see advisory messages.")</p>
</iframe> </iframe>
</div> </div>

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The Feeds module is providing RSS feeds to content items. Description: The Feeds module is providing RSS feeds to content items.
FeatureDescription: RSS feeds for content items. FeatureDescription: RSS feeds for content items.
Category: Syndication Category: Syndication

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The navigation module creates and manages a simple navigation menu for the front-end of the application and allows you to add content items to the admin menu. Description: The navigation module creates and manages a simple navigation menu for the front-end of the application and allows you to add content items to the admin menu.
FeatureDescription: Menu management. FeatureDescription: Menu management.
Category: Core Category: Core

View File

@@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The dashboard module is providing the reports screen of the application. Description: The dashboard module is providing the reports screen of the application.
FeatureDescription: Reports management. FeatureDescription: Reports management.
Category: Core Category: Core

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The scheduling module enables background task scheduling. Description: The scheduling module enables background task scheduling.
FeatureDescription: Scheduled background tasks. FeatureDescription: Scheduled background tasks.
Category: Core Category: Core

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The settings module creates site settings that other modules can contribute to. Description: The settings module creates site settings that other modules can contribute to.
FeatureDescription: Site settings. FeatureDescription: Site settings.
Category: Core Category: Core

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The shapes module contains core shape templates and display hooks. Description: The shapes module contains core shape templates and display hooks.
FeatureDescription: Core shape templates and display hooks. FeatureDescription: Core shape templates and display hooks.
Category: Core Category: Core

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The title module enables content items to have titles. Description: The title module enables content items to have titles.
FeatureDescription: Title content part. FeatureDescription: Title content part.
Category: Core Category: Core

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The XmlRpc module enables creation of contents from client applications such as LiveWriter. Description: The XmlRpc module enables creation of contents from client applications such as LiveWriter.
FeatureDescription: XML-RPC opt-in implementation. FeatureDescription: XML-RPC opt-in implementation.
Category: Content Publishing Category: Content Publishing

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The Lucene module enables the site to be indexed using Lucene.NET. The index generated by this module can then be used by the search module to provide an integrated full-text search experience to a web site. Description: The Lucene module enables the site to be indexed using Lucene.NET. The index generated by this module can then be used by the search module to provide an integrated full-text search experience to a web site.
FeatureDescription: Lucene indexing services. FeatureDescription: Lucene indexing services.
Dependencies: Orchard.Indexing Dependencies: Orchard.Indexing

View File

@@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The Markdown module enables rich text contents to be created using the Markdown syntax. Description: The Markdown module enables rich text contents to be created using the Markdown syntax.
FeatureDescription: Markdown editor. FeatureDescription: Markdown editor.
Category: Input Editor Category: Input Editor

View File

@@ -26,6 +26,6 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@ Name: Alias
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Maps friendly urls to specific module actions. Description: Maps friendly urls to specific module actions.
FeatureDescription: Maps friendly urls to specific module actions. FeatureDescription: Maps friendly urls to specific module actions.
Category: Content Category: Content

View File

@@ -9,7 +9,7 @@ using System.Security;
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright <20> .NET Foundation")] [assembly: AssemblyCopyright("Copyright <20> .NET Foundation")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@ Name: AntiSpam
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Provides anti-spam services to protect your content from malicious submissions. Description: Provides anti-spam services to protect your content from malicious submissions.
Features: Features:
Orchard.AntiSpam: Orchard.AntiSpam:

View File

@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright <20> .NET Foundation")] [assembly: AssemblyCopyright("Copyright <20> .NET Foundation")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -29,6 +29,6 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -3,8 +3,8 @@ Path: ArchiveLater
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The ArchiveLater module introduces scheduled archiving functionality. Description: The ArchiveLater module introduces scheduled archiving functionality.
FeatureDescription: Scheduled archiving. FeatureDescription: Scheduled archiving.
Category: Content Category: Content

View File

@@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Provides a log for recording and viewing back-end changes. Description: Provides a log for recording and viewing back-end changes.
Features: Features:
Orchard.AuditTrail: Orchard.AuditTrail:

View File

@@ -32,6 +32,6 @@ using System.Security;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@ Name: Autoroute
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Description for the module Description: Description for the module
Features: Features:
Orchard.Autoroute: Orchard.Autoroute:

View File

@@ -9,7 +9,7 @@ using System.Security;
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright <20> .NET Foundation")] [assembly: AssemblyCopyright("Copyright <20> .NET Foundation")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: Microsoft Open Technologies, Inc Author: Microsoft Open Technologies, Inc
Website: http://msopentech.com Website: http://msopentech.com
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Provides integration of Microsoft Azure Media Services functionality into Orchard. Description: Provides integration of Microsoft Azure Media Services functionality into Orchard.
Features: Features:
Orchard.Azure.MediaServices: Orchard.Azure.MediaServices:

View File

@@ -32,6 +32,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Provides a set of Orchard service implementations targeting Microsoft Azure services. Description: Provides a set of Orchard service implementations targeting Microsoft Azure services.
Category: Hosting Category: Hosting
Features: Features:

View File

@@ -10,7 +10,7 @@ using System.Security;
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright <20> .NET Foundation")] [assembly: AssemblyCopyright("Copyright <20> .NET Foundation")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -31,6 +31,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The Orchard Blogs module is implementing basic blogging features. Description: The Orchard Blogs module is implementing basic blogging features.
FeatureDescription: A simple web log. FeatureDescription: A simple web log.
Dependencies: Shapes, Common, Feeds, Navigation, Orchard.Widgets, Orchard.Resources, Orchard.PublishLater, Orchard.Autoroute Dependencies: Shapes, Common, Feeds, Navigation, Orchard.Widgets, Orchard.Resources, Orchard.PublishLater, Orchard.Autoroute

View File

@@ -29,6 +29,6 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: Sébastien Ros Author: Sébastien Ros
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Provides an API to cache business data. Description: Provides an API to cache business data.
Features: Features:
Orchard.Caching: Orchard.Caching:

View File

@@ -10,7 +10,7 @@ using System.Security;
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright <20> .NET Foundation")] [assembly: AssemblyCopyright("Copyright <20> .NET Foundation")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -31,6 +31,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -32,6 +32,6 @@ using System.Security;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -3,7 +3,7 @@ AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: https://orchardproject.net Website: https://orchardproject.net
Version: 1.0 Version: 1.0
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Description for the module Description: Description for the module
Features: Features:
$$ModuleName$$: $$ModuleName$$:

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Tools to create Orchard components. Description: Tools to create Orchard components.
FeatureDescription: Tools to create Orchard components. FeatureDescription: Tools to create Orchard components.
Category: Developer Category: Developer

View File

@@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The comments system implemented by this module can be applied to arbitrary Orchard content types, such as blogs and pages. It includes comment validation and spam protection through the Akismet service. Description: The comments system implemented by this module can be applied to arbitrary Orchard content types, such as blogs and pages. It includes comment validation and spam protection through the Akismet service.
Features: Features:
Orchard.Comments: Orchard.Comments:

View File

@@ -30,5 +30,5 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Provides a rules API that evaluate to true or false. Description: Provides a rules API that evaluate to true or false.
Features: Features:
Orchard.Conditions: Orchard.Conditions:

View File

@@ -32,6 +32,6 @@ using System.Security;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -1,9 +1,9 @@
Name: Orchard.ContentPermissions Name: Orchard.ContentPermissions
AntiForgery: enabled AntiForgery: enabled
Author: Chris Pyle, S<EFBFBD>bastien Ros Author: Chris Pyle, Sébastien Ros
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Allows item-level front end view permissions. Description: Allows item-level front end view permissions.
Features: Features:
Orchard.ContentPermissions: Orchard.ContentPermissions:

View File

@@ -10,7 +10,7 @@ using System.Security;
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright <20> .NET Foundation")] [assembly: AssemblyCopyright("Copyright <20> .NET Foundation")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -31,5 +31,5 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@ Name: Orchard.ContentPicker
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: https://github.com/OrchardCMS/Orchard Website: https://github.com/OrchardCMS/Orchard
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: UI for selecting Content Items. Description: UI for selecting Content Items.
Features: Features:
Orchard.ContentPicker: Orchard.ContentPicker:

View File

@@ -10,7 +10,7 @@ using System.Security;
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright <20> .NET Foundation")] [assembly: AssemblyCopyright("Copyright <20> .NET Foundation")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -31,6 +31,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: ContentTypes modules enables the creation and alteration of content types not based on code. Description: ContentTypes modules enables the creation and alteration of content types not based on code.
Dependencies: Contents Dependencies: Contents
Category: Content Category: Content

View File

@@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@ Name: Custom Forms
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: https://github.com/OrchardCMS/Orchard Website: https://github.com/OrchardCMS/Orchard
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
LifecycleStatus: Deprecated LifecycleStatus: Deprecated
Description: Create custom forms like contact forms or content contributions. Description: Create custom forms like contact forms or content contributions.
Features: Features:

View File

@@ -10,7 +10,7 @@ using System.Security;
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright <20> .NET Foundation")] [assembly: AssemblyCopyright("Copyright <20> .NET Foundation")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -31,5 +31,5 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The Dashboards module enables administrators to customize the dashboard screen of the administration UI of the application. Description: The Dashboards module enables administrators to customize the dashboard screen of the administration UI of the application.
Features: Features:
Orchard.Dashboards: Orchard.Dashboards:

View File

@@ -94,7 +94,6 @@
<Content Include="Placement.info" /> <Content Include="Placement.info" />
<Content Include="Styles\dashboard.css" /> <Content Include="Styles\dashboard.css" />
<Content Include="Web.config" /> <Content Include="Web.config" />
<Content Include="Scripts\Web.config" />
<Content Include="Styles\Web.config" /> <Content Include="Styles\Web.config" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Content Include="Module.txt" /> <Content Include="Module.txt" />
@@ -189,4 +188,4 @@
</FlavorProperties> </FlavorProperties>
</VisualStudio> </VisualStudio>
</ProjectExtensions> </ProjectExtensions>
</Project> </Project>

View File

@@ -32,6 +32,6 @@ using System.Security;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />
</staticContent>
<handlers accessPolicy="Script,Read">
<!-- For any request to a file exists on disk, return it via native http module. AccessPolicy="Script" above is to allow for a managed 404 page. -->
<add name="StaticFile" path="*" verb="*" modules="StaticFileModule" preCondition="integratedMode" resourceType="File" requireAccess="Read" />
</handlers>
</system.webServer>
</configuration>

File diff suppressed because one or more lines are too long

View File

@@ -30,7 +30,7 @@
<div class="help-item"> <div class="help-item">
<h2 class="advisory">@T("Stay up to date")</h2> <h2 class="advisory">@T("Stay up to date")</h2>
<iframe id="advisory" src="http://www.orchardproject.net/advisory" frameborder="0" height="100%" width="100%" scrolling="no"> <iframe id="advisory" src="https://orchardcore.net/advisory" frameborder="0" height="100%" width="100%" scrolling="no">
<p>@T("Your browser does not support iframes. You can't see advisory messages.")</p> <p>@T("Your browser does not support iframes. You can't see advisory messages.")</p>
</iframe> </iframe>
</div> </div>

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Contains designer tools to ease the Themes development process Description: Contains designer tools to ease the Themes development process
FeatureName: Shape Tracing FeatureName: Shape Tracing
Category: Designer Category: Designer

View File

@@ -31,5 +31,5 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@ Name: Dynamic Forms
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://www.orchardproject.net/ Website: http://www.orchardproject.net/
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Create custom forms like contact forms using layouts. Description: Create custom forms like contact forms using layouts.
Features: Features:
Orchard.DynamicForms: Orchard.DynamicForms:

View File

@@ -32,6 +32,6 @@ using System.Security;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The Email Messaging module adds Email sending functionalities. Description: The Email Messaging module adds Email sending functionalities.
Features: Features:
Orchard.Email: Orchard.Email:

View File

@@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -1,9 +1,9 @@
Name: Fields Name: Fields
AntiForgery: enabled AntiForgery: enabled
Author: Antoine Griffard, S<EFBFBD>bastien Ros Author: Antoine Griffard, Sébastien Ros
Website: https://github.com/OrchardCMS/Orchard Website: https://github.com/OrchardCMS/Orchard
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Some content fields Description: Some content fields
Features: Features:
Orchard.Fields: Orchard.Fields:

View File

@@ -10,7 +10,7 @@ using System.Security;
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright <20> .NET Foundation")] [assembly: AssemblyCopyright("Copyright <20> .NET Foundation")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -31,5 +31,5 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@ Name: Forms
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: https://github.com/OrchardCMS/Orchard Website: https://github.com/OrchardCMS/Orchard
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Provides a system to publish and alter html forms. Description: Provides a system to publish and alter html forms.
Features: Features:
Orchard.Forms: Orchard.Forms:

View File

@@ -10,7 +10,7 @@ using System.Security;
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyCopyright("Copyright <20> .NET Foundation")] [assembly: AssemblyCopyright("Copyright <20> .NET Foundation")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@@ -31,5 +31,5 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Adds a client side image editor for Media Library Description: Adds a client side image editor for Media Library
Features: Features:
Orchard.ImageEditor: Orchard.ImageEditor:

View File

@@ -31,6 +31,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -3,8 +3,8 @@ Path: ImportExport
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Provides content item data import and export capability. Description: Provides content item data import and export capability.
Features: Features:
Orchard.ImportExport: Orchard.ImportExport:

View File

@@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The Indexing module enables the site to be indexed. The index generated by this module can then be used by the search module to provide an integrated full-text search experience to a web site. Description: The Indexing module enables the site to be indexed. The index generated by this module can then be used by the search module to provide an integrated full-text search experience to a web site.
FeatureDescription: Indexing infrastructure. Requires an index implementation like the Lucene module. FeatureDescription: Indexing infrastructure. Requires an index implementation like the Lucene module.
Category: Search Category: Search

View File

@@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: This module provides a jobs queue to process jobs asynchronously. Description: This module provides a jobs queue to process jobs asynchronously.
Features: Features:
Orchard.JobsQueue: Orchard.JobsQueue:

View File

@@ -31,6 +31,6 @@ using System.Security;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Category: Layout Category: Layout
Description: Provides tools to create layouts. Description: Provides tools to create layouts.
Features: Features:

View File

@@ -32,6 +32,6 @@ using System.Security;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Introduces a preconfigured container-enabled content type. Description: Introduces a preconfigured container-enabled content type.
FeatureDescription: A basic container-enabled content type. FeatureDescription: A basic container-enabled content type.
Dependencies: Contents, Containers, Navigation, Orchard.Autoroute, Orchard.ContentPicker Dependencies: Contents, Containers, Navigation, Orchard.Autoroute, Orchard.ContentPicker

View File

@@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: The localization module enables the localization of content items. Description: The localization module enables the localization of content items.
Features: Features:
Orchard.Localization: Orchard.Localization:

View File

@@ -31,6 +31,6 @@ using System.Security;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -3,7 +3,7 @@ AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.8 Version: 1.8
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
LifecycleStatus: Deprecated LifecycleStatus: Deprecated
Description: The media module offer basic media management features. It currently only supports image files. Storage goes into the current Orchard file system, which can be the server's physical file system or Azure blob storage. Description: The media module offer basic media management features. It currently only supports image files. Storage goes into the current Orchard file system, which can be the server's physical file system or Azure blob storage.
FeatureDescription: File system based media upload, storage and management. FeatureDescription: File system based media upload, storage and management.

View File

@@ -30,6 +30,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Provides enhanced Media management tools. Description: Provides enhanced Media management tools.
Features: Features:
Orchard.MediaLibrary: Orchard.MediaLibrary:

View File

@@ -31,6 +31,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -4,7 +4,7 @@ AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.8 Version: 1.8
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
LifecycleStatus: Deprecated LifecycleStatus: Deprecated
Description: UI for browsing for, uploading, or selecting an image for an HTML editor. Description: UI for browsing for, uploading, or selecting an image for an HTML editor.
Dependencies: Orchard.Media, Orchard.Resources Dependencies: Orchard.Media, Orchard.Resources

View File

@@ -31,6 +31,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: John Murdock, Sébastien Ros Author: John Murdock, Sébastien Ros
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Module for processing Media e.g. image resizing Description: Module for processing Media e.g. image resizing
Category: Media Category: Media
Dependencies: Orchard.Forms Dependencies: Orchard.Forms

View File

@@ -31,6 +31,6 @@ using System.Security;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: http://orchardproject.net
Version: 1.10.3 Version: 1.10.4
OrchardVersion: 1.10.3 OrchardVersion: 1.10.4
Description: Provides communication APIs for server farms. Description: Provides communication APIs for server farms.
Features: Features:
Orchard.MessageBus: Orchard.MessageBus:

View File

@@ -32,6 +32,6 @@ using System.Security;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.10.3")] [assembly: AssemblyVersion("1.10.4")]
[assembly: AssemblyFileVersion("1.10.3")] [assembly: AssemblyFileVersion("1.10.4")]

Some files were not shown because too many files have changed in this diff Show More