=== Date Published Shortcode ===
Contributors: jonahhoj
Tags: posts, title, date, published, shortcode, publish, auto
Requires at least: 4.0
Tested up to: 5.9.2
Stable tag: 5.9.2
Requires PHP: 5.2.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Automatically puts in the date that the post was published, using the shortcode [post_published].

== Description ==

The short description really says it all. No bullshit, no complex stuff, just a simple shortcode that you can copy and paste to save a few seconds. I really made this so that I wouldn't have to glance at the date every time that I posted an article; quite lazy, I know, but automating stuff is cool, and now I at least know how to put up a plugin on the Wordpress repository.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
1. Use the Settings->Plugin Name screen to configure the plugin

== Screenshots ==

1. This is what your shortcode should look like. Really simple, just [post_published].
2. This is what it should look like on the front end.

== Changelog ==

= 0.1.0 =

The first, and probably last, change.

= 0.1.1 =

Fully up to date, thanks to a very nice tweet :)

`<?php code(); // goes in backticks ?>`