forked from AsgardCms/Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.yml
64 lines (64 loc) · 1.76 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
url: https://github.com/AsgardCms/Blog
versions:
"1.12.0":
changed:
- Added calls to old() for the post content field
"1.11.0":
changed:
- Use the single removal modal setup
"1.10.0":
changed:
- Manual inclusing of iCheck css file has been removed
- Adding automatic slug generation on slug fields
- Use the new datatables way of marking column not sortable
"1.9.0":
added:
- Added Russian translations
changed:
- Improving german translations
- Changing sidebar icon for the tags
"1.8.0":
added:
- Tag management
"1.7.0":
added:
- Dutch and Portuguese language
"1.6.0":
added:
- Added Chinese (Simplified) translations
"1.5.0":
changed:
- Don't show if posts is not published on latests blog posts
"1.4.0":
added:
- Spanish translations
"1.3.0":
changed:
- Use singular route parameters
"1.2.0":
changed:
- Use the helper functions in controller
- Use manual route definition over the route resource shortcut
"1.1.0":
changed:
- Adding table engine into migrations
"1.0.5":
changed:
- Fixing datatable
"1.0.4":
changed:
- Changing column ordering in index view
"1.0.3":
changed:
- Fixing typos in french translations
"1.0.2":
added:
- Using new sidebar extender class
removed:
- Old SidebarViewComposer
"1.0.1":
changed:
- Filling changelog file
"1.0.0":
changed:
- Initial release