changelog.yml 1.39 KB
Newer Older
1
url: https://github.com/AsgardCms/Platform
2
versions:
3
    "2.6.0":
Nicolas Widart's avatar
Nicolas Widart committed
4 5
        changed:
            - Refactored the Translation controller for clean code
6
    "2.5.1":
7 8 9
        removed:
            - Blog module translations were moved from the Translation module to the Blog module
            - Block module translations were moved from the Translation module to the Block module
10
    "2.5.0":
11 12
        added:
            - New cache driver specifically for translations, making translations always cached
13 14 15
        changed:
            - Using the @push js stacks over the scripts section
            - Using the @push css stacks over the styles section
16
            - No more 1 query per translation. Translations are group together to greatly reduce the query amount.
17
            - Sidebar is now loaded via the <code>BuildingSidebar</code> hook
18 19 20 21 22 23 24
    "2.2.0":
        changed:
            - Optimising the checking and loading of module translations (~20% speed increase)
    "2.1.0":
        changed:
            - Fixed <code>whereKey</code> for laravel 5.4 where this now searches in <code>id</code> instead of <code>key</code> column
    "2.0.0":
25
        added:
26
            - Laravel 5.4 compatibility
27 28 29 30 31
        changed:
            - Using new more flexible way of handle permissions via middleware
            - Protecting api routes with api admin middleware
        removed:
            - Removing laracasts/flash dependency