Skip to content

Tags: snowfire/Beautymail

Tags

v1.1.7

Toggle v1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #152 from JaZo/bugfix/css-inline-with-symfony-mailer

Add Symfony Mailer CSS inliner plugin

v1.1.6

Toggle v1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #151 from arif98741/master

v1.1.5

Toggle v1.1.5's commit message
Use new Emogrifier class

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create stale.yml

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #129 from shiroamada/patch-1

Compatibility Laravel 8

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove Laravel version from readme

v1.1.1

Toggle v1.1.1's commit message
Don't call disableInvisibleNodeRemoval since it has been dropped from…

… emogrifier 3

See MyIntervals/emogrifier#482

v1.1.0

Toggle v1.1.0's commit message
Don't call disableInvisibleNodeRemoval since it has been dropped from…

… emogrifier 3

See MyIntervals/emogrifier#482

v1.1

Toggle v1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #112 from emilsundberg/laravel-6

v1.0.12

Toggle v1.0.12's commit message
Make $css available for used views (#50)

* Includes the CSS as setting in Beautymail

This makes the $css variable useable in all templates

* $css variable for ark template

Added the $css variable

* Added $css variable for minty template

* Update sunny.blade.php

* Update widgets.blade.php

* $css variable in sunny template

* Update minty.blade.php

* $css variable for Ark Template

* $css variable for Minty Template

* $css variable for Sunny Template

* $css variable for Widgets Template

* Fixed a false ; character

* Added css variable to register() function

This adds the CSS from the configuration file to Beautymail

* Share $css from configuration with all views

* Make sure the $css setting isn't null or empty

to prevent errors, first check if the css settings is uncommented (not null) and if it's an array with at least one option

* Update BeautymailServiceProvider.php