Skip to content

Releases: RAHB-REALTORS-Association/Final-Countdown-WP

v1.1.1

02 May 13:36
ba590d2
Compare
Choose a tag to compare

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

v1.1.0

01 May 18:32
23c9c07
Compare
Choose a tag to compare

Now with Shortcode! ⏱️

Screenshot 2024-04-30 at 8 48 37 PM

Installation

  1. Install the plugin through the WordPress Add Plugin screen directly by uploading final-countdown-block-v1.1.0.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-01 at 10 32 05 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).
  • No preview in block editor.

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

01 May 13:45
b0a0d0a
Compare
Choose a tag to compare

First Release! 🎉

Screenshot 2024-04-30 at 8 48 37 PM

Installation

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

Usage

  1. Add the Final Countdown block to your post or page from the block editor.
  2. Edit the block properties in the side panel.
    Screenshot 2024-05-01 at 10 32 05 AM

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