Releases: RAHB-REALTORS-Association/Final-Countdown-WP
Releases · RAHB-REALTORS-Association/Final-Countdown-WP
v1.1.1
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
v1.1.0
Now with Shortcode! ⏱️
Installation
- Install the plugin through the WordPress Add Plugin screen directly by uploading final-countdown-block-v1.1.0.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).
- No preview in block editor.
What's Changed
- Add shortcode support by @justinh-rahb in #2
Full Changelog: v1.0.0...v1.1.0
v1.0.0
First Release! 🎉
Installation
- Install the plugin through the WordPress Add Plugin screen directly by uploading final-countdown-block-v1.0.0.zip.
- Activate the plugin through the Installed Plugins screen in WordPress.
Usage
- Add the Final Countdown block to your post or page from the block editor.
- Edit the block properties in the side panel.
Known Issues
- Date/time must be set in UTC (or your server's timezone, which is likely UTC).
- No preview in block editor.
Full Changelog: https://github.com/RAHB-REALTORS-Association/Final-Countdown-WP/commits/v1.0.0