Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Overridable Parameter Containing Path to Public Directory #43

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 14, 2018

  1. Add Overridable Parameter Containing Path to Web Root Directory

    - Adds `css_to_inline_email_twig_extension.web_root` parameter containing path to web root directory
      (default remains as `web` just outside kernel root)
    - Removes unused `use` statements
    - Adds twig as dev dependency
    David Cochrum committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    2daaf1c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Fix deprecated twig error message

    ```
    php.INFO: User Deprecated: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead."}
    ```
    cdasilvasonnysdirect committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    1c51f8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from sonnys-carwash-controls/fix-twig-27-error-…

    …message
    
    Fix deprecated twig error message
    crussell52 authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    7b94abe View commit details
    Browse the repository at this point in the history