• v1.8.0 0424a9457e

    v1.8.0 Stable

    deblan released this 2022-03-10 22:01:49 +01:00 | 146 commits to master since this release

    Added

    • add security roles in app configuration
    • add option to restrict node access to specific roles

    Changed

    • rename core/EventSuscriber with core/EventSubscriber

    Upgrade to v1.8.0

    Commands

    make doctrine-migration
    

    Files

    Event subscribers in src/EventSubscriber must update namespaces.

    Downloads
  • v1.7.3 23802898b5

    v1.7.3 Stable

    deblan released this 2022-03-06 22:18:27 +01:00 | 155 commits to master since this release

    Added

    • add ability to rename file in the file manager

    Fixed

    • fix user factory
    • fix user creation from ui
    Downloads
  • v1.7.2 8d02608681

    v1.7.2 Stable

    deblan released this 2022-03-03 14:31:08 +01:00 | 171 commits to master since this release

    Added

    • add templates to render sections and items in the admin menu

    Fixed

    • fix the analytic table when a path is a long
    Downloads
  • v1.7.1 1e4c90240b

    v1.7.1 Stable

    deblan released this 2022-03-01 14:13:54 +01:00 | 192 commits to master since this release

    Added

    • add translations

    Fixed

    • fix missing directories
    Downloads
  • v1.7.0 46a90689db

    v1.7.0 Stable

    deblan released this 2022-03-01 13:29:43 +01:00 | 197 commits to master since this release

    Fixed

    • fix the analytic referers table when a referer has a long domain

    Changed

    • upgrade dependencies
    • move assets to the core directory

    Upgrade to v1.7.0

    Commands

    yarn add sortablejs@^1.14.0
    

    Files

    • assets/css/_admin_extend.scss is removed
    • assets/css/_admin_vars.scss is removed
    • assets/css/_admin_vars.scss is changed
    • assets/js/admin is removed
    • assets/js/admin.js is changed
    Downloads
  • v1.6.0 6134b30a99

    v1.6.0 Stable

    deblan released this 2022-02-28 09:45:00 +01:00 | 206 commits to master since this release

    Added

    • add block in field templates to allow override
    • merge route params in crud admin redirects
    • improve murph:user:create command

    Fixed

    • fix form namespace prefix in the crud controller maker
    • fix date field when the value is empty
    • fix crud batch column width
    • fix sidebar icon width
    • fix cache clear task

    Changed

    • remove password generation from the user factory
    Downloads
  • v1.5.0 24cd406982

    v1.5.0 Stable

    deblan released this 2022-02-25 15:41:32 +01:00 | 220 commits to master since this release

    Added

    • add desktop views and mobile views

    Changed

    • upgrade dependencies
    • replace jaybizzle/crawler-detect with matomo/device-detector

    Upgrade to v1.5.0

    Commands

    composer remove jaybizzle/crawler-detect
    composer require matomo/device-detector
    make doctrine-migration
    
    Downloads
  • v1.4.1 28b738d70d

    v1.4.1 Stable

    deblan released this 2022-02-23 11:02:35 +01:00 | 227 commits to master since this release

    Added

    • handle app urls in twig routing filters

    Fixed

    • fix views in analytics modal
    • replace empty path with "/" in analytics

    Changed

    • update default templates
    Downloads
  • v1.4.0 e50d2668f9

    v1.4.0 Stable

    deblan released this 2022-02-21 19:47:16 +01:00 | 235 commits to master since this release

    Added

    • add basic analytics

    Upgrade to v1.4.0

    Commands

    yarn remove node-sass
    yarn add sass --dev --save
    yarn add chart.js --save
    composer require jaybizzle/crawler-detect
    make doctrine-migration
    make asset
    

    Configuration

    // config/services.yaml
    services:
        App\Core\EventListener\RedirectListener:
            tags:
                - { name: kernel.event_listener, event: kernel.exception }
    
        App\Core\EventListener\AnalyticListener:
            tags:
                - { name: kernel.event_listener, event: kernel.request }
    
    Downloads
  • v1.3.0 689056be5a

    v1.3.0 Stable

    deblan released this 2022-02-19 16:06:05 +01:00 | 264 commits to master since this release

    Added

    • add support of regexp with substitution in redirect
    • url tags can be used as redirect location
    • add builders to replace file information tags and url tags

    Fixed

    • fix filemanager sorting
    • fix batch action setter
    Downloads