• v1.9.1 7623546c10

    v1.9.1 Stable

    deblan released this 2022-03-14 10:15:22 +01:00 | 132 commits to master since this release

    Core upgrade

    Added

    • add murph version in autoload file

    Changed

    • remove AdminController constructor
    Downloads
  • v1.9.0 81d1fa9cad

    v1.9.0 Stable

    deblan released this 2022-03-13 21:17:52 +01:00 | 136 commits to master since this release

    Added

    • add murph version in admin ui

    Changed

    • the core is now installed with composer

    Upgrade to v1.9.0

    This version uses the package murph/murph-core.

    Downloads
  • v1.8.0 0424a9457e

    v1.8.0 Stable

    deblan released this 2022-03-10 22:01:49 +01:00 | 152 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 | 161 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 | 177 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 | 198 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 | 203 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 | 212 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 | 226 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 | 233 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