The purpose of Scheduled Publish Module is to give the content editor the option to delay the publishing of an item for a future point in time. Thus, a page or a feature that should go live at a specific time can be created and populated in Sitecore and previewed long before it goes live without the risk of an accidental publish before the specific time. Moreover, there is no need for a content-editor to go to Sitecore and manually publish something at an inconvenient hour, e.g. a New Year’s announcement. Scheduled Publish intends to give the content-editor all features of a normal publish with the addition of automation, timing and notifications.
Updated to Sitecore 10.2
This module was built by Hedgehog few years ago and it was not updated to Sitecore 10. I forked it and updated to work with Sitecore 10.2. As part of this task,
- TDS project has been removed and converted to Sitecore Content Serialization with version 5.1.x.
- Updated the .NET version, referenced latest Sitecore nuget packages and fixed build issues.
- Updated the documentation from an old source to GitHub readme file.
- Created a Sitecore Package for installing it without the source.
- Install the following applications by downloading it from here.
- Microsoft SQL Server 2012 Data-Tier Application Framework
- SQL Server 2012 Transact-SQL ScriptDom
- SQL Server System CLR Types 11.0
- Register it using gacutil
- "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\gacutil" /i "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\SQLDB\DAC\130\Microsoft.SqlServer.TransactSql.ScriptDom.dll
- cm:
COPY --from=<sitecore_scheduled_publishing_image> \module\cm\content .\
Reference:
No comments:
Post a Comment