Skip to content

Releases: talvbansal/media-manager

Drag and drop to upload

11 Jun 15:13
Compare
Choose a tag to compare
  • Add drag and drop to upload files via Dropzone JS
  • Added configurable disks to store and load content from
  • Added configureable middleware
  • Documentation update
  • Updated code to work with PHP 7.1
  • Re wrote large chunks of the code base to make use of ES6

Breaking Change

  • This release changes the name of the close event from "close" to "media-modal-close", the documentation has been updated to reflect this change.

v2.0.2

29 Nov 12:21
Compare
Choose a tag to compare
  • Finally able to minify assets thanks to update to webpack
  • Fixed bug with date filter failing and failing back to showing todays date for all dates within the browser

v2.0.0

19 Oct 09:26
Compare
Choose a tag to compare
  • Updated project dependencies to use vue.js v2.0.x
  • Large documentation update.

v1.1.0

19 Oct 09:00
Compare
Choose a tag to compare
  • Documentation update
  • Changed routes method name to TalvBansal\MediaManager\Routes::get();
  • Final vue.js 1.x release

v1.0.6

29 Sep 20:29
Compare
Choose a tag to compare
  • Add a place holder in the sidebar for non image items
  • Calculating the number of items in a folder is done in PHP instead of Javascript now

v1.0.5

28 Sep 15:35
Compare
Choose a tag to compare
  • Fixed issues with filenames and paths that have spaces in them
  • Added Travis CI tests for PHP 7.1

v1.0.4

27 Sep 21:45
Compare
Choose a tag to compare
  • Files and folders can now be selected using the "Enter" key
  • Errors for create folder and rename item are displayed within the modal window

Modal window style update

26 Sep 13:03
Compare
Choose a tag to compare
  • Update modal windows to use bootstraps classes to feel more integrated into a wider set of applications

Style Update

26 Sep 10:05
Compare
Choose a tag to compare
  • Added a confirm dialog when deleting items
  • Lots of minor style and UI updates

Initial Release

22 Sep 15:15
Compare
Choose a tag to compare

The initial release written as a Laravel package with vue.js components

This initial release has the following features:

  • Navigate directories
  • Upload new files
  • Create new folders
  • Rename items
  • Move items
  • Delete items