forked from jazzsequence/WordPress-Admin-Help
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
66 lines (44 loc) · 2.54 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
=== AH-O₂ ===
Contributors: jazzs3quence, ninnypants, brainfork, mdbitz, trishasalas, ubernaut
Tags: Admin Help, WordPress Help, WordPress 4.0, help
Requires at least: 3.6
Tested up to: 3.8.1
Stable tag: 0.3
Breathing new life into WordPress admin help. An experimental feature plugin intended for WordPress 4.0.
== Description ==
Rethinking how WordPress handles help in the admin. Be sure and check the Changelog and FAQ for what's been added and where.
This plugin is currently a work-in-progress. For the latest, bleeding-edge updates, check out the Github repo: https://github.com/jazzsequence/WordPress-Admin-Help
== Installation ==
1. Upload the plugin to the `/wp-content/plugins/` directory or use the WordPress plugin installer
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Enable help tooltips from your Your Profile page.
1. Go back to the Plugins page. You should have a tooltip when you hover over the Add New button.
1. Report any issues or feature requests [here](https://github.com/jazzsequence/WordPress-Admin-Help/issues)
== Frequently Asked Questions ==
= It's not doing anything. =
Most of what this plugin does (currently) is behind the scenes. We're working on adding new areas for tooltips to appear on hover and new help overviews that will appear at the top of every page.
= How do I use it? =
Enable help tooltips from your Edit Profile page. The only page that currently has any tooltips activated is Plugins; you should have a tooltip when you hover over the Add New button.
Report any issues or feature requests [here](https://github.com/jazzsequence/WordPress-Admin-Help/issues)
= How do I submit documentation/get involved? =
We'd love it if you could join our weekly meetings in #wordpress-sfd on Freenode. You can also catch up on what we're doing on http://make.wordpress.org/docs/tag/admin-help/
== Screenshots ==
Not yet.
== Changelog ==
= 0.3 =
* updated banners
* fixes help overview styling
* allows overviews to be controlled by the profile setting
* Remove concat action and setup all tooltip content in the adminhelp-{page}.js file
* Remove unused actions
* new tooltips added to Posts page
* separated tooltip content into individual files by slug
= 0.2 =
* Move script enqueueing into the actual enqueue_script function
* Fix tooltip selectors
* adds banners for WordPress.org
= 0.1 =
* Initial release on WordPress.org. Adds a tooltip on hover for the "Add New" button on the Plugins page
== Upgrade Notice ==
= 0.1 =
This release *only* adds a tooltip on hover for the "Add New" button on the Plugins page.