The latest Publisher plugin versions (2.0.8 and 2.0.9) do not work as expected.
When an entry is unpublished and I set the publish date to a past date, the entry should be automatically published after one minute. However, the entry remains in draft status even after waiting several minutes (. It only becomes published after restarting the server by running strapi develop.
When I downgrade the Publisher plugin to version 2.0.7, everything works correctly.
Could you please check this issue? Thank you.
Steps to reproduce
- Go to the Strapi Content Manager and create an entry.
- Set the publish date in the plugin to a past date (for example,
2024-01-01).
- Wait 1–2 minutes, then refresh the page.
- The entry is still in draft status.
Environment
- Node.js version: 22.22.2
- Strapi version: 5.46.1 (latest)
- Plugin version: 2.0.9
- Database: MySQL
- Operating system: macOS
server.ts file contains 'cron: enabled'
Please inform me, if you need more info.
The latest Publisher plugin versions (2.0.8 and 2.0.9) do not work as expected.
When an entry is unpublished and I set the publish date to a past date, the entry should be automatically published after one minute. However, the entry remains in draft status even after waiting several minutes (. It only becomes published after restarting the server by running
strapi develop.When I downgrade the Publisher plugin to version 2.0.7, everything works correctly.
Could you please check this issue? Thank you.
Steps to reproduce
2024-01-01).Environment
server.ts file contains 'cron: enabled'
Please inform me, if you need more info.