diff --git a/README.md b/README.md index 1f4146746..406974c14 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Our mission is to empower our users and foster a dedicated and diverse community ## Project Status -Orchard is currently in version **[1.10.2](https://github.com/OrchardCMS/Orchard/releases/tag/1.10.2)**: 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.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*). 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. diff --git a/src/Orchard.Core.Tests/Properties/AssemblyInfo.cs b/src/Orchard.Core.Tests/Properties/AssemblyInfo.cs index fc3e65834..7f3f64f82 100644 --- a/src/Orchard.Core.Tests/Properties/AssemblyInfo.cs +++ b/src/Orchard.Core.Tests/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Profile/Properties/AssemblyInfo.cs b/src/Orchard.Profile/Properties/AssemblyInfo.cs index 3b84ba8d9..48d75cdd8 100644 --- a/src/Orchard.Profile/Properties/AssemblyInfo.cs +++ b/src/Orchard.Profile/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Specs/Properties/AssemblyInfo.cs b/src/Orchard.Specs/Properties/AssemblyInfo.cs index e6beed236..4c974bf5a 100644 --- a/src/Orchard.Specs/Properties/AssemblyInfo.cs +++ b/src/Orchard.Specs/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Tests.Modules/Properties/AssemblyInfo.cs b/src/Orchard.Tests.Modules/Properties/AssemblyInfo.cs index 8ed5c5c76..93abfb31e 100644 --- a/src/Orchard.Tests.Modules/Properties/AssemblyInfo.cs +++ b/src/Orchard.Tests.Modules/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Tests/Properties/AssemblyInfo.cs b/src/Orchard.Tests/Properties/AssemblyInfo.cs index 0700098a9..a6fd87f02 100644 --- a/src/Orchard.Tests/Properties/AssemblyInfo.cs +++ b/src/Orchard.Tests/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.WarmupStarter/Properties/AssemblyInfo.cs b/src/Orchard.WarmupStarter/Properties/AssemblyInfo.cs index 7e32c1e56..98a269ffd 100644 --- a/src/Orchard.WarmupStarter/Properties/AssemblyInfo.cs +++ b/src/Orchard.WarmupStarter/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ using System.Security; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] // Enable web application to call this assembly in Full Trust [assembly: AllowPartiallyTrustedCallers] diff --git a/src/Orchard.Web.Tests/Properties/AssemblyInfo.cs b/src/Orchard.Web.Tests/Properties/AssemblyInfo.cs index d4b642af3..f8cfe998d 100644 --- a/src/Orchard.Web.Tests/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web.Tests/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Core/Common/Module.txt b/src/Orchard.Web/Core/Common/Module.txt index 6492113fd..927129ca8 100644 --- a/src/Orchard.Web/Core/Common/Module.txt +++ b/src/Orchard.Web/Core/Common/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The common module introduces content parts that are going to be used by most content types (common, body, identity). FeatureDescription: Core content parts. Dependencies: Settings diff --git a/src/Orchard.Web/Core/Containers/Module.txt b/src/Orchard.Web/Core/Containers/Module.txt index e123b540e..6b1e497dc 100644 --- a/src/Orchard.Web/Core/Containers/Module.txt +++ b/src/Orchard.Web/Core/Containers/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 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. Dependencies: Contents, Feeds diff --git a/src/Orchard.Web/Core/Contents/Module.txt b/src/Orchard.Web/Core/Contents/Module.txt index 06390f3d8..9d72a9db5 100644 --- a/src/Orchard.Web/Core/Contents/Module.txt +++ b/src/Orchard.Web/Core/Contents/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The contents module enables the creation of custom content types. Features: Contents diff --git a/src/Orchard.Web/Core/Dashboard/Module.txt b/src/Orchard.Web/Core/Dashboard/Module.txt index 816a6103b..ca88aa6e4 100644 --- a/src/Orchard.Web/Core/Dashboard/Module.txt +++ b/src/Orchard.Web/Core/Dashboard/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The dashboard module is providing the dashboard screen of the admininstration UI of the application. FeatureDescription: Standard admin dashboard. Category: Core diff --git a/src/Orchard.Web/Core/Feeds/Module.txt b/src/Orchard.Web/Core/Feeds/Module.txt index 92fdae22d..41e9f0e20 100644 --- a/src/Orchard.Web/Core/Feeds/Module.txt +++ b/src/Orchard.Web/Core/Feeds/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The Feeds module is providing RSS feeds to content items. FeatureDescription: RSS feeds for content items. Category: Syndication diff --git a/src/Orchard.Web/Core/Navigation/Module.txt b/src/Orchard.Web/Core/Navigation/Module.txt index b82c6afe0..a0714d5a6 100644 --- a/src/Orchard.Web/Core/Navigation/Module.txt +++ b/src/Orchard.Web/Core/Navigation/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 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. Category: Core diff --git a/src/Orchard.Web/Core/Properties/AssemblyInfo.cs b/src/Orchard.Web/Core/Properties/AssemblyInfo.cs index d82c98793..592860751 100644 --- a/src/Orchard.Web/Core/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Core/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Core/Reports/Module.txt b/src/Orchard.Web/Core/Reports/Module.txt index 2f8ed9b87..caffb90e2 100644 --- a/src/Orchard.Web/Core/Reports/Module.txt +++ b/src/Orchard.Web/Core/Reports/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The dashboard module is providing the reports screen of the application. FeatureDescription: Reports management. Category: Core diff --git a/src/Orchard.Web/Core/Scheduling/Module.txt b/src/Orchard.Web/Core/Scheduling/Module.txt index 8451a9e49..cabc3bb80 100644 --- a/src/Orchard.Web/Core/Scheduling/Module.txt +++ b/src/Orchard.Web/Core/Scheduling/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The scheduling module enables background task scheduling. FeatureDescription: Scheduled background tasks. Category: Core diff --git a/src/Orchard.Web/Core/Settings/Module.txt b/src/Orchard.Web/Core/Settings/Module.txt index 550f1426b..054a77b71 100644 --- a/src/Orchard.Web/Core/Settings/Module.txt +++ b/src/Orchard.Web/Core/Settings/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The settings module creates site settings that other modules can contribute to. FeatureDescription: Site settings. Category: Core diff --git a/src/Orchard.Web/Core/Shapes/Module.txt b/src/Orchard.Web/Core/Shapes/Module.txt index 9846ea0dd..00135e4fd 100644 --- a/src/Orchard.Web/Core/Shapes/Module.txt +++ b/src/Orchard.Web/Core/Shapes/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The shapes module contains core shape templates and display hooks. FeatureDescription: Core shape templates and display hooks. Category: Core diff --git a/src/Orchard.Web/Core/Title/Module.txt b/src/Orchard.Web/Core/Title/Module.txt index 3fb6758a7..4e6c60833 100644 --- a/src/Orchard.Web/Core/Title/Module.txt +++ b/src/Orchard.Web/Core/Title/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The title module enables content items to have titles. FeatureDescription: Title content part. Category: Core diff --git a/src/Orchard.Web/Core/XmlRpc/Module.txt b/src/Orchard.Web/Core/XmlRpc/Module.txt index 9e574d31b..1b6f0f6da 100644 --- a/src/Orchard.Web/Core/XmlRpc/Module.txt +++ b/src/Orchard.Web/Core/XmlRpc/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The XmlRpc module enables creation of contents from client applications such as LiveWriter. FeatureDescription: XML-RPC opt-in implementation. Category: Content Publishing diff --git a/src/Orchard.Web/Modules/Lucene/Module.txt b/src/Orchard.Web/Modules/Lucene/Module.txt index aa6351dff..4487ba5a9 100644 --- a/src/Orchard.Web/Modules/Lucene/Module.txt +++ b/src/Orchard.Web/Modules/Lucene/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 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. Dependencies: Orchard.Indexing diff --git a/src/Orchard.Web/Modules/Lucene/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Lucene/Properties/AssemblyInfo.cs index e1b787c1a..0ae6da770 100644 --- a/src/Orchard.Web/Modules/Lucene/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Lucene/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Markdown/Module.txt b/src/Orchard.Web/Modules/Markdown/Module.txt index 1d33bc386..960fbbe7e 100644 --- a/src/Orchard.Web/Modules/Markdown/Module.txt +++ b/src/Orchard.Web/Modules/Markdown/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The Markdown module enables rich text contents to be created using the Markdown syntax. FeatureDescription: Markdown editor. Category: Input Editor diff --git a/src/Orchard.Web/Modules/Markdown/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Markdown/Properties/AssemblyInfo.cs index 18585947d..25fff79b7 100644 --- a/src/Orchard.Web/Modules/Markdown/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Markdown/Properties/AssemblyInfo.cs @@ -26,6 +26,6 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Alias/Module.txt b/src/Orchard.Web/Modules/Orchard.Alias/Module.txt index 95d75326d..9d744c239 100644 --- a/src/Orchard.Web/Modules/Orchard.Alias/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Alias/Module.txt @@ -2,8 +2,8 @@ Name: Alias AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Maps friendly urls to specific module actions. FeatureDescription: Maps friendly urls to specific module actions. Category: Content diff --git a/src/Orchard.Web/Modules/Orchard.Alias/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Alias/Properties/AssemblyInfo.cs index e901bcb19..9117ec0db 100644 --- a/src/Orchard.Web/Modules/Orchard.Alias/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Alias/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.AntiSpam/Module.txt b/src/Orchard.Web/Modules/Orchard.AntiSpam/Module.txt index 27aae0604..83b320fd0 100644 --- a/src/Orchard.Web/Modules/Orchard.AntiSpam/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.AntiSpam/Module.txt @@ -2,8 +2,8 @@ Name: AntiSpam AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides anti-spam services to protect your content from malicious submissions. Features: Orchard.AntiSpam: diff --git a/src/Orchard.Web/Modules/Orchard.AntiSpam/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.AntiSpam/Properties/AssemblyInfo.cs index 2b4640df4..045f51c76 100644 --- a/src/Orchard.Web/Modules/Orchard.AntiSpam/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.AntiSpam/Properties/AssemblyInfo.cs @@ -29,6 +29,6 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.ArchiveLater/Module.txt b/src/Orchard.Web/Modules/Orchard.ArchiveLater/Module.txt index b3ca7adb0..88011bc81 100644 --- a/src/Orchard.Web/Modules/Orchard.ArchiveLater/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.ArchiveLater/Module.txt @@ -3,8 +3,8 @@ Path: ArchiveLater AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The ArchiveLater module introduces scheduled archiving functionality. FeatureDescription: Scheduled archiving. Category: Content diff --git a/src/Orchard.Web/Modules/Orchard.ArchiveLater/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.ArchiveLater/Properties/AssemblyInfo.cs index bdd121da0..f61f36b17 100644 --- a/src/Orchard.Web/Modules/Orchard.ArchiveLater/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.ArchiveLater/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.AuditTrail/Module.txt b/src/Orchard.Web/Modules/Orchard.AuditTrail/Module.txt index 5afd206aa..c72e2777d 100644 --- a/src/Orchard.Web/Modules/Orchard.AuditTrail/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.AuditTrail/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides a log for recording and viewing back-end changes. Features: Orchard.AuditTrail: diff --git a/src/Orchard.Web/Modules/Orchard.AuditTrail/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.AuditTrail/Properties/AssemblyInfo.cs index 938623d4b..9ad4a46df 100644 --- a/src/Orchard.Web/Modules/Orchard.AuditTrail/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.AuditTrail/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Autoroute/Module.txt b/src/Orchard.Web/Modules/Orchard.Autoroute/Module.txt index 923fd9a78..41f656a06 100644 --- a/src/Orchard.Web/Modules/Orchard.Autoroute/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Autoroute/Module.txt @@ -2,8 +2,8 @@ Name: Autoroute AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Description for the module Features: Orchard.Autoroute: diff --git a/src/Orchard.Web/Modules/Orchard.Autoroute/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Autoroute/Properties/AssemblyInfo.cs index 9cdb29490..9b874c950 100644 --- a/src/Orchard.Web/Modules/Orchard.Autoroute/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Autoroute/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Module.txt b/src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Module.txt index ad36a7f19..51266186d 100644 --- a/src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: Microsoft Open Technologies, Inc Website: http://msopentech.com -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides integration of Microsoft Azure Media Services functionality into Orchard. Features: Orchard.Azure.MediaServices: diff --git a/src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Properties/AssemblyInfo.cs index 4d5f83044..f50601b89 100644 --- a/src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Azure.MediaServices/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Azure/Module.txt b/src/Orchard.Web/Modules/Orchard.Azure/Module.txt index 7e4557e9c..ab66b76ec 100644 --- a/src/Orchard.Web/Modules/Orchard.Azure/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Azure/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides a set of Orchard service implementations targeting Microsoft Azure services. Category: Hosting Features: diff --git a/src/Orchard.Web/Modules/Orchard.Azure/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Azure/Properties/AssemblyInfo.cs index bfb6fd7a0..2ca10a118 100644 --- a/src/Orchard.Web/Modules/Orchard.Azure/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Azure/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Blogs/Module.txt b/src/Orchard.Web/Modules/Orchard.Blogs/Module.txt index 7547d80f0..baeeb8bcf 100644 --- a/src/Orchard.Web/Modules/Orchard.Blogs/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Blogs/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The Orchard Blogs module is implementing basic blogging features. FeatureDescription: A simple web log. Dependencies: Shapes, Common, Feeds, Navigation, Orchard.Widgets, Orchard.Resources, Orchard.PublishLater, Orchard.Autoroute diff --git a/src/Orchard.Web/Modules/Orchard.Blogs/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Blogs/Properties/AssemblyInfo.cs index 5eca57280..b675d38d1 100644 --- a/src/Orchard.Web/Modules/Orchard.Blogs/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Blogs/Properties/AssemblyInfo.cs @@ -29,6 +29,6 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Caching/Module.txt b/src/Orchard.Web/Modules/Orchard.Caching/Module.txt index 9d09e7690..4fb6f51f4 100644 --- a/src/Orchard.Web/Modules/Orchard.Caching/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Caching/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: Sébastien Ros Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides an API to cache business data. Features: Orchard.Caching: diff --git a/src/Orchard.Web/Modules/Orchard.Caching/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Caching/Properties/AssemblyInfo.cs index db3aa39f1..f2b7189a9 100644 --- a/src/Orchard.Web/Modules/Orchard.Caching/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Caching/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.CodeGeneration/CodeGenerationTemplates/ModuleAssemblyInfo.txt b/src/Orchard.Web/Modules/Orchard.CodeGeneration/CodeGenerationTemplates/ModuleAssemblyInfo.txt index eccd63a80..bafec8967 100644 --- a/src/Orchard.Web/Modules/Orchard.CodeGeneration/CodeGenerationTemplates/ModuleAssemblyInfo.txt +++ b/src/Orchard.Web/Modules/Orchard.CodeGeneration/CodeGenerationTemplates/ModuleAssemblyInfo.txt @@ -32,6 +32,6 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.CodeGeneration/CodeGenerationTemplates/ModuleManifest.txt b/src/Orchard.Web/Modules/Orchard.CodeGeneration/CodeGenerationTemplates/ModuleManifest.txt index 5185d6ef8..eba100105 100644 --- a/src/Orchard.Web/Modules/Orchard.CodeGeneration/CodeGenerationTemplates/ModuleManifest.txt +++ b/src/Orchard.Web/Modules/Orchard.CodeGeneration/CodeGenerationTemplates/ModuleManifest.txt @@ -3,7 +3,7 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net Version: 1.0 -OrchardVersion: 1.0 +OrchardVersion: 1.10.3 Description: Description for the module Features: $$ModuleName$$: diff --git a/src/Orchard.Web/Modules/Orchard.CodeGeneration/Module.txt b/src/Orchard.Web/Modules/Orchard.CodeGeneration/Module.txt index 5b522f4cd..49f1e87e4 100644 --- a/src/Orchard.Web/Modules/Orchard.CodeGeneration/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.CodeGeneration/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Tools to create Orchard components. FeatureDescription: Tools to create Orchard components. Category: Developer diff --git a/src/Orchard.Web/Modules/Orchard.CodeGeneration/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.CodeGeneration/Properties/AssemblyInfo.cs index 6ef2388ac..0195a9612 100644 --- a/src/Orchard.Web/Modules/Orchard.CodeGeneration/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.CodeGeneration/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Comments/Module.txt b/src/Orchard.Web/Modules/Orchard.Comments/Module.txt index 6fbc504f2..531ed84b6 100644 --- a/src/Orchard.Web/Modules/Orchard.Comments/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Comments/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 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: Orchard.Comments: diff --git a/src/Orchard.Web/Modules/Orchard.Comments/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Comments/Properties/AssemblyInfo.cs index 03426f712..8e818a49c 100644 --- a/src/Orchard.Web/Modules/Orchard.Comments/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Comments/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Conditions/Module.txt b/src/Orchard.Web/Modules/Orchard.Conditions/Module.txt index 3f2684f44..efadc97f6 100644 --- a/src/Orchard.Web/Modules/Orchard.Conditions/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Conditions/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides a rules API that evaluate to true or false. Features: Orchard.Conditions: diff --git a/src/Orchard.Web/Modules/Orchard.Conditions/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Conditions/Properties/AssemblyInfo.cs index 5d9a1ab77..2479cb057 100644 --- a/src/Orchard.Web/Modules/Orchard.Conditions/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Conditions/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.ContentPermissions/Module.txt b/src/Orchard.Web/Modules/Orchard.ContentPermissions/Module.txt index 6cdeebe07..68770e5be 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentPermissions/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.ContentPermissions/Module.txt @@ -2,8 +2,8 @@ Name: Orchard.ContentPermissions AntiForgery: enabled Author: Chris Pyle, Sébastien Ros Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Allows item-level front end view permissions. Features: Orchard.ContentPermissions: diff --git a/src/Orchard.Web/Modules/Orchard.ContentPermissions/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.ContentPermissions/Properties/AssemblyInfo.cs index a5ef8210c..ccba611d8 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentPermissions/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.ContentPermissions/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.ContentPicker/Module.txt b/src/Orchard.Web/Modules/Orchard.ContentPicker/Module.txt index 5d2a409a9..49f3441a0 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentPicker/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.ContentPicker/Module.txt @@ -2,8 +2,8 @@ Name: Orchard.ContentPicker AntiForgery: enabled Author: The Orchard Team Website: https://github.com/OrchardCMS/Orchard -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: UI for selecting Content Items. Features: Orchard.ContentPicker: diff --git a/src/Orchard.Web/Modules/Orchard.ContentPicker/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.ContentPicker/Properties/AssemblyInfo.cs index 1dbc51261..01b826c05 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentPicker/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.ContentPicker/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.ContentTypes/Module.txt b/src/Orchard.Web/Modules/Orchard.ContentTypes/Module.txt index 845244fa2..897eeaf16 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentTypes/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.ContentTypes/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: ContentTypes modules enables the creation and alteration of content types not based on code. Dependencies: Contents Category: Content diff --git a/src/Orchard.Web/Modules/Orchard.ContentTypes/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.ContentTypes/Properties/AssemblyInfo.cs index 853328e55..94977202e 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentTypes/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.ContentTypes/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.CustomForms/Module.txt b/src/Orchard.Web/Modules/Orchard.CustomForms/Module.txt index 4d32a9605..d3689b7b9 100644 --- a/src/Orchard.Web/Modules/Orchard.CustomForms/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.CustomForms/Module.txt @@ -2,8 +2,8 @@ Name: Custom Forms AntiForgery: enabled Author: The Orchard Team Website: https://github.com/OrchardCMS/Orchard -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 LifecycleStatus: Deprecated Description: Create custom forms like contact forms or content contributions. Features: diff --git a/src/Orchard.Web/Modules/Orchard.CustomForms/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.CustomForms/Properties/AssemblyInfo.cs index 22105c3cc..0c2affc51 100644 --- a/src/Orchard.Web/Modules/Orchard.CustomForms/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.CustomForms/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Dashboards/Module.txt b/src/Orchard.Web/Modules/Orchard.Dashboards/Module.txt index a0cc1164b..c116003e5 100644 --- a/src/Orchard.Web/Modules/Orchard.Dashboards/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Dashboards/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The Dashboards module enables administrators to customize the dashboard screen of the administration UI of the application. Features: Orchard.Dashboards: diff --git a/src/Orchard.Web/Modules/Orchard.Dashboards/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Dashboards/Properties/AssemblyInfo.cs index 60f37c245..50b39118c 100644 --- a/src/Orchard.Web/Modules/Orchard.Dashboards/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Dashboards/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.DesignerTools/Module.txt b/src/Orchard.Web/Modules/Orchard.DesignerTools/Module.txt index 82b9de073..2714abf44 100644 --- a/src/Orchard.Web/Modules/Orchard.DesignerTools/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.DesignerTools/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Contains designer tools to ease the Themes development process FeatureName: Shape Tracing Category: Designer diff --git a/src/Orchard.Web/Modules/Orchard.DesignerTools/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.DesignerTools/Properties/AssemblyInfo.cs index 21cb65f1f..4b7077162 100644 --- a/src/Orchard.Web/Modules/Orchard.DesignerTools/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.DesignerTools/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.DynamicForms/Module.txt b/src/Orchard.Web/Modules/Orchard.DynamicForms/Module.txt index 4171a2f19..126c9d461 100644 --- a/src/Orchard.Web/Modules/Orchard.DynamicForms/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.DynamicForms/Module.txt @@ -2,8 +2,8 @@ Name: Dynamic Forms AntiForgery: enabled Author: The Orchard Team Website: http://www.orchardproject.net/ -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Create custom forms like contact forms using layouts. Features: Orchard.DynamicForms: diff --git a/src/Orchard.Web/Modules/Orchard.DynamicForms/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.DynamicForms/Properties/AssemblyInfo.cs index d177ac8d5..1a4c86349 100644 --- a/src/Orchard.Web/Modules/Orchard.DynamicForms/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.DynamicForms/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Email/Module.txt b/src/Orchard.Web/Modules/Orchard.Email/Module.txt index be728524a..3b85a2743 100644 --- a/src/Orchard.Web/Modules/Orchard.Email/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Email/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The Email Messaging module adds Email sending functionalities. Features: Orchard.Email: diff --git a/src/Orchard.Web/Modules/Orchard.Email/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Email/Properties/AssemblyInfo.cs index fb257564d..bf8dd545f 100644 --- a/src/Orchard.Web/Modules/Orchard.Email/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Email/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Fields/Module.txt b/src/Orchard.Web/Modules/Orchard.Fields/Module.txt index 5b49f80ba..ba83a5b18 100644 --- a/src/Orchard.Web/Modules/Orchard.Fields/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Fields/Module.txt @@ -2,8 +2,8 @@ Name: Fields AntiForgery: enabled Author: Antoine Griffard, Sébastien Ros Website: https://github.com/OrchardCMS/Orchard -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Some content fields Features: Orchard.Fields: diff --git a/src/Orchard.Web/Modules/Orchard.Fields/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Fields/Properties/AssemblyInfo.cs index 8196a60da..52b49c92a 100644 --- a/src/Orchard.Web/Modules/Orchard.Fields/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Fields/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Forms/Module.txt b/src/Orchard.Web/Modules/Orchard.Forms/Module.txt index 64e362a1a..b71742701 100644 --- a/src/Orchard.Web/Modules/Orchard.Forms/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Forms/Module.txt @@ -2,8 +2,8 @@ Name: Forms AntiForgery: enabled Author: The Orchard Team Website: https://github.com/OrchardCMS/Orchard -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides a system to publish and alter html forms. Features: Orchard.Forms: diff --git a/src/Orchard.Web/Modules/Orchard.Forms/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Forms/Properties/AssemblyInfo.cs index 97ac03e22..2ddef3b03 100644 --- a/src/Orchard.Web/Modules/Orchard.Forms/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Forms/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.ImageEditor/Module.txt b/src/Orchard.Web/Modules/Orchard.ImageEditor/Module.txt index 65b91c482..29cd25331 100644 --- a/src/Orchard.Web/Modules/Orchard.ImageEditor/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.ImageEditor/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Adds a client side image editor for Media Library Features: Orchard.ImageEditor: diff --git a/src/Orchard.Web/Modules/Orchard.ImageEditor/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.ImageEditor/Properties/AssemblyInfo.cs index c9224a4e5..65717aa63 100644 --- a/src/Orchard.Web/Modules/Orchard.ImageEditor/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.ImageEditor/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.ImportExport/Module.txt b/src/Orchard.Web/Modules/Orchard.ImportExport/Module.txt index 30fa88910..a0546ca67 100644 --- a/src/Orchard.Web/Modules/Orchard.ImportExport/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.ImportExport/Module.txt @@ -3,8 +3,8 @@ Path: ImportExport AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides content item data import and export capability. Features: Orchard.ImportExport: diff --git a/src/Orchard.Web/Modules/Orchard.ImportExport/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.ImportExport/Properties/AssemblyInfo.cs index 1ce6cfd36..9e4982f8e 100644 --- a/src/Orchard.Web/Modules/Orchard.ImportExport/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.ImportExport/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Indexing/Module.txt b/src/Orchard.Web/Modules/Orchard.Indexing/Module.txt index a420e8990..4e0cd819e 100644 --- a/src/Orchard.Web/Modules/Orchard.Indexing/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Indexing/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 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. Category: Search diff --git a/src/Orchard.Web/Modules/Orchard.Indexing/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Indexing/Properties/AssemblyInfo.cs index 825e7fcc5..722a266a0 100644 --- a/src/Orchard.Web/Modules/Orchard.Indexing/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Indexing/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.JobsQueue/Module.txt b/src/Orchard.Web/Modules/Orchard.JobsQueue/Module.txt index 3b9324a9f..3b623f5e0 100644 --- a/src/Orchard.Web/Modules/Orchard.JobsQueue/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.JobsQueue/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: This module provides a jobs queue to process jobs asynchronously. Features: Orchard.JobsQueue: diff --git a/src/Orchard.Web/Modules/Orchard.JobsQueue/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.JobsQueue/Properties/AssemblyInfo.cs index 9e2e73df1..ad7a83e39 100644 --- a/src/Orchard.Web/Modules/Orchard.JobsQueue/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.JobsQueue/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Layouts/Module.txt b/src/Orchard.Web/Modules/Orchard.Layouts/Module.txt index 76e7109d2..7dec211a0 100644 --- a/src/Orchard.Web/Modules/Orchard.Layouts/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Layouts/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Category: Layout Description: Provides tools to create layouts. Features: diff --git a/src/Orchard.Web/Modules/Orchard.Layouts/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Layouts/Properties/AssemblyInfo.cs index 5b2d3e7cb..010117d5c 100644 --- a/src/Orchard.Web/Modules/Orchard.Layouts/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Layouts/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Lists/Module.txt b/src/Orchard.Web/Modules/Orchard.Lists/Module.txt index 2a277ddeb..10c7cf5a3 100644 --- a/src/Orchard.Web/Modules/Orchard.Lists/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Lists/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Introduces a preconfigured container-enabled content type. FeatureDescription: A basic container-enabled content type. Dependencies: Contents, Containers, Navigation, Orchard.Autoroute, Orchard.ContentPicker diff --git a/src/Orchard.Web/Modules/Orchard.Lists/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Lists/Properties/AssemblyInfo.cs index c35546c02..cc2ed9501 100644 --- a/src/Orchard.Web/Modules/Orchard.Lists/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Lists/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Localization/Module.txt b/src/Orchard.Web/Modules/Orchard.Localization/Module.txt index e5a2b0395..f9fd36172 100644 --- a/src/Orchard.Web/Modules/Orchard.Localization/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Localization/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The localization module enables the localization of content items. Features: Orchard.Localization: diff --git a/src/Orchard.Web/Modules/Orchard.Localization/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Localization/Properties/AssemblyInfo.cs index 357061104..a49f7422e 100644 --- a/src/Orchard.Web/Modules/Orchard.Localization/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Localization/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Media/Module.txt b/src/Orchard.Web/Modules/Orchard.Media/Module.txt index 4951bc8aa..c316cb26f 100644 --- a/src/Orchard.Web/Modules/Orchard.Media/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Media/Module.txt @@ -3,7 +3,7 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net Version: 1.8 -OrchardVersion: 1.9 +OrchardVersion: 1.10.3 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. FeatureDescription: File system based media upload, storage and management. diff --git a/src/Orchard.Web/Modules/Orchard.Media/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Media/Properties/AssemblyInfo.cs index 4dbadb875..8d0328690 100644 --- a/src/Orchard.Web/Modules/Orchard.Media/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Media/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.MediaLibrary/Module.txt b/src/Orchard.Web/Modules/Orchard.MediaLibrary/Module.txt index a12f04836..24366c824 100644 --- a/src/Orchard.Web/Modules/Orchard.MediaLibrary/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.MediaLibrary/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides enhanced Media management tools. Features: Orchard.MediaLibrary: diff --git a/src/Orchard.Web/Modules/Orchard.MediaLibrary/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.MediaLibrary/Properties/AssemblyInfo.cs index 6d8241583..83e66a7c7 100644 --- a/src/Orchard.Web/Modules/Orchard.MediaLibrary/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.MediaLibrary/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.MediaPicker/Module.txt b/src/Orchard.Web/Modules/Orchard.MediaPicker/Module.txt index 796dc6725..8806e892b 100644 --- a/src/Orchard.Web/Modules/Orchard.MediaPicker/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.MediaPicker/Module.txt @@ -4,7 +4,7 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net Version: 1.8 -OrchardVersion: 1.9 +OrchardVersion: 1.10.3 LifecycleStatus: Deprecated Description: UI for browsing for, uploading, or selecting an image for an HTML editor. Dependencies: Orchard.Media, Orchard.Resources diff --git a/src/Orchard.Web/Modules/Orchard.MediaPicker/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.MediaPicker/Properties/AssemblyInfo.cs index 739a5e9f0..b29969d09 100644 --- a/src/Orchard.Web/Modules/Orchard.MediaPicker/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.MediaPicker/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.MediaProcessing/Module.txt b/src/Orchard.Web/Modules/Orchard.MediaProcessing/Module.txt index ee955f034..c6cdefc65 100644 --- a/src/Orchard.Web/Modules/Orchard.MediaProcessing/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.MediaProcessing/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: John Murdock, Sébastien Ros Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Module for processing Media e.g. image resizing Category: Media Dependencies: Orchard.Forms \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.MediaProcessing/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.MediaProcessing/Properties/AssemblyInfo.cs index 8f9c80a09..d91e68576 100644 --- a/src/Orchard.Web/Modules/Orchard.MediaProcessing/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.MediaProcessing/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.MessageBus/Module.txt b/src/Orchard.Web/Modules/Orchard.MessageBus/Module.txt index 09d75b3a4..a935138c8 100644 --- a/src/Orchard.Web/Modules/Orchard.MessageBus/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.MessageBus/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides communication APIs for server farms. Features: Orchard.MessageBus: diff --git a/src/Orchard.Web/Modules/Orchard.MessageBus/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.MessageBus/Properties/AssemblyInfo.cs index 4cab09f17..356789001 100644 --- a/src/Orchard.Web/Modules/Orchard.MessageBus/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.MessageBus/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Migrations/Module.txt b/src/Orchard.Web/Modules/Orchard.Migrations/Module.txt index 8092cf41d..bc8b00e36 100644 --- a/src/Orchard.Web/Modules/Orchard.Migrations/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Migrations/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Data migration commands. FeatureDescription: Data migration commands. Category: Developer diff --git a/src/Orchard.Web/Modules/Orchard.Migrations/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Migrations/Properties/AssemblyInfo.cs index d9e4b568a..8f534edcd 100644 --- a/src/Orchard.Web/Modules/Orchard.Migrations/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Migrations/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Modules/Module.txt b/src/Orchard.Web/Modules/Orchard.Modules/Module.txt index 9fed1d1db..c9583221b 100644 --- a/src/Orchard.Web/Modules/Orchard.Modules/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Modules/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The Modules module enables the administrator of the site to manage the installed modules as well as activate and de-activate features. FeatureDescription: Standard module and feature management. Category: Core diff --git a/src/Orchard.Web/Modules/Orchard.Modules/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Modules/Properties/AssemblyInfo.cs index a6317a17f..ec2f3fb91 100644 --- a/src/Orchard.Web/Modules/Orchard.Modules/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Modules/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.MultiTenancy/Module.txt b/src/Orchard.Web/Modules/Orchard.MultiTenancy/Module.txt index 40586d8d3..e0d06d92c 100644 --- a/src/Orchard.Web/Modules/Orchard.MultiTenancy/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.MultiTenancy/Module.txt @@ -3,8 +3,8 @@ Path: MultiTenancy AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The multi-tenancy module enables multiple Orchard sites to run in isolation inside of a single web application, improving site density on a single server or hosted account. FeatureDescription: Configure multiple site tenants. Category: Hosting diff --git a/src/Orchard.Web/Modules/Orchard.MultiTenancy/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.MultiTenancy/Properties/AssemblyInfo.cs index 6708862b5..f7e7305cd 100644 --- a/src/Orchard.Web/Modules/Orchard.MultiTenancy/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.MultiTenancy/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.OutputCache/Module.txt b/src/Orchard.Web/Modules/Orchard.OutputCache/Module.txt index ce2313ac0..c934cd9de 100644 --- a/src/Orchard.Web/Modules/Orchard.OutputCache/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.OutputCache/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net/ -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Adds output caching functionality Features: Orchard.OutputCache: diff --git a/src/Orchard.Web/Modules/Orchard.OutputCache/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.OutputCache/Properties/AssemblyInfo.cs index 2ddc28bfd..57f93e95a 100644 --- a/src/Orchard.Web/Modules/Orchard.OutputCache/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.OutputCache/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Packaging/Module.txt b/src/Orchard.Web/Modules/Orchard.Packaging/Module.txt index 6a5afb06e..c02a58e3d 100644 --- a/src/Orchard.Web/Modules/Orchard.Packaging/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Packaging/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The packaging module enables packaging modules using the OPC format. FeatureDescription: Commands for creating/installing local modules. Category: Packaging diff --git a/src/Orchard.Web/Modules/Orchard.Packaging/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Packaging/Properties/AssemblyInfo.cs index 3047f4316..1bf71a629 100644 --- a/src/Orchard.Web/Modules/Orchard.Packaging/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Packaging/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Pages/Module.txt b/src/Orchard.Web/Modules/Orchard.Pages/Module.txt index c3d8333e2..6ac1972f7 100644 --- a/src/Orchard.Web/Modules/Orchard.Pages/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Pages/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Introduces a preconfigured page content type. FeatureDescription: A basic page content type. Dependencies: Contents, Orchard.ContentPicker, Orchard.Autoroute diff --git a/src/Orchard.Web/Modules/Orchard.Pages/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Pages/Properties/AssemblyInfo.cs index 4859f59df..563814526 100644 --- a/src/Orchard.Web/Modules/Orchard.Pages/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Pages/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Projections/Module.txt b/src/Orchard.Web/Modules/Orchard.Projections/Module.txt index f0dd29b48..c12e9a18a 100644 --- a/src/Orchard.Web/Modules/Orchard.Projections/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Projections/Module.txt @@ -2,8 +2,8 @@ Name: Projector AntiForgery: enabled Author: The Orchard Team Website: https://github.com/OrchardCMS/Orchard -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides methods to control how lists of content items are filtered and displayed Category: Content Dependencies: Orchard.Tokens, Orchard.Forms, Feeds, Title diff --git a/src/Orchard.Web/Modules/Orchard.Projections/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Projections/Properties/AssemblyInfo.cs index 090b5aa46..206f43822 100644 --- a/src/Orchard.Web/Modules/Orchard.Projections/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Projections/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Projections/Tests/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Projections/Tests/Properties/AssemblyInfo.cs index 602e1db23..94ba8ee68 100644 --- a/src/Orchard.Web/Modules/Orchard.Projections/Tests/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Projections/Tests/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.PublishLater/Module.txt b/src/Orchard.Web/Modules/Orchard.PublishLater/Module.txt index 67bb97e57..835e88725 100644 --- a/src/Orchard.Web/Modules/Orchard.PublishLater/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.PublishLater/Module.txt @@ -3,8 +3,8 @@ Path: PublishLater AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The PublishLater module introduces draft creation and scheduled publishing functionality. FeatureDescription: Draft creation and scheduled publishing. Category: Content diff --git a/src/Orchard.Web/Modules/Orchard.PublishLater/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.PublishLater/Properties/AssemblyInfo.cs index bb267cca4..8a5fa7bba 100644 --- a/src/Orchard.Web/Modules/Orchard.PublishLater/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.PublishLater/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Recipes/Module.txt b/src/Orchard.Web/Modules/Orchard.Recipes/Module.txt index 0c0228463..a9cd52ec6 100644 --- a/src/Orchard.Web/Modules/Orchard.Recipes/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Recipes/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides Orchard Recipes. FeatureDescription: Implementation of Orchard recipes. Category: Core diff --git a/src/Orchard.Web/Modules/Orchard.Recipes/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Recipes/Properties/AssemblyInfo.cs index 68c92b833..4eab54bbb 100644 --- a/src/Orchard.Web/Modules/Orchard.Recipes/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Recipes/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Redis/Module.txt b/src/Orchard.Web/Modules/Orchard.Redis/Module.txt index 3151802d1..780ec6e6a 100644 --- a/src/Orchard.Web/Modules/Orchard.Redis/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Redis/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides Redis integration with Orchard. Features: Orchard.Redis diff --git a/src/Orchard.Web/Modules/Orchard.Redis/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Redis/Properties/AssemblyInfo.cs index 9bc76b91d..1aa82adaa 100644 --- a/src/Orchard.Web/Modules/Orchard.Redis/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Redis/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Resources/Module.txt b/src/Orchard.Web/Modules/Orchard.Resources/Module.txt index 9e4d35e62..d57ef7741 100644 --- a/src/Orchard.Web/Modules/Orchard.Resources/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Resources/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.10 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides a variety of third-party client-side libraries (stylesheets and scripts) used by other modules. Priority: 5 Features: diff --git a/src/Orchard.Web/Modules/Orchard.Resources/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Resources/Properties/AssemblyInfo.cs index d2c80959c..5f5de3e50 100644 --- a/src/Orchard.Web/Modules/Orchard.Resources/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Resources/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Roles/Module.txt b/src/Orchard.Web/Modules/Orchard.Roles/Module.txt index d771c21b2..2e2b7086c 100644 --- a/src/Orchard.Web/Modules/Orchard.Roles/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Roles/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The roles module is adding the ability to assign roles to users. It's also providing a set of default roles for which other modules can define default permissions. Features: Orchard.Roles: diff --git a/src/Orchard.Web/Modules/Orchard.Roles/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Roles/Properties/AssemblyInfo.cs index 5941e561f..d8c3d5c6e 100644 --- a/src/Orchard.Web/Modules/Orchard.Roles/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Roles/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Rules/Module.txt b/src/Orchard.Web/Modules/Orchard.Rules/Module.txt index 2ac18c4d5..ffce4cccb 100644 --- a/src/Orchard.Web/Modules/Orchard.Rules/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Rules/Module.txt @@ -3,7 +3,7 @@ AntiForgery: enabled Author: The Orchard Team Website: https://github.com/OrchardCMS/Orchard Version: 1.8 -OrchardVersion: 1.9 +OrchardVersion: 1.10.3 LifecycleStatus: Deprecated Description: Provides a system to trigger actions based on events. Features: diff --git a/src/Orchard.Web/Modules/Orchard.Rules/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Rules/Properties/AssemblyInfo.cs index 0c18f0e18..fadcd30e4 100644 --- a/src/Orchard.Web/Modules/Orchard.Rules/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Rules/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Scripting.CSharp/Module.txt b/src/Orchard.Web/Modules/Orchard.Scripting.CSharp/Module.txt index 76953a296..9ea7fff88 100644 --- a/src/Orchard.Web/Modules/Orchard.Scripting.CSharp/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Scripting.CSharp/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Description for the module Features: Orchard.Scripting.CSharp: diff --git a/src/Orchard.Web/Modules/Orchard.Scripting.CSharp/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Scripting.CSharp/Properties/AssemblyInfo.cs index 77bb8aee6..2fc51c89b 100644 --- a/src/Orchard.Web/Modules/Orchard.Scripting.CSharp/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Scripting.CSharp/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Scripting.Dlr/Module.txt b/src/Orchard.Web/Modules/Orchard.Scripting.Dlr/Module.txt index 7258e278c..ff5932818 100644 --- a/src/Orchard.Web/Modules/Orchard.Scripting.Dlr/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Scripting.Dlr/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The DLR scripting module enables the possibility to execute scripts using the DLR. FeatureDescription: DLR scripting support. Dependencies: Orchard.Scripting diff --git a/src/Orchard.Web/Modules/Orchard.Scripting.Dlr/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Scripting.Dlr/Properties/AssemblyInfo.cs index 96fe938ca..b06606841 100644 --- a/src/Orchard.Web/Modules/Orchard.Scripting.Dlr/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Scripting.Dlr/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Scripting/Module.txt b/src/Orchard.Web/Modules/Orchard.Scripting/Module.txt index 7c7bb7432..9bcaba83d 100644 --- a/src/Orchard.Web/Modules/Orchard.Scripting/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Scripting/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The scripting module enables the possibility to execute scripts using a simple custom scripting language. FeatureDescription: Scripting support. Category: Scripting diff --git a/src/Orchard.Web/Modules/Orchard.Scripting/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Scripting/Properties/AssemblyInfo.cs index 7e9773f97..677377db1 100644 --- a/src/Orchard.Web/Modules/Orchard.Scripting/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Scripting/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Search/Module.txt b/src/Orchard.Web/Modules/Orchard.Search/Module.txt index 7c0e5db2d..ccbce4fc6 100644 --- a/src/Orchard.Web/Modules/Orchard.Search/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Search/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The search module enables the management of the search index and provides the front-end searching user interface. Features: diff --git a/src/Orchard.Web/Modules/Orchard.Search/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Search/Properties/AssemblyInfo.cs index 9217544fc..158670643 100644 --- a/src/Orchard.Web/Modules/Orchard.Search/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Search/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.SecureSocketsLayer/Module.txt b/src/Orchard.Web/Modules/Orchard.SecureSocketsLayer/Module.txt index ef32838ce..64ca92a85 100644 --- a/src/Orchard.Web/Modules/Orchard.SecureSocketsLayer/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.SecureSocketsLayer/Module.txt @@ -2,8 +2,8 @@ Name: Secure Sockets Layer AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: This module will ensure SSL is used when accessing specific parts of the website like the dashboard, authentication pages or custom pages. FeatureName: Secure Sockets Layer Category: Security diff --git a/src/Orchard.Web/Modules/Orchard.SecureSocketsLayer/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.SecureSocketsLayer/Properties/AssemblyInfo.cs index c70e3bc79..94d5c855c 100644 --- a/src/Orchard.Web/Modules/Orchard.SecureSocketsLayer/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.SecureSocketsLayer/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Setup/Module.txt b/src/Orchard.Web/Modules/Orchard.Setup/Module.txt index cff890148..858ec466e 100644 --- a/src/Orchard.Web/Modules/Orchard.Setup/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Setup/Module.txt @@ -1,8 +1,8 @@ Name: Setup Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The setup module is creating the application's setup experience. FeatureDescription: Standard site setup. This feature is disabled automatically once setup is over. Category: Core diff --git a/src/Orchard.Web/Modules/Orchard.Setup/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Setup/Properties/AssemblyInfo.cs index a18718ee3..d4a4dc14f 100644 --- a/src/Orchard.Web/Modules/Orchard.Setup/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Setup/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Tags/Module.txt b/src/Orchard.Web/Modules/Orchard.Tags/Module.txt index 5fb026cd6..5f3c081f9 100644 --- a/src/Orchard.Web/Modules/Orchard.Tags/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Tags/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Features: Orchard.Tags: Name: Tags diff --git a/src/Orchard.Web/Modules/Orchard.Tags/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Tags/Properties/AssemblyInfo.cs index 88d55cef8..f5d939494 100644 --- a/src/Orchard.Web/Modules/Orchard.Tags/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Tags/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.TaskLease/Module.txt b/src/Orchard.Web/Modules/Orchard.TaskLease/Module.txt index ec2e3a5ec..c20a225d6 100644 --- a/src/Orchard.Web/Modules/Orchard.TaskLease/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.TaskLease/Module.txt @@ -2,8 +2,8 @@ Name: Task Lease AntiForgery: enabled Author: The Orchard Team Website: https://github.com/OrchardCMS/Orchard -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 LifecycleStatus: Deprecated Description: Provides services to synchronize tasks in a farm environment. Category: Hosting \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.TaskLease/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.TaskLease/Properties/AssemblyInfo.cs index b23aa2f0b..02ab70b94 100644 --- a/src/Orchard.Web/Modules/Orchard.TaskLease/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.TaskLease/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Taxonomies/Module.txt b/src/Orchard.Web/Modules/Orchard.Taxonomies/Module.txt index 869bc942e..58c1305c1 100644 --- a/src/Orchard.Web/Modules/Orchard.Taxonomies/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Taxonomies/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The taxonomy module is providing custom categorization of arbitrary content types. Features: Orchard.Taxonomies: diff --git a/src/Orchard.Web/Modules/Orchard.Taxonomies/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Taxonomies/Properties/AssemblyInfo.cs index 3e12d58cc..edb400fa3 100644 --- a/src/Orchard.Web/Modules/Orchard.Taxonomies/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Taxonomies/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Templates/Module.txt b/src/Orchard.Web/Modules/Orchard.Templates/Module.txt index 8dc527a38..e6f8ca389 100644 --- a/src/Orchard.Web/Modules/Orchard.Templates/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Templates/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides a Template type that can be used to store template code and used as a shape. Features: Orchard.Templates: diff --git a/src/Orchard.Web/Modules/Orchard.Templates/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Templates/Properties/AssemblyInfo.cs index a000213e9..b6deaca59 100644 --- a/src/Orchard.Web/Modules/Orchard.Templates/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Templates/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Themes/Module.txt b/src/Orchard.Web/Modules/Orchard.Themes/Module.txt index 4dc8a2a67..076168344 100644 --- a/src/Orchard.Web/Modules/Orchard.Themes/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Themes/Module.txt @@ -3,8 +3,8 @@ AntiForgery: enabled SessionState: required Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The themes module makes it possible for Orchard applications to customize the look and feel of an Orchard web site. FeatureDescription: Basic theming capability. Category: Core diff --git a/src/Orchard.Web/Modules/Orchard.Themes/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Themes/Properties/AssemblyInfo.cs index 0ea40bdfc..bea545c3a 100644 --- a/src/Orchard.Web/Modules/Orchard.Themes/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Themes/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Tokens/Module.txt b/src/Orchard.Web/Modules/Orchard.Tokens/Module.txt index 17ba768c8..4772acc6e 100644 --- a/src/Orchard.Web/Modules/Orchard.Tokens/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Tokens/Module.txt @@ -2,8 +2,8 @@ Name: Tokens AntiForgery: enabled Author: The Orchard Team Website: https://github.com/OrchardCMS/Orchard -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides a system for performing string replacements with common site values. Features: Orchard.Tokens: diff --git a/src/Orchard.Web/Modules/Orchard.Tokens/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Tokens/Properties/AssemblyInfo.cs index 510e09596..b3d357e92 100644 --- a/src/Orchard.Web/Modules/Orchard.Tokens/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Tokens/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Tokens/Tests/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Tokens/Tests/Properties/AssemblyInfo.cs index 5ab3c800d..1c9ecd486 100644 --- a/src/Orchard.Web/Modules/Orchard.Tokens/Tests/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Tokens/Tests/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Users/Module.txt b/src/Orchard.Web/Modules/Orchard.Users/Module.txt index 072eb27c1..616bc0888 100644 --- a/src/Orchard.Web/Modules/Orchard.Users/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Users/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The users module enables user management. Features: Orchard.Users: diff --git a/src/Orchard.Web/Modules/Orchard.Users/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Users/Properties/AssemblyInfo.cs index 42ea4f3ee..a78710fb2 100644 --- a/src/Orchard.Web/Modules/Orchard.Users/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Users/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Warmup/Module.txt b/src/Orchard.Web/Modules/Orchard.Warmup/Module.txt index dc68bf4f8..4564f427d 100644 --- a/src/Orchard.Web/Modules/Orchard.Warmup/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Warmup/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides a mechanism to generate a static version of pages for being used during application warm up. FeatureDescription: Generates the static version of specific pages periodically. Category: Hosting diff --git a/src/Orchard.Web/Modules/Orchard.Warmup/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Warmup/Properties/AssemblyInfo.cs index b57f48dff..05b02d8d1 100644 --- a/src/Orchard.Web/Modules/Orchard.Warmup/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Warmup/Properties/AssemblyInfo.cs @@ -34,6 +34,6 @@ using System.Security; // CHANGE ON THIS VERSION NEEDS TO BE APPLIED ON WEB.CONFIG TOO -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Widgets/Module.txt b/src/Orchard.Web/Modules/Orchard.Widgets/Module.txt index adffd8b6b..1128be770 100644 --- a/src/Orchard.Web/Modules/Orchard.Widgets/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Widgets/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: An implementation of widgets for Orchard. FeatureDescription: An implementation of widgets. Category: Widget diff --git a/src/Orchard.Web/Modules/Orchard.Widgets/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Widgets/Properties/AssemblyInfo.cs index b99f0cf1b..147bb8b62 100644 --- a/src/Orchard.Web/Modules/Orchard.Widgets/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Widgets/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.Workflows/Module.txt b/src/Orchard.Web/Modules/Orchard.Workflows/Module.txt index 36fddabe2..bec689efd 100644 --- a/src/Orchard.Web/Modules/Orchard.Workflows/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Workflows/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Category: Workflows Description: Provides tools to create custom workflows. Features: diff --git a/src/Orchard.Web/Modules/Orchard.Workflows/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Workflows/Properties/AssemblyInfo.cs index 3af14938e..feba96dbe 100644 --- a/src/Orchard.Web/Modules/Orchard.Workflows/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Workflows/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Orchard.jQuery/Module.txt b/src/Orchard.Web/Modules/Orchard.jQuery/Module.txt index 2ab5e2062..f55a2fa21 100644 --- a/src/Orchard.Web/Modules/Orchard.jQuery/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.jQuery/Module.txt @@ -3,8 +3,8 @@ Path: Orchard.jQuery AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 LifecycleStatus: Deprecated Description: The jQuery module contains the jQuery and related script libraries. FeatureDescription: A common location for jQuery and related script libraries. diff --git a/src/Orchard.Web/Modules/Orchard.jQuery/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.jQuery/Properties/AssemblyInfo.cs index 846e92625..4cc0d2e9e 100644 --- a/src/Orchard.Web/Modules/Orchard.jQuery/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.jQuery/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/SysCache/Module.txt b/src/Orchard.Web/Modules/SysCache/Module.txt index 356cb3142..f34141250 100644 --- a/src/Orchard.Web/Modules/SysCache/Module.txt +++ b/src/Orchard.Web/Modules/SysCache/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Enables database caching using the SysCache provider. Features: SysCache: diff --git a/src/Orchard.Web/Modules/SysCache/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/SysCache/Properties/AssemblyInfo.cs index 2d46baec2..8e9a0bd3f 100644 --- a/src/Orchard.Web/Modules/SysCache/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/SysCache/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/TinyMce/Module.txt b/src/Orchard.Web/Modules/TinyMce/Module.txt index b177a79e9..cade61746 100644 --- a/src/Orchard.Web/Modules/TinyMce/Module.txt +++ b/src/Orchard.Web/Modules/TinyMce/Module.txt @@ -2,8 +2,8 @@ AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: The TinyMCE module enables rich text contents to be created using a "What You See Is What You Get" user interface. FeatureDescription: TinyMCE HTML WYSIWYG editor. Dependencies: Orchard.Resources diff --git a/src/Orchard.Web/Modules/TinyMce/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/TinyMce/Properties/AssemblyInfo.cs index 43053e1f0..fac96a577 100644 --- a/src/Orchard.Web/Modules/TinyMce/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/TinyMce/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Modules/Upgrade/Module.txt b/src/Orchard.Web/Modules/Upgrade/Module.txt index d1fa074b5..e1e547485 100644 --- a/src/Orchard.Web/Modules/Upgrade/Module.txt +++ b/src/Orchard.Web/Modules/Upgrade/Module.txt @@ -2,8 +2,8 @@ Name: Upgrade AntiForgery: enabled Author: The Orchard Team Website: http://orchardproject.net -Version: 1.10.2 -OrchardVersion: 1.9 +Version: 1.10.3 +OrchardVersion: 1.10.3 Description: Provides actions for upgrading Orchard instances Category: Developer Features: diff --git a/src/Orchard.Web/Modules/Upgrade/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Upgrade/Properties/AssemblyInfo.cs index 804d0752e..8e562b11d 100644 --- a/src/Orchard.Web/Modules/Upgrade/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Upgrade/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Security; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Properties/AssemblyInfo.cs b/src/Orchard.Web/Properties/AssemblyInfo.cs index 1ef04da0a..f1958802d 100644 --- a/src/Orchard.Web/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Themes/Properties/AssemblyInfo.cs b/src/Orchard.Web/Themes/Properties/AssemblyInfo.cs index ae40cf698..fdf4b0334 100644 --- a/src/Orchard.Web/Themes/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Themes/Properties/AssemblyInfo.cs @@ -34,5 +34,5 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Orchard.Web/Themes/SafeMode/Theme.txt b/src/Orchard.Web/Themes/SafeMode/Theme.txt index 5565f52e1..fda6ea4a7 100644 --- a/src/Orchard.Web/Themes/SafeMode/Theme.txt +++ b/src/Orchard.Web/Themes/SafeMode/Theme.txt @@ -1,6 +1,6 @@ Name: SafeMode Author: Jonathan Wall Description: The Orchard Theme for setup and failure conditions. -Version: 1.10.2 +Version: 1.10.3 Tags: hidden Website: http://www.orchardproject.net diff --git a/src/Orchard.Web/Themes/TheAdmin/Theme.txt b/src/Orchard.Web/Themes/TheAdmin/Theme.txt index d13c620d7..81b7167c1 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Theme.txt +++ b/src/Orchard.Web/Themes/TheAdmin/Theme.txt @@ -1,5 +1,5 @@ Name: The Admin -Version: 1.10.2 +Version: 1.10.3 Author: Jon Wall Tags: hidden, admin Description: The Orchard admin theme. diff --git a/src/Orchard.Web/Themes/TheThemeMachine/Theme.txt b/src/Orchard.Web/Themes/TheThemeMachine/Theme.txt index a5d403856..bc5f87fcc 100644 --- a/src/Orchard.Web/Themes/TheThemeMachine/Theme.txt +++ b/src/Orchard.Web/Themes/TheThemeMachine/Theme.txt @@ -1,7 +1,7 @@ Name: The Theme Machine Author: jowall, mibach, loudej, heskew Description: Orchard Theme Machine is a flexible multi-zone theme that provides a solid foundation to build your site. It features 20 collapsible widget zones and is flexible enough to cover a wide range of layouts. -Version: 1.10.2 +Version: 1.10.3 Tags: Awesome Website: http://orchardproject.net Zones: Header, Navigation, Featured, BeforeMain, AsideFirst, Messages, BeforeContent, Content, AfterContent, AsideSecond, AfterMain, TripelFirst, TripelSecond, TripelThird, FooterQuadFirst, FooterQuadSecond, FooterQuadThird, FooterQuadFourth, Footer diff --git a/src/Orchard/Properties/AssemblyInfo.cs b/src/Orchard/Properties/AssemblyInfo.cs index 5e68d12e4..09601e5ad 100644 --- a/src/Orchard/Properties/AssemblyInfo.cs +++ b/src/Orchard/Properties/AssemblyInfo.cs @@ -34,6 +34,6 @@ using System.Security; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Tools/MSBuild.Orchard.Tasks/Properties/AssemblyInfo.cs b/src/Tools/MSBuild.Orchard.Tasks/Properties/AssemblyInfo.cs index 6c1a1105b..1df029d5f 100644 --- a/src/Tools/MSBuild.Orchard.Tasks/Properties/AssemblyInfo.cs +++ b/src/Tools/MSBuild.Orchard.Tasks/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Tools/Orchard.Tests/Properties/AssemblyInfo.cs b/src/Tools/Orchard.Tests/Properties/AssemblyInfo.cs index e08e0c87a..ad83757b9 100644 --- a/src/Tools/Orchard.Tests/Properties/AssemblyInfo.cs +++ b/src/Tools/Orchard.Tests/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")] diff --git a/src/Tools/Orchard/Properties/AssemblyInfo.cs b/src/Tools/Orchard/Properties/AssemblyInfo.cs index 6ceb6c0d5..92e39027f 100644 --- a/src/Tools/Orchard/Properties/AssemblyInfo.cs +++ b/src/Tools/Orchard/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.10.2")] -[assembly: AssemblyFileVersion("1.10.2")] +[assembly: AssemblyVersion("1.10.3")] +[assembly: AssemblyFileVersion("1.10.3")]