Maintenance release and bugs fixes
- The image upload no longer use jQuery.AjaxFileUpload.js but using Bootstrap file upload. Credit @ProjectPatatoe
- Translation improvements. Credit @fabianosantosnet
- The
$p->video
now return the video link only, to get the video ID we can useget_video_id($p->video);
and call it from the theme.
For Upgrade Only
If you are not using theme shipped with HTMLy source code, please download the updated version. If you already modify the theme and don't want your changes to be lost, simply update the <?php echo $p->video;?>
to <?php echo get_video_id($p->video); ?>
in main.html.php
and post.html.php
.