/developer

In your WordPress, developing locally

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

=== Developer ===
Contributors: automattic, batmoo, Viper007Bond, nbachiyski, tott, danielbachhuber, betzster, nprasath002
Tags: developer, development, local
Requires at least: 3.4
Tested up to: 3.4.1
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A plugin, which helps WordPress developers develop.

== Description ==

A plugin, which helps WordPress developers develop.

This plugin will help you optimize your development environment by making sure that you have all the essential tools and plugins installed.

If you'd like to check out the code and contribute, [join us on GitHub](https://github.com/Automattic/developer). Pull requests are more than welcome!

We would like to thank Ejner Galaz for letting us use the `developer` slug in the WordPress.org plugin repository.

== Installation ==

1. Upload the `developer` folder to your plugins directory (e.g. `/wp-content/plugins/`)
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Follow the instructions

== Frequently Asked Questions ==

= Why are there no FAQs besides this one? =

Because you haven't asked one yet.

== Screenshots ==

1. On activation, the plugin prompts you to specify what type of developer you are. This is used to configure the plugins checks.
2. On activation, the plugin does a quick check to see if you have essential developer plugins installed.
3. With one click you can install and activate the plugin.
4. The plugin's settings page (Settings > Developer) will check to make sure your environment is correctly configured, including plugins, constants, and other settings.

== Changelog ==

= 1.1 (??? ??, 2012) =
* New "WP.org Theme" project type for developers building themes for self-hosted installs
* John Blackbourn's [User Switching](http://wordpress.org/extend/plugins/user-switching/) is now a recommended plugin for all projects.

= 1.0 =
* Initial Release