This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
56 lines (37 loc) · 1.61 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
=== Milestone ===
Contributors: fergbrain
Donate link:http://andrewferguson.net/donate
Tags: countdown, timer, milestone
Requires at least: 3.4
Tested up to: 3.4
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Milestone clone for self hosted WordPress installations. Counts down to a big event and then displays a message!
== Description ==
This is a clone of the Milestone widget seen on WordPress.com. This uses the same CSS styling and should be more or less functionally equivalent to the plugin. However, this is not the official Milestone plugin.
== Installation ==
* Install the plugin using your preferred method of choice. Using the built-in WordPress installer is the preferred choice, but you can also do things the hard/manual way by extracting the zip file and droping the contents in the wp-content/plugins/ directory of your WordPress installation.</span>
* Activate Milestone.
* Add Milestone in the widget area, then configure the date to count down to.</ol>
== Screenshots ==
1. Widget Interface
2. Example on Blog
== Frequently Asked Questions ==
= Is this the exact same plugin on WordPress.com? =
No, this is a clone that I made from scratch with the exception of the CSS.
== Upgrade Notice ==
= 1.0 =
Fixes a missing DIV that was causing some wonkiness in themes.
= 0.9 =
First release
== Changelog ==
= 1.0 =
Release date: 10/14/2012
* Bug fix: missing DIV
* Language: Added German translation, thanks to Philipp Wellmer
* Language: Uses WordPress date_i18n localization
* Under the hood: unit testing
= 0.9 =
Release date: 8/20/2012
* First public release