Fixed: Block Editor Preview 🔎
Installation
- Install the plugin through the WordPress Add Plugin screen directly by uploading final-countdown-block-v1.1.1.zip.
- Activate the plugin through the Installed Plugins screen in WordPress.
Usage
Block Editor:
- Add the Final Countdown block to your post or page.
- Customize the countdown settings in the side panel.
Shortcode:
Use the [final_countdown]
shortcode with the following optional parameters:
due_date
: Target date and time (default: '2024-07-01T03:59:59').show_seconds
: Display seconds? 'true' or 'false' (default: 'false').end_message
: Message to display when countdown ends (default: 'It's time!').end_message_color
: End message color (default: '#333').end_message_size
: End message font size (default: '24px').dial_color
: Dial color (default: '#003A64').dial_width
: Dial width (default: '10').text_color
: Text color (default: '#333').text_size
: Text font size (default: '24px').label_color
: Label color (default: '#666').label_size
: Label font size (default: '18px').
Example:
[final_countdown due_date="2025-12-31T23:59:59" show_seconds="true" end_message="Happy New Year!" end_message_color="#ff0000" dial_color="#000000"]
Known Issues
- Date/time must be set in UTC (or your server's timezone, which is likely UTC).
What's Changed
- Add Block Editor Preview by @justinh-rahb in #3
Full Changelog: v1.1.0...v1.1.1