Releases: vaakash/git-it-write
Releases · vaakash/git-it-write
v2.0
- Fix: Disable inline URLs from being converted to link tags. (Thanks to @SienciLabs for the report)
v1.9
- Fix: Filename with multiple dots are ignored.
v1.8
- New: Error message during HTTP get/post is now logged.
- Fix: Double quotes in WordPress shortcodes are escaped.
- Fix: GitHub access token field in admin form is converted to a password field.
- Fix: Typos in readme and admin page.
v1.7
- New: Images (
_images
) can be now organized in folders.
- New: Featured image can now be set to posts.
- New: Markdown images are now wrapped with
figure
tag and added support for image caption.
- New: Image tags now have class attributes similar to WordPress editor.
- Fix: Images were not uploaded for private repositories. (Thanks to https://github.com/lukaszpiotrluczak for the contribution)
- Fix: Webhook publish request fails to upload images.
v1.6
- New: Options like comment status, page template, sticky post can now be set.
- New: New option to skip file from being published.
v1.5
- New: Post date can now be set.
- Fix: Enhancements to data escaping in the admin page.
v1.4
- Fix: Repository not found issue by adding Github authentication.
- Fix: Duplicate posts when filename has special characters.
- Fix: PHP warning when directory has no index.md file.
v1.3
- New: Support for git branches (Thanks to https://github.com/AppalachiaInteractive for the contribution)
- New: Logs directory has been changed to the uploads directory.
- Fix: Minor admin page enhancements.
v1.2
- New: Support for custom fields
- New: New shortcode attribute in
[giw_edit_link]
to automatically wrap in p
tag.
- Fix: Added permission callback for the webhook REST API.
- Fix: Minor admin UI enhancements.
v1.1
- New: Support for Parsedown extra