Skip to content

Releases: snowfire/Beautymail

v1.1.8

20 Oct 13:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.7...v1.1.8

v1.1.7

06 Mar 08:14
9e8648e
Compare
Choose a tag to compare

What's Changed

  • Add Symfony Mailer CSS inliner plugin by @JaZo in #152

New Contributors

  • @JaZo made their first contribution in #152

Full Changelog: v1.1.6...v1.1.7

v1.1.6

20 Mar 21:01
89caa19
Compare
Choose a tag to compare
Merge pull request #151 from arif98741/master

v1.1.5

10 May 09:56
Compare
Choose a tag to compare
Use new Emogrifier class

v1.1.4

04 May 16:29
a4c86ee
Compare
Choose a tag to compare
Create stale.yml

Laravel 8

21 Sep 15:56
fdc62bc
Compare
Choose a tag to compare
Merge pull request #129 from shiroamada/patch-1

Compatibility Laravel 8

v1.1.2

11 Mar 20:15
5fc2b5e
Compare
Choose a tag to compare
Remove Laravel version from readme

v1.1.1

29 Feb 19:20
Compare
Choose a tag to compare
Don't call disableInvisibleNodeRemoval since it has been dropped from…

v1.1

05 Oct 15:01
216cc0b
Compare
Choose a tag to compare
Merge pull request #112 from emilsundberg/laravel-6

v1.0.12: Make $css available for used views (#50)

15 Dec 15:54
Compare
Choose a tag to compare
* 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