-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
52 lines (34 loc) · 1.49 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
=== GitStatusPress ===
Contributors: kmgalanakis
Donate link: https://github.com/kmgalanakis
Tags: git, status, plugins, version, last pulled, git branch, branch
Requires at least: 3.7
Tested up to: 4.7
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Get an Admin Toolbar menu that contains all the installed plugin that are installed using git along with relevant information for each one.
== Description ==
Get an Admin Toolbar menu that contains all the installed plugin that are installed using git along with relevant information for each one.
== Installation ==
1. Upload the 'gitstatuspress' to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= Does the plugin also work on the frontend? =
Yes, the plugin performs the same way in frontend as it does on the backend.
= Do I have to do anything specific to make the plugin work? =
No, you don't have to do anything specific. Just enable the plugin and you will notice a new menu named after "GitStatusPress" on your admin toolbar. If you have installed any plugins to your WordPress instance using git, then the relevant information will appear under that admin toolbar menu.
== Screenshots ==
1. GitStatusPress admin toolbar view.
== Changelog ==
= 1.0.1 =
* Release date: 2016-12-22
* Minor fixes
= 1.0 =
* Release date: 2016-12-13
* Initial release.
== Upgrade Notice ==
= 1.0 =
Initial release.
= 1.0.1 =
* Minor fixes