forked from AsgardCms/Media
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.yml
120 lines (120 loc) · 4.05 KB
/
changelog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
url: https://github.com/AsgardCms/Media
versions:
"1.20.1":
changed:
- Re-releasing
"1.20.0":
added:
- Drag & drop on the multi file relation file
changed:
- A <code>thumbnail</code> option can be sent to the file partials to decide which thumbnail to use on display
- Added file path data attribute on the media grid popup
"1.19.0":
changed:
- Adding the publishing of the media main config file in the media module
"1.18.1":
changed:
- Fixing instantiation of the <code>RefreshThumbnailCommand</code>
"1.18.0":
changed:
- Queue closures in the <code>FileService</code> has ben extracted to a queued job
- The refresh thumbnail command now uses a queued job
"1.17.2":
added:
- Method to get the file path as a string using <code>$file->path_string</code>
"1.17.1":
changed:
- Fixed extension guessing
- Fixed file location for non images files
"1.17.0":
changed:
- Hiding the thumbnail display if file is not an image
- Fixing the filename property on the edit view
- Removed language files, they are now in the translation module
"1.16.0":
added:
- Adding the timesteamps on the morph files relation
- Adding support for local and s3 file storage!
changed:
- If file with already present filename, new unique filename will be generated instead of throwing error
"1.15.1":
changed:
- Including the Asgard js global definition
"1.15.0":
changed:
- Read the dropzone post URL from the Asgard global object
"1.14.2":
changed:
- Fixing the display of the max file size error message
"1.14.1":
changed:
- Fixed the include media pop up link to assets
"1.14.0":
changed:
- Use the new datatables way of marking column not sortable
- Use the single removal modal setup
"1.13.0":
changed:
- Allow multiple upload from media library fields on one page
- Allow media zone names to have multiple words separated with underscore
"1.12.0":
changed:
- The clic event on the <code>x</code> to unlink an image has been bound to a container to allow removal after dom generation
"1.11.0":
changed:
- Getting the correct field for the description input
- Naming the CkEditor route
"1.10.0":
added:
- Added Russian translations
"1.9.0":
added:
- Chinese Simplified language
changed:
- Setting default folder id to 0
- Fixed bug where thumbnails for images with uppercase extension wouldn't get created
"1.8.0":
added:
- Dutch and Portuguese language
"1.7.0":
added:
- Spanish translations
"1.6.0":
added:
- Added Brazilian Portuguese translations
"1.5.0":
changed:
- Added <code>$attributes</code> to validator resolver
"1.4.0":
changed:
- Use the manual route binding
"1.3.1":
changed:
- Fixing alt atribute display error
"1.3.0":
changed:
- Use the helper functions in controller
- Use manual route definition over the route resource shortcut
"1.2.0":
changed:
- Remove the <code>du</code> function usage for non *nix systems
"1.1.0":
changed:
- Adding table engine into migrations
"1.0.4":
changed:
- Change column ordering on index view
"1.0.3":
added:
- Using new sidebar extender class
removed:
- Old SidebarViewComposer
"1.0.2":
changed:
- Adding a changelog file
"1.0.1":
changed:
- Using tagged version of modules
"1.0.0":
changed:
- Initial release