Medium / medium-wordpress-plugin

The official WordPress plugin for cross-posting to Medium.
https://medium.com
Apache License 2.0
210 stars 40 forks source link

Fix bugs causing posts to be pushed to Medium incorrectly #25

Closed frankiejarrett closed 8 years ago

frankiejarrett commented 8 years ago

@majelbstoat Fixes #17 and #23

Adds a filter for allowed post types array, only allow post by default.

This will safely ignore all the other default post types.

frankiejarrett commented 8 years ago

@majelbstoat So, as it turns out, I believe just adding a $allowed_post_types array solves all the things.

majelbstoat commented 8 years ago

Once you've made those two changes, can you squash down to a single commit with a meaningful name, and then we should be good.

majelbstoat commented 8 years ago

I would like to finalise submission to the plugins db today, so I'm going to do up a quick patch that incorporates this change, and adds you to the contributor list, @fjarrett. Thanks for all the research!

majelbstoat commented 8 years ago

Covered by #27.