1.3.0   / February 2017
        Companion release for Mcfly v1.6.1.

        [+] New settings:

            - Item Post/Edit: choose between Dropzone and FineUploader as ajax
              uploader for item resources.
            - Search: enable or disable

        [!] Fix for grid/list default format in search. The default format was not
            correctly set in the form param (input hidden).

        ---

1.2.0   / December 2016
        Add settings, update breadcrumb and fixes.

        [+] New settings:

            - Home: shuffle and autorotate on premium and popular items
            - Item: activate or deactive phone security
            - Public Profile: Disable pagination
            - Search: enable autorotate on premium
            - Search: shuffle premium results
            - Search: display all categories, country and region or only the
              ones with items

        [*] Breadcrumb updated.

        [!] Fix for flashmessages 'All pages' checkbox.

        ---

1.1.0   / October 2016
        Design customization and delete resource feature added.

        [+] Improved Design module to add generation of CSS from *.scss files
            using settings (handled by the theme).

        [+] Delete resource feature: resources can be deleted from the settings.
            It removes the file from the filesystem and delete the settings in
            database.

        [*] Breadcrumb: better breadcrumb for search pages and item pages to
            include city, region, country and category correctly.

        [*] Canonical: improvements and fixes to search canonical urls to avoid
            duplicates in search engines for similar searches.

        [*] Resource caching problem fixed.
            Browser was caching resources because they were uploaded with the
            same name. Now the date and time is appended to the filename to force
            the browser to treat it as a new file (which it is).

        [*] Admin:

            - Toggle switch added instead of regular checkboxes (https://github.com/nostalgiaz/bootstrap-switch);
            - Button groups added instead of regular radios;

        [*] Modules: each modules have a new `update` method which is called
            when the settings are updated.

        [!] Flashmessages: "All pages" option is selected by default now.

        [!] Catch LogicException from Symfony Finder when configuration of blocks
            is missing.

        [!] Fix id problem on search placeholder tabs.

        ---

1.0.7   / September 2016
        Minor release following Mcfly v1.4.0.

        [+] New Breadcrumb handling for categories, country, regions, city on
            item page and search pages.

        [+] New settings:

            - Style (text or select) of city, region, country fields on user
              registration page.
            - Enable/Disable quick view for items

        [+] Two new widget hooks, for advertision mainly.

            - item_top
            - item_bottom

        [*] Massive performance improvement by updating widgets/blocks system by
            making regex search only once and caching blocks definitions.

            - Expect a gain of 84% response time.
            - Expect a gain of 92% CPU comsuption.

        [!] Fix for mtk_resource_url(), do not try to load the image if the file
            doesn't exist.

        ---

1.0.6   / August 2016
        Minor release following Mcfly v1.3.0.

        [+] Add settings to users for registration page:
            - Display/Hide user phone.
            - Display/Hide user country.
            - Display/Hide user region.
            - Display/Hide user city.
            - Display/Hide user website.
            - Display/Hide user type.
        [+] Add settings to search:
            - Default search cover, when no category image is defined for current
              selected category.
            - Enable/Disable slider for each item thumbnail.
        ---

1.0.5   / July 2016
        Minor release following Mcfly v1.2.0.

        [+] Add settings to item:
            - Slideshow vs Lightbox

        ---

1.0.4   / July 2016
        Minor release following Mcfly v1.1.0.

        [+] Add settings to item post form:
            - Display region and city as text or select;
            - Display or show city area, address, zip;
        [+] Add settings to homepage section:
            - Number of items to display in popular block;
            - Number of items to display in premium block;
        [+] Add setting to search secction:
            - Number of premium items to display;

        [*] Help text in widgets and flashmessages.

        [!] phpcs: applying fixes for PSR-2 compliance.

        ---

1.0.3   / July 2016
        Hotfix release.

        [!] Models: missing json_encode() in ::updateModule().

        ---

1.0.2   / June 2016
        Fix release for OSC_DEBUG and Ajax.

        [*] Widgets: advanced filters on categories and locations re-enabled.

        [!] Fix a bug with OSC_DEBUG and ajax that was printing <!-- {time} -->
            on __destruct() because the ThemeKitchen controller was running on
            every admin page (or ajax call).
        [!] Flashmessages: enable new flashmessages on creation.
        [!] Widgets: performance fix for static pages (166 queries -> 13 queries).

        ---

1.0.1   / June 2016
        Small release for bugfixes and improvements after initial release.

        [+] Upgrade process.
        [+] CHANGELOG added.

        [*] Models/Settings.php: new method ::get().

        [!] Widgets: enable new widgets by default.

1.0.0   / June 2016
        First public release of Mcfly, yay!
