Skip to content

Commit

Permalink
Merge pull request #23 from humanmade/22-version-1-2
Browse files Browse the repository at this point in the history
Version 1.2
  • Loading branch information
kucrut authored Aug 26, 2016
2 parents 59a9f35 + 4eb2c8c commit e2b6637
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ Yes, as long as you modify the code accordingly:
add_post_type_support( $type, 'unpublish' );`
}

Changelog
=======

= 1.2 =
* Protect meta key

= 1.1 =
* Move unpublish field to appear immediatly below the publish date.
* Alter schedule as post meta updates.
* Match formatting of unpublish and publish time.
* Ensure schedule is removed when posts are trashed.

Credits
=======
Created by [Human Made](https://hmn.md/) for high volume and large-scale sites. Thanks to all our [contributors](https://github.com/humanmade/Unpublish/graphs/contributors).
Expand Down
2 changes: 1 addition & 1 deletion unpublish.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Unpublish
Version: 1.1
Version: 1.2
Description: Unpublish your content
Author: Human Made Ltd
Author URI: http://hmn.md/
Expand Down

0 comments on commit e2b6637

Please sign in to comment.