Skip to content

Latest commit

 

History

History
89 lines (58 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

89 lines (58 loc) · 2.44 KB

Changelog

  • Fixed correct the url of files in the images directory
  • Fixed cannot publish post from github in _draffts
  • Fixed cannot delete post from github
  • Change github path to /_posts/$year/$postname
  • Fixed webhook error on apache server
  • Apply post_date from github
  • Friendly error message when validate webhook event
  • Friendly error message when can not import
  • Add an option to force import from github
  • Compatible with wordpress 4.8.1
  • Add index.php
  • Add Settings link on plugins page
  • Add an option of "Don't export content"
  • Fixed cannot auto export to github when change frontmatter from github
  • Don't export to github when has not changed
  • Reduce memory when import from github
  • Refactor the code to enhance stability
  • Compatible with PHP5.0
  • Add an option to ignore the author
  • Add an option to force export to github
  • Change permalink to link in frontmatter
  • Change export github commit message
  • Ignore custom post meta
  • copy image files from /images/* to wp-content/uploads/writing-on-github/images/*
  • Fixed backslash loss
  • Add post_name to post meta
  • Add ignore metas to setting
  • Transfer ownership
  • Initial version