Plugin Directory

Changeset 3036152


Ignore:
Timestamp:
02/15/2024 10:23:58 AM (2 years ago)
Author:
roberthoward
Message:

update to v1.0

Location:
flipdown/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • flipdown/trunk/flipdown.php

    r3036140 r3036152  
    22/**
    33 * Plugin Name: FlipDown Countdown Timer
    4  * Version: 0.0.2
     4 * Version: 1.0.0
    55 * Plugin URI: https://github.com/dailystory/FlipDownPlugin
    66 * Description: Insert a FlipDown countdown timer into your WordPress pages or posts.
  • flipdown/trunk/readme.txt

    r3036140 r3036152  
    1 # Countdown Timer for WordPress by DailyStory
     1# Countdown Timer for WordPress
    22Contributors: dailystory, roberthoward
    33Tags: marketing, sales, automation
    44Requires at least: 4.0
    55Tested up to: 6.3
    6 Stable tag: 0.0.2
     6Stable tag: 1.0.0
    77License: GNU General Public License v2.0 or later
    88
     
    1919The FlipDown plugin makes use of a WordPress shortcode. Simply add the shortcode within your WordPress page or post using the following syntax:
    2020
    21 [[flipdown date="2023-11-27T00:00:00-0500"]]
     21[flipdown date="2023-11-27T00:00:00-0500"]
    2222
    2323You can also change the theme from dark (default) to light:
    2424
    25 [[flipdown date="2023-11-27T00:00:00-0500" theme="light"]]
     25[flipdown date="2023-11-27T00:00:00-0500" theme="light"]
    2626
    2727The data should be in the format of a JavaScript ISO date with the offset for your location. The above example creates a countdown timer for Cyber Monday on November 27, 2023.
Note: See TracChangeset for help on using the changeset viewer.