# Postpone

A simple WordPress plugin that lets you choose if you want to schedule a post in 1 hour, Tomorrow 8 am, Tomorrow after lunch, Tonight, Next monday or Next month.

![Postpone](https://s3.amazonaws.com/f.cl.ly/items/1Q3v0C0W010i1v3g1q2g/Screen%20Recording%202015-04-03%20at%2004.59%20em.gif)

## Install from [WordPress Plugin directory](https://wordpress.org/plugins/postpone/)
1. Install plugin from the [WordPress Plugin directory](https://wordpress.org/plugins/postpone/)

## Install via [WordPress Packagist](http://wpackagist.org/)
1. Add ``"wpackagist-plugin/postpone": "*"`` to your composer.json
3. Run ``composer.phar update``
4. Postpone are installed to ``wp-content/plugins/``

## Install directly via Composer
	
	composer require urre/postpone

## Install manually
1. Download [zip](https://github.com/urre/postpone/archive/master.zip) and extract
2. Rename the folder from `postpone-master` to `postpone`
3. Upload the plugin to your plugins directory
4. Activate the plugin

## Uninstall
1. Deactivate plugin

## Translations
Postpone is available in:

+ English
+ Swedish

## Changelog
+ 1.0.0: Release
+ 0.1.0: First version in repo