-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
34 lines (25 loc) · 1.65 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
=== Post Modified Time Block ===
Contributors: richtabor
Tags: gutenberg, block, blocks, update, posts
Tested up to: 6.0
Stable tag: 0.2.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Display the last updated date of a post, for posts older than 24 hours.
== Description ==
== Installation ==
1. Upload the `post-modified-time-block` folder to your `/wp-content/plugins/` directory or alternatively upload the post-modified-time-block.zip file via the plugin page of WordPress by clicking 'Add New' and selecting the zip from your local computer.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Search for the block within the Gutenberg block editor.
== Frequently Asked Questions ==
= Where can I send feedback or ideas? =
Please reach out via the official [plugin support forum](https://wordpress.org/support/plugin/post-modified-time-block).
= Who's Rich Tabor? =
As a WordPress entrepreneur, designer and developer all wrapped up in one, [@richard_tabor](http://twitter.com/richard_tabor) is recognized as one of the top leaders in this post-Gutenberg era of WordPress. His design chops have topped the 2018 Automattic Design Awards and led him to found CoBlocks – a top-notch set of page builder blocks and tools for Gutenberg, ThemeBeans – a premier WordPress theme shop and [Iceberg](https://useiceberg.com/?utm_source=wp-org&utm_medium=post-modified-time-block&utm_campaign=readme-faq) – a markdown editor for Gutenberg.
== Changelog ==
= 0.2.0 =
* Use experimental getDateSettings to change formatting
= 0.1.1 =
* Remove excess files
= 0.1.0 =
* Initial release