Skip to content

Commit

Permalink
Hello, CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJ committed Apr 25, 2016
1 parent dbf877e commit 41310bb
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 53 deletions.
67 changes: 67 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Changelog

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.1
* Ensure quick-edit works with new procedure
* Quick-edit "Type" column works again!

## 2.0.0
* Improved plugin compatibility with WooThemes Sensei
* Filter post arguments vs. hook to save_post
* Add "post_type_switcher" action

## 1.7.0
* Add support for network activation

## 1.6
* Add textdomains for localization
* Load translation strings using load_plugin_textdomain()
* Before saving data chack if it's not an autosave using wp_is_post_autosave()
* Before saving data chack if it's not a revision using wp_is_post_revision()
* Security: Prevent direct access to directories
* Security: Translation strings escaping
* Add screenshots

## 1.5 - norcross
* Fix multiple quickedit dropdowns

## 1.4
* Improve handling of non-public post types

## 1.3
* Fix saving of autodrafts

## 1.2.1
* Improved WordPress 3.9 integration (added dashicon to publish metabox)

## 1.2
* Add bulk editing to supported post types
* Props Matthew Gerring for bulk edit contribution

## 1.1.1
* Add is_admin() check to prevent theme-side interference
* Change save_post priority to 999 to avoid plugin compatibility issues
* Remove ending closing php tag
* HTML and PHPDoc improvements

## 1.1
* Fix revisions being nooped
* Fix malformed HTML for some user roles
* Classificationate

## 1.0
* Fix JS bugs
* Audit post save bail conditions
* Tweak UI for WordPress 3.3

## 0.3
* Use the API to change the post type, fixing a conflict with persistent object caches
* No longer requires JavaScript

## 0.2
* Disallow post types that are not public and do not have a visible UI

## 0.1
* Release
53 changes: 0 additions & 53 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,56 +53,3 @@ It should not. This plugin only changes the 'post_type' property of a post.
1. "Type" column in "Posts" screen.
2. "Post Type" interface in "Quick Edit".
3. "Post Type" interface in "Edit Post" screen.

## Changelog

### Version 1.6
* Add textdomains for localization
* Load translation strings using load_plugin_textdomain()
* Before saving data chack if it's not an autosave using wp_is_post_autosave()
* Before saving data chack if it's not a revision using wp_is_post_revision()
* Security: Prevent direct access to directories
* Security: Translation strings escaping
* Add screenshots

### Version 1.5 - norcross
* Fix multiple quickedit dropdowns

### Version 1.4
* Improve handling of non-public post types

### Version 1.3
* Fix saving of autodrafts

### Version 1.2.1
* Improved WordPress 3.9 integration (added dashicon to publish metabox)

### Version 1.2
* Add bulk editing to supported post types
* Props Matthew Gerring for bulk edit contribution

### Version 1.1.1
* Add is_admin() check to prevent theme-side interference
* Change save_post priority to 999 to avoid plugin compatibility issues
* Remove ending closing php tag
* HTML and PHPDoc improvements

### Version 1.1
* Fix revisions being nooped
* Fix malformed HTML for some user roles
* Classificationate

### Version 1.0
* Fix JS bugs
* Audit post save bail conditions
* Tweak UI for WordPress 3.3

### Version 0.3
* Use the API to change the post type, fixing a conflict with persistent object caches
* No longer requires JavaScript

### Version 0.2
* Disallow post types that are not public and do not have a visible UI

### Version 0.1
* Release

0 comments on commit 41310bb

Please sign in to comment.