-
Notifications
You must be signed in to change notification settings - Fork 17
/
changelog.yml
81 lines (81 loc) · 2.52 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
url: https://github.com/AsgardCms/AdminLTE
versions:
"1.15.1":
changed:
- Setting CkEditor config <code>config.allowedContent</code> to true, allowing classes to be added
"1.15.0":
added:
- Adding simpleMDE editor
"1.14.0":
added:
- Adding meta tag with csrf token
"1.13.0":
added:
- Keyboard shortcut <code>F1</code>, which will open the documentation of AsgardCms.
"1.12.1":
changed:
- Extracting the Asgard javascript global definition to a partial
"1.12.0":
added:
- Dropzone post url in Asgard global object
"1.11.0":
added:
- Init pace.js for ajax requests
"1.10.1":
changed:
- Updating the <code>jquery.slug</code> script
"1.10.0":
changed:
- Cleaning up the asset management
"1.9.1":
changed:
- Made the right-sidebar hidden until it'll be needed for content
"1.9.0":
changed:
- Fixed the slugify script to work for multiple language inputs
"1.8.0":
changed:
- Styling the notifications
"1.7.0":
changed:
- Extracting notifications area to partial in notifications module
- Sending the User id to the pusher notifications jquery plugin
"1.6.0":
added:
- Section in header for notifications
changed:
- Updated to latest AdminLTE version (3.2.2)
- Upgrading Elixir version
- Using new Elixir custom task
- Moving assets to new expected location for Elixir 3
- Removing hardcoded backend URI in Ckeditor config file
"1.5.0":
changed:
- Allow installation in sub folder
- Upgrading data tables
"1.4.0":
changed:
- Adding site name to titles in administration
"1.3.0":
changed:
- Translating the top-nav
"1.2.0":
added:
- Changelog file
changed:
- Automatic determination as to whether the current tab has form errors
"1.1.0":
changed:
- Making the skin configurable
"1.0.3":
changed:
- Adding a dynamic application version in admin footer
"1.0.2":
changed:
- Using new sidebar variable, no need to render in view
"1.0.1":
changed:
- Sisyphus, only work based on the current URI
"1.0.0":
changed:
- Initial release