-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathchangelog.yml
90 lines (90 loc) · 2.86 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
url: https://github.com/AsgardCms/Blog
versions:
"1.15.0":
added:
- Added the partial to add a thumbnail on the Post create view
- Added <code>PostWasDeleted</code> event
changed:
- Use <code>$router</code> variable in routes file
- <code>PostWasCreatedEvent</code> now gets the full post sent to it
"1.14.2":
changed:
- Auto-generate slugs on tags creation via API
"1.14.1":
changed:
- Load ckeditor using the assetPipeline
"1.14.0":
added:
- Ability to add custom data to the Post views
"1.13.0":
added:
- The <code>LatestPostsComposer</code> is bound to the array of views defined in configuration file
- Blog configuration can independently be published
changed:
- Using the <code>::class</code> notation on relations
- Dix postgres not null constraint slug issue on post create/edit view
- Adding timestamps on the post_tags relation
- Fixed tags syncing if only one tag, and it was removed
"1.12.0":
changed:
- Added calls to old() for the post content field
- Fixing form request for postgres
"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