Fabrik / fabrik

Fabrik for Joomla 3.x
http://fabrikar.com
Other
254 stars 380 forks source link

Jversion #2253

Closed skurvish closed 2 years ago

skurvish commented 2 years ago

JVersion->RELEASE is no longer supported in J4, it is easily replaced with getShortVerion() call. This PR replaces all of the JVersion->RELEASE locations with this function call. It also revises a few of the tests to use the proper version_compare function.