putyourlightson / craft-resave-expired
Resaves elements when their future post or expiry dates pass.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- php: ^8.0.2
- craftcms/cms: ^4.0
This package is auto-updated.
Last update: 2024-10-20 04:40:41 UTC
README
Resave Expired Plugin for Craft CMS
The Resave Expired plugin resaves elements when their future post or expiry dates pass. It requires a console command to be run on a regular schedule via a cron job.
This is especially useful with plugins like Scout, that sync entries to Algolia only on save. Caching plugins can also benefit from this.
Blitz already has this functionality built in, so does not require this plugin.
Documentation
Learn more and read the documentation at putyourlightson.com/plugins/resave-expired »
License
This plugin is licensed for free under the MIT License.
Requirements
This plugin requires Craft CMS 4.0.0 or later.
Installation
To install the plugin, search for “Resave Expired” in the Craft Plugin Store, or install manually using composer.
composer require putyourlightson/craft-resave-expired
Created by PutYourLightsOn.