=== WP Tasks After Install ===
Contributors: oabadfol
Tags: default content, remove, starter, installation
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Stable tag: trunk
Requires at least: 3.0
Tested up to: 4.7.1

A WordPress plugin that perform some necessary tasks for after WordPress install.

== Description ==
This plugin if for use only once in each WordPress installation becouse it perform this initial task just after WordPress installation:

   * Removes the default "Hello World" post.
   * Removes the default page "Example page".
   * Changes the name and slug of Uncategorized default category to "Blog".
   * Sets the permalink structure to "%/postname%/.
   * Removes the "Hello Dolly" plugin.
   * Removes the "Akismet" plugin.
   * Disables comments and pings.
   * Deletes the wp-config-sample.php file.
   * Deletes readme.html file
   * Delete all themes except the default one.
   * Deactivates the plugin itself.
   
Note: Dont forget uninstall this plugin after finished.

More information and request: https://www.oscarabadfolgueira.com/plugins/wp-tasks-after-install

== Installation ==

1. Visit your admin section and click Plugins -> Add New.  Then search for "WP Tasks After Install”.

2. After activate, the plugin perform all tasks.

3. When finished, the plugin is deactivated. Yo need to uninstall it.

== Screenshots ==

== Changelog ==

= 1.0 =
* First version of plugin

= 1.0.1 =
* Minor change in readme.txt

= 1.0.2 =
* Added Internazionalization

= 1.0.3 =
* Some minor changes in readme file

= 1.0.4 =
* Added Spanish-Spain translation

= 1.0.5 =
* Added deletion of readme.html file.

= 1.0.6 =
* Minor fixes

= 1.0.7 =
* Add the task to remove Akismet.