Skip to content
readme.txt 3.5 KiB
Newer Older
John James Jacoby's avatar
John James Jacoby committed
=== WP User Profiles ===
John James Jacoby's avatar
John James Jacoby committed
Contributors: johnjamesjacoby, stuttter
John James Jacoby's avatar
John James Jacoby committed
Tags: users, user, profile, edit, metabox
Requires at least: 4.4
John James Jacoby's avatar
John James Jacoby committed
Tested up to: 4.4
Stable tag: 0.2.0
John James Jacoby's avatar
John James Jacoby committed
License: GPLv2 or later
John James Jacoby's avatar
John James Jacoby committed
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
John James Jacoby's avatar
John James Jacoby committed

== Description ==

John James Jacoby's avatar
John James Jacoby committed
WP User Profiles is a sophisticated way to edit users in WordPress.
John James Jacoby's avatar
John James Jacoby committed

= Also checkout =

John James Jacoby's avatar
John James Jacoby committed
* [WP Chosen](https://wordpress.org/plugins/wp-chosen/ "Make long, unwieldy select boxes much more user-friendly.")
John James Jacoby's avatar
John James Jacoby committed
* [WP Pretty Filters](https://wordpress.org/plugins/wp-pretty-filters/ "Makes post filters better match what's already in Media & Attachments.")
* [WP Event Calendar](https://wordpress.org/plugins/wp-event-calendar/ "The best way to manage events in WordPress.")
* [WP Media Categories](https://wordpress.org/plugins/wp-media-categories/ "Add categories to media & attachments.")
John James Jacoby's avatar
John James Jacoby committed
* [WP Term Meta](https://wordpress.org/plugins/wp-term-meta/ "Metadata, for taxonomy terms.")
* [WP Term Order](https://wordpress.org/plugins/wp-term-order/ "Sort taxonomy terms, your way.")
* [WP Term Authors](https://wordpress.org/plugins/wp-term-authors/ "Authors for categories, tags, and other taxonomy terms.")
* [WP Term Colors](https://wordpress.org/plugins/wp-term-colors/ "Pretty colors for categories, tags, and other taxonomy terms.")
* [WP Term Icons](https://wordpress.org/plugins/wp-term-icons/ "Pretty icons for categories, tags, and other taxonomy terms.")
John James Jacoby's avatar
John James Jacoby committed
* [WP Term Visibility](https://wordpress.org/plugins/wp-term-visibility/ "Visibilities for categories, tags, and other taxonomy terms.")
John James Jacoby's avatar
John James Jacoby committed
* [WP User Groups](https://wordpress.org/plugins/wp-user-groups/ "Group users together with taxonomies & terms.")
* [WP User Activity](https://wordpress.org/plugins/wp-user-activity/ "The best way to log activity in WordPress.")
John James Jacoby's avatar
John James Jacoby committed
* [WP User Avatars](https://wordpress.org/plugins/wp-user-avatars/ "Allow users to upload avatars or choose them from your media library.")
John James Jacoby's avatar
John James Jacoby committed

== Screenshots ==

John James Jacoby's avatar
John James Jacoby committed
1. Profile
2. Account
3. Options
4. Permissions
John James Jacoby's avatar
John James Jacoby committed

== Installation ==

* Download and install using the built in WordPress plugin installer.
* Activate in the "Plugins" area of your admin by clicking the "Activate" link.
* No further setup or configuration is necessary.

== Frequently Asked Questions ==

= Does this work with multisite? =

John James Jacoby's avatar
John James Jacoby committed
Yes.
John James Jacoby's avatar
John James Jacoby committed
= Can I add my own sections? =
John James Jacoby's avatar
John James Jacoby committed
Yes. There are a filters you can use to add or remove sections and their metaboxes.
John James Jacoby's avatar
John James Jacoby committed

= Where can I get support? =

Michael Beil's avatar
Michael Beil committed
The WordPress support forums: https://wordpress.org/support/plugin/wp-user-profiles.
John James Jacoby's avatar
John James Jacoby committed

= Where can I find documentation? =

Michael Beil's avatar
Michael Beil committed
http://github.com/stuttter/wp-user-profiles
John James Jacoby's avatar
John James Jacoby committed

== Changelog ==

= 0.2.0 =
* Simplify metabox registration
* Add actions for metabox sections
* Introduce `edit_profile` meta capability
* Improve load order of files
* Improve support for IS_PROFILE_PAGE
* Improve support for network & user dashboards
* Prevent access to old profile pages (user-edit.php, profile.php, etc...)
John James Jacoby's avatar
John James Jacoby committed
= 0.1.10 =
* Improve user dashboard support

= 0.1.9 =
* Fix user-profile script loader issue on network & user dashboards

John James Jacoby's avatar
John James Jacoby committed
= 0.1.8 =
* Repackage of 0.1.7 to fix typos

John James Jacoby's avatar
John James Jacoby committed
= 0.1.7 =
John James Jacoby's avatar
John James Jacoby committed
* Add support for network & user dashboards
* Improve support for WordPress 4.3 & 4.4
John James Jacoby's avatar
John James Jacoby committed

John James Jacoby's avatar
John James Jacoby committed
= 0.1.6 =
* Improve metaboxes for 

John James Jacoby's avatar
John James Jacoby committed
= 0.1.5 =
* Add support for third party sections

John James Jacoby's avatar
John James Jacoby committed
= 0.1.4 =
* Update scripts & reprioritize actions

= 0.1.3 =
* Add support user-status updating

John James Jacoby's avatar
John James Jacoby committed
= 0.1.2 =
* Updated description

John James Jacoby's avatar
John James Jacoby committed
= 0.1.1 =
* Updated documentation

John James Jacoby's avatar
John James Jacoby committed
= 0.1.0 =
* Initial release