In August of 2021, the Symfony team announced the deprecation of Swiftmailer with introduction of the Symfony/Mailer package that provides a modern and extensible approach to sending mail in PHP. We had originally planned to tackle this in Grav 2.0, but we have been slow to get Grav 1.8 ready f...
TL;DR I am happy to announce that we have launched an official GitHub Action for the automation in building Skeleton packages.
With the release of Grav 1.7, we have taken the opportunity to move from Travis to GitHub Actions for the creation of our release packa...
One of the cool new features of Grav 1.7 is the new bin/grav server
command that now comes with support for Symfony's PHP-FPM-powered local webserver. While Grav has support PHP's native web server, the Symfony server is faster and even supports SSL out of the box.
To take advantage of this...
We have identified and fixed a bug in Grav 1.7.0 and 1.7.1 that causes issues when using the CLI (console) GPM command to perform a self-upgrade:
bin/gpm self-upgrade
This results in an error like this:
In HttpClientTrait.php line 223:
Unsupported option "curl" passed to "Symfony\Component\H...
After 30 developmental releases (both Beta and RC), and nearly 2 full years in development, we're proud to unleash our most significant release ever! Grav 1.7 is a massive release for us, and while it may appear quite similar to 1.6 at first glance, under the covers, Grav has had some revolutionary...
Grav Core 1.7 and the Admin Plugin 1.10 will be released in one week from today, January 19th, 2021, be prepared!
If you have not already read it, please check out the Grav 1.7 blog post that covers the upgrade process, developer upgrade guide, and the summary of new features and function...
The Grav ecosystem continues to grow with new extensions being developed to ease everyday tasks and provide new functionality. Over the years, the Grav core team has released many free plugins that were either requested by community members or developed for our own or client needs. Also, there hav...
TL;DR Grav Core 1.7 + Admin Plugin 1.10 to be released January 19th, 2021
It's incredible to think it's been a full year since we announced our first Grav 1.7 Release Candidate 1. We are about to release the 18th Release Candidate with 10 betas before that, and are hoping this is t...
TL;DR - Grav 1.7 will require PHP 7.3.6
The last time we announced PHP version changes was back in March of 2018. Back then, we made a massive jump for minimal PHP requirements from PHP 5.6.4 to PHP 7.1.3. We've enjoyed being on a more modern version of PHP for the Grav 1.6 release,...