=== Just Now - User Friendly Date Time ===
Tags: time ago,date,time,post date,human time
Requires at least: 3.8
Tested up to: 6.8.2
Requires PHP: 5.6
Stable tag: 2.0.1
License: GPLv2 or later
Instantly convert your blog time/date to Time Ago Format such as 1 week ago or 17 minutes ago.
== Description ==
JustNow converts the datetime across your website to a user friendly version. For example, '15/08/21 21:16' might get converted to '5 minutes ago' or '4 weeks ago' depending on the time and date a user loads the page.
Supported time formats
Just Now
Seconds Ago
Minutes Ago
Hours Ago
Days Ago
Weeks Ago
Years Ago
Coming Soon
Option to add prepend or append text
Option to add a Clock icon
== Installation ==
Just install from your WordPress "Plugins > Add New" screen and all will be well. Manual installation is very straightforward as well:
1. Upload the zip file and unzip it in the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to `JustNow` in Admin Dashboard and enable the options you want.
== Changelog ==
= 1.0.0 =
* Plugin Created with support for converting basic datetime
* Option to convert comment datetime or post datetime seperately
= 1.0.1 =
* Added support for the_date filter
= 2.0.0 =
* Visual overhaul
* Security Updates
= 2.0.1 =
* Bug Fixes