
VERSION 5  LARAVEL 9 COMPATIBILITY
==================================

   Version 5.2 - Twig 3 support
      19/10/2023 12:53  5.2.0  initial release
         5869dfe Update test.yml
         cedff80 Adding files to gitignore
         277b2dc Update Laravel / Twig
         3d2f4b7 Bump guzzlehttp/psr7 from 2.4.3 to 2.5.0
         2dab6c0 Fix tests
         80ea35f Bump minimist and extract-zip
         dd12ec8 Bump symfony/http-kernel from 6.0.6 to 6.0.20
         93dcb64 Bump json5 from 2.1.3 to 2.2.3
         cbf8350 Bump spatie/browsershot from 3.52.3 to 3.57.4
         985a34e Bump minimatch from 3.0.4 to 3.1.2
         239c8a5 Bump twig/twig from 2.14.11 to 2.15.3
         aa50aa2 Bump dompdf/dompdf from 1.2.0 to 1.2.2
         be89af0 Bump guzzlehttp/psr7 from 2.1.0 to 2.2.1

   Version 5.0 - Laravel 9 compatibility
      10/03/2022 11:03  5.0.1  Release fix
         2c770f6 Release of new version 5.0.0
      10/03/2022 10:42  5.0.0  initial release
         536bc94 Delete .travis.yml
         9bcac1f Update README.md
         f7d868d Skip the queue test on CI
         de87a76 Add GitHub actions
         1073817 Drop php 7.4 from .travis.yml
         257978c Replace bindings middleware with SubstituteBindings in DocumentTemplates
         9278623 Support Laravel 9, support php min. 8.0
         b6c2d5f Bump path-parse from 1.0.6 to 1.0.7
         6353652 Bump laravel/framework from 8.34.0 to 8.49.0
         47fca25 Bump league/flysystem from 1.1.3 to 1.1.4
         df13f3d Bump ws from 6.2.1 to 6.2.2
         a1b892c Bump browserslist from 4.12.0 to 4.16.6
         c822760 Bump lodash from 4.17.19 to 4.17.21

VERSION 4  PHP 8 SUPPORT
========================

   Version 4.0 - PHP 8 support
      30/03/2021 13:31  4.0.0  initial release
         b756be7 Fix json error
         b520fd6 Move dev dependencies
         7668a2f - dropped php7.3 support
         e634e0e - php 8.0 added to travis
         0c8768e migrated phpunit.xml to v9
         7ba675a adds support of PHP8
         2d73775 prepared for PHP8
         9fcafc7 Bump laravel/framework from 8.23.1 to 8.28.1
         0beb73a remove template model direct reference
         7d37587 Bump laravel/framework from 8.10.0 to 8.23.1

VERSION 3  LARAVEL 8 COMPATIBILITY, PMIN VERSION OF PHP IS 7.3
==============================================================

   Version 3.1 - Added support to dump variables
      27/11/2020 09:18  3.1.0  initial release
         eb639c3 Add dump to document-template
         392db0f Add dump to twig layout

   Version 3.0 - Laravel 8 compatibility, pmin version of php is 7.3
      23/10/2020 05:43  3.0.0  initial release
         0ed93c4 Update .travis.yml
         cb42ce8 Travis config update
         31658a5 Laravel 8 update
         9cf1be1 Bump symfony/http-kernel from 5.0.8 to 5.1.5

VERSION 2  LARAVEL 7 COMPATIBILITY
==================================

   Version 2.3 - Add support for scalar types as template data
      16/08/2020 09:59  2.3.0  initial release
         a59aac1 Travis remove preferer lowest
         1b68891 Update travis config, run tests for php 7.3 and 7.4
         3a6a1a5 #14 Add scalar types to the docs
         d52572e #14 Fix the data type in phpdoc
         cb10dab #14 Add support for scalar variable types as template data source
         52a8fb2 Bump lodash from 4.17.15 to 4.17.19

   Version 2.2 - Twig extension support
      03/06/2020 10:28  2.2.0  initial release
         02abc3f Add support for twig extensions

   Version 2.1 - Fix the loader to allow include in the twig layout
      24/05/2020 16:52  2.1.0  initial release
         0022b95 Fix the tests
         3d33a6b Add test to make sure that include is not available from the editable template
         d589dc1 Use chain loader to allow include statements in templates

   Version 2.0 - Laravel 7 compatibility
      02/05/2020 13:33  2.0.0  initial release
         ec74877 Update README.md
         1434cf8 Configure if the package should load it's default routes
         657bb62 npm update
         1361c05 Update .travis.yml
         3ff1a68 Travis update
         c774f02 Add laravel 7 compatibility

VERSION 1  INITIAL RELEASE
==========================

   Version 1.1 - Add support for pdf rendering with browsershot (puppeteer)
      17/02/2020 21:21  1.1.0  initial release
         ed2e728 Update .travis.yml
         08daa1b Update .travis.yml
         2fd9a76 Add browsershot to readme
         008b6d1 Update composer packages
         4af4a55 Show background in the pdf
         0ee13fe Create browsershot renderer
         5e6193f Update readme

   Version 1.0 - Initial release
      12/11/2019 15:08  1.0.2  Path fixes
         2e50c23 Update composer.lock
         3e55c05 Fix require path
         da65385 Fix the publish path
      12/11/2019 13:17  1.0.1  Laravel 6 support
         541a984 Update for laravel6
      08/11/2019 08:50  1.0.0  initial release