-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
49 lines (29 loc) · 1.38 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
=== Admin Bar Publish ===
Contributors: eliorivero
Tags: publish, post, page
Stable tag: 1.0.1
Requires at least: 5.0
Tested up to: 6.6.2
License: GPLv2 or later
Extends Admin Bar by allowing to publish or draft from the front end.
== Description ==
This Plugin extends the Admin Bar by adding a button that allows to publish an entry from the front end.
If the entry is already published, the button functionality changes to allow to switch it to a draft.
Publishing the post not only changes the post status from 'draft' to 'publish'. It will run all the actions associated with publishing as if you were doing it in the WP Admin side.
= Contributing =
Contributions and suggestions are received at [the plugin repo on GitHub](https://github.com/eliorivero/admin-bar-publish).
== Installation ==
1. Install this plugin in the WP Admin by going to Plugins > Add New and searching for it.
2. Once it's installed, activate it.
3. Go to one of your draft posts. Preview it in the front end. You'll see the new button in the Admin Bar
== Frequently Asked Questions ==
= How do I contribute to this plugin? =
Contributions are welcome at [the plugin repo on GitHub](https://github.com/eliorivero/admin-bar-publish).
== Screenshots ==
1. Publish button
2. Draft button
== Changelog ==
= 1.0.1 =
* Updated libraries and test to work with WordPress 6.6.2
= 1.0.0 =
* Release date: May 20th, 2020