• v1.23.0 c00723a246

    v1.23.0 Stable

    deblan released this 2023-11-01 16:35:12 +01:00 | 4 commits to master since this release

    Changed

    • upgrade murph/murph-core
    Downloads
  • v1.22.0 ba76a83163

    v1.22.0 Stable

    deblan released this 2023-09-28 18:15:45 +02:00 | 8 commits to master since this release

    Added

    • update woodpecker ci base file

    Fixed

    • fix #1: add UniqueEntity constraint in the User entity

    Changed

    • upgrade murph/murph-core
    Downloads
  • v1.21.0 2dfe6ef1ca

    v1.21.0 Stable

    deblan released this 2023-08-11 09:50:15 +02:00 | 13 commits to master since this release

    Changed

    • upgrade murph/murph-core
    Downloads
  • v1.20.0 8432fc123e

    v1.20.0 Stable

    deblan released this 2023-07-27 18:20:36 +02:00 | 15 commits to master since this release

    Fixed

    • fix collection widget: allow_add/allow_delete and prototype

    Added

    • add user admin controller and simples views in default files
    • add chdir in the console entrypoint

    Changed

    • upgrade murph/murph-core

    Upgrade

    Downloads
  • v1.19.0 9d8d6b510a

    v1.19.0 Stable

    deblan released this 2023-04-15 10:53:52 +02:00 | 22 commits to master since this release

    Changed

    • upgrade murph/murph-core
    Downloads
  • v1.18.0 39e92e949a

    v1.18.0 Stable

    deblan released this 2023-01-13 18:29:40 +01:00 | 26 commits to master since this release

    Added

    • feat(update): update dependencies
    • feat(update): apply new recipe for phpunit
    • feat(update): apply recipes:update doctrine/doctrine-bundle
    • feat(update): apply recipes:update doctrine/doctrine-migrations-bundle
    • feat(update): apply recipes:update liip/imagine-bundle
    • feat(update): apply recipes:update stof/doctrine-extensions-bundle
    • feat(update): apply recipes:update symfony/apache-pack
    • feat(update): apply recipes:update symfony/console
    • feat(update): apply recipes:update symfony/debug-bundle
    • feat(update): apply recipes:update symfony/flex
    • feat(update): apply recipes:update symfony/mailer
    • feat(update): apply recipes:update symfony/framework-bundle
    • feat(update): apply recipes:update symfony/monolog-bundle
    • feat(update): apply recipes:update symfony/routing
    • feat(update): apply recipes:update symfony/security-bundle
    • feat(update): apply recipes:update symfony/translation
    • feat(update): apply recipes:update symfony/twig-bundle
    • feat(update): apply recipes:update symfony/validator
    • feat(update): apply recipes:update symfony/web-profiler-bundle
    • feat(update): apply recipes:update symfony/webpack-encore-bundle
    • feat(update): apply recipes:update scheb/2fa-bundle

    Fixed

    • fix(config): fix typo in 2fa conf
    • fix(config): fix firewall config
    Downloads
  • v1.17.0 75a29b6372

    v1.17.0 Stable

    deblan released this 2022-11-19 20:38:13 +01:00 | 56 commits to master since this release

    Changed

    • upgrade murph/murph-core
    • replace annotation with attributes
    • use encore from node_modules in npm scripts

    Upgrade

    Replace all annotations with PHP8 attributes and change the doctrine configuration:

    # config/packages/doctrine.yaml
    doctrine:
        ...
        orm:
            ...
            mappings:
                App\Core\Entity:
                    type: attribute
                    ...
                App\Entity:
                    type: attribute
                    ...
    
    Downloads
  • v1.16.0 a0b4137fb3

    v1.16.0 Stable

    deblan released this 2022-09-06 12:10:25 +02:00 | 65 commits to master since this release

    Added

    • add a admin dashboard controller
    • add meta description in base.html.twig

    Changed

    • upgrade murph/murph-core
    Downloads
  • v1.15.0 bda7a4a195

    v1.15.0 Stable

    deblan released this 2022-05-09 15:00:24 +02:00 | 78 commits to master since this release

    Changed

    • upgrade murph/murph-core

    Upgrade

    • composer update
    • yarn upgrade
    cd public/vendor
    ln -rs ../../node_modules/grapesjs-plugin-export .
    ln -rs ../../node_modules/grapesjs-parser-postcss .
    

    Build:

    • make build
    Downloads
  • v1.14.3 52be00fc77

    v1.14.3 Stable

    deblan released this 2022-04-30 12:39:47 +02:00 | 88 commits to master since this release

    Added

    • add blocks in default template

    Changed

    • upgrade murph/murph-core

    Upgrade

    • composer update
    • yarn upgrade

    Build:

    • make build
    Downloads