mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-19 01:57:55 +08:00
fix for #6330
Changed extension manifests to use “orchardproject.net” as the Website
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Name: Orchard.ContentPicker
|
||||
AntiForgery: enabled
|
||||
Author: The Orchard Team
|
||||
Website: https://github.com/OrchardCMS/Orchard
|
||||
Website: http://www.orchardproject.net
|
||||
Version: 1.10
|
||||
OrchardVersion: 1.9
|
||||
Description: UI for selecting Content Items.
|
||||
|
@@ -1,7 +1,7 @@
|
||||
Name: Custom Forms
|
||||
AntiForgery: enabled
|
||||
Author: The Orchard Team
|
||||
Website: https://github.com/OrchardCMS/Orchard
|
||||
Website: http://www.orchardproject.net
|
||||
Version: 1.10
|
||||
OrchardVersion: 1.9
|
||||
LifecycleStatus: Deprecated
|
||||
|
@@ -1,7 +1,7 @@
|
||||
Name: Fields
|
||||
AntiForgery: enabled
|
||||
Author: Antoine Griffard, S<>bastien Ros
|
||||
Website: https://github.com/OrchardCMS/Orchard
|
||||
Author: Antoine Griffard, S<>bastien Ros
|
||||
Website: http://www.orchardproject.net
|
||||
Version: 1.10
|
||||
OrchardVersion: 1.9
|
||||
Description: Some content fields
|
||||
|
@@ -1,7 +1,7 @@
|
||||
Name: Forms
|
||||
AntiForgery: enabled
|
||||
Author: The Orchard Team
|
||||
Website: https://github.com/OrchardCMS/Orchard
|
||||
Website: http://www.orchardproject.net
|
||||
Version: 1.10
|
||||
OrchardVersion: 1.9
|
||||
Description: Provides a system to publish and alter html forms.
|
||||
|
@@ -1,7 +1,7 @@
|
||||
Name: Projector
|
||||
AntiForgery: enabled
|
||||
Author: The Orchard Team
|
||||
Website: https://github.com/OrchardCMS/Orchard
|
||||
Website: http://www.orchardproject.net
|
||||
Version: 1.10
|
||||
OrchardVersion: 1.9
|
||||
Description: Provides methods to control how lists of content items are filtered and displayed
|
||||
|
@@ -1,7 +1,7 @@
|
||||
Name: Rules
|
||||
AntiForgery: enabled
|
||||
Author: The Orchard Team
|
||||
Website: https://github.com/OrchardCMS/Orchard
|
||||
Website: http://www.orchardproject.net
|
||||
Version: 1.8
|
||||
OrchardVersion: 1.9
|
||||
LifecycleStatus: Deprecated
|
||||
@@ -11,4 +11,4 @@ Features:
|
||||
Name: Rules
|
||||
Description: Provides a system to trigger actions based on events.
|
||||
Dependencies: Orchard.Tokens, Orchard.Scripting, Orchard.Forms
|
||||
Category: Rules
|
||||
Category: Rules
|
||||
|
@@ -1,9 +1,9 @@
|
||||
Name: Task Lease
|
||||
AntiForgery: enabled
|
||||
Author: The Orchard Team
|
||||
Website: https://github.com/OrchardCMS/Orchard
|
||||
Website: http://www.orchardproject.net
|
||||
Version: 1.10
|
||||
OrchardVersion: 1.9
|
||||
LifecycleStatus: Deprecated
|
||||
Description: Provides services to synchronize tasks in a farm environment.
|
||||
Category: Hosting
|
||||
Category: Hosting
|
||||
|
@@ -1,7 +1,7 @@
|
||||
Name: Tokens
|
||||
AntiForgery: enabled
|
||||
Author: The Orchard Team
|
||||
Website: https://github.com/OrchardCMS/Orchard
|
||||
Website: http://www.orchardproject.net
|
||||
Version: 1.10
|
||||
OrchardVersion: 1.9
|
||||
Description: Provides a system for performing string replacements with common site values.
|
||||
@@ -11,7 +11,7 @@ Features:
|
||||
Description: Provides a system for performing string replacements with common site values.
|
||||
Category: Content
|
||||
Orchard.Tokens.Feeds:
|
||||
Name: Feeds Tokens
|
||||
Name: Feeds Tokens
|
||||
Description: Provides a content part to customize RSS fields based on tokens.
|
||||
Category: Content
|
||||
Dependencies: Orchard.Tokens, Feeds
|
||||
|
Reference in New Issue
Block a user