Jinya CMS Version 24.1.0 released 🥳

Just about 2 weeks ago we released version 24.0.0. Today we release version 24.1.0 of Jinya CMS. The changes are mainly for developers and administrators, but don't really affect users or artists.

TG-14 Implement unit tests

It took some time and on/off development we finally finished all unit tests and now have a test coverage of 94%. This will increase the quality, since every build will be automatically tested.

TG-148 Integrate geo IP database

Before this change, we used a third-party web service to localize the IP addresses of artists. With Jinya CMS version 24.1.0 we introduced Jinya IP Locator. This is an external application running on our servers and therefore keeping all data private, just as Jinya CMS.

TG-149 Extend PHPInfo detail information

We added even more detailed PHP informations into the backend. We checked the extensions used in Jinya CMS and tried to enrich the designer with as many info as possible.

TG-165 Remove test artifacts after tests are done

After the unit tests were written we needed to clean test artifacts before bundling the release builds.

Final thoughts

Jinya evolved a bit with this new release. The 25.0.0 release will recreate the designer with plain JavaScript and a few libraries. We also intend to upgrade the display of the PHP info view with all information available.