DPMedia's restricted media feature is becoming more and more popular especially on large web sites. Time to brush it up with some new features.
After successfully updated of our extensions to PHP 8.1 and Joomla 4.4 two months ago, it is time to do that with DPCalendar as well.
Piwigo is a very famous image gallery in the PHP eco system. It was time to connect it with the Joomla media manager.
PHP 8.0 is end of life and PHP 9.0 is approaching. It is now the right time to lift our minimum PHP and Joomla requirements for our extensions, except DPCalendar.
Read more: Minimum PHP 8.1 and Joomla 4.4, except DPCalendar
Our continuous integration platform has been in operation for quite some time now and the amount of system tests, which are testing our extensions on every code change, are growing rapidly. An area that we haven't given much attention in the last years, were our automated code quality tests. The PHP eco system has some great projects like Rector or PHPStan, which are detecting issues before end users do detect them. How we integrated these tools into our CI pipeline and why there are new update urls, is explained in detail in this article.