Skip to content

Releases: themsaid/wink

v0.2

09 Mar 15:40
5453169
Compare
Choose a tag to compare

Support Laravel 7

v0.1

05 Sep 17:57
dbfcc41
Compare
Choose a tag to compare

Support Laravel 6

v0.0.13

07 Mar 11:10
Compare
Choose a tag to compare
  • Fixed user avatar uploader

v0.0.12

28 Jan 06:47
Compare
Choose a tag to compare
  • Added the ability to crop uploaded images.
  • Enhanced the style of the Unsplash modal.
  • Auto save post after changing the featured image.

v0.0.11

11 Jan 08:35
Compare
Choose a tag to compare
  • Fixed code blocks style in dark theme.
  • Fixed hr style in Editor.
  • Only auto save when post body changes. Before it was saving if anything in the post object changes.
  • Auto assign a friendly slug while saving if the current slug is "draft-*".

v0.0.10

09 Jan 07:42
Compare
Choose a tag to compare
      fix double saving new posts

v0.0.9

08 Jan 19:06
Compare
Choose a tag to compare
    fix logout link

v0.0.8

08 Jan 15:32
Compare
Choose a tag to compare
  • Supported Dark Mode.
  • Fixed logout link.
  • Supported inline code.
  • Fixed uploads for S3.
  • Allowed publish date to be in the past.

v0.0.7

01 Dec 11:35
Compare
Choose a tag to compare
  • Removed jQuery.
  • Added ability to define the path for file uploads.
  • Added Clear button to the filters Dropdown.

v0.0.6

18 Nov 14:49
Compare
Choose a tag to compare
  • Housekeeping by @lucasmichot ❤️
  • Implemented text search in posts/pages/tags/authors by @diaafares ❤️
  • Fixed OpenGraph image display on first post by @conroyp ❤️
  • Password and Remember Token are now hidden in API responses by @bilias23 ❤️
  • Added filter by status in posts screen by @iamsanjit ❤️