Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@justinh-rahb justinh-rahb released this 02 May 13:36
ba590d2

Fixed: Block Editor Preview 🔎

Screenshot 2024-05-02 at 9 25 49 AM

Installation

  1. Install the plugin through the WordPress Add Plugin screen directly by uploading final-countdown-block-v1.1.1.zip.
  2. Activate the plugin through the Installed Plugins screen in WordPress.

Usage

Block Editor:

  1. Add the Final Countdown block to your post or page.
  2. Customize the countdown settings in the side panel.
    Screenshot 2024-05-02 at 9 30 26 AM

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

Full Changelog: v1.1.0...v1.1.1