Skip to content

Tags: ellaisys/Beautymail

Tags

v1.1.2

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

Don't call disableInvisibleNodeRemoval since it has been dropped from…

… emogrifier 3

See MyIntervals/emogrifier#482

v1.1.0

Don't call disableInvisibleNodeRemoval since it has been dropped from…

… emogrifier 3

See MyIntervals/emogrifier#482

v1.1

Verified

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

v1.0.12

Make $css available for used views (snowfire#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

v1.0.11

Removes unnecessary white empty rows

This makes non white background emails looks bad on email clients without support for media queries

1.0.10

Merge pull request snowfire#33 from denis-chmel/patch-1

Do not remove "display: none" tags from email

v1.0.9

Removes unnecessary default

v1.0.8

Email specific data should always override config values

v1.0.7

Support for custom CSS to override default rules