mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 00:06:55 +02:00
Bump version to 3.0.244
This commit is contained in:
@@ -17,7 +17,7 @@ require_once(__DIR__ . '/boot.php');
|
||||
* ~~~~~
|
||||
* #pw-body
|
||||
*
|
||||
* ProcessWire 3.x, Copyright 2024 by Ryan Cramer
|
||||
* ProcessWire 3.x, Copyright 2025 by Ryan Cramer
|
||||
* https://processwire.com
|
||||
*
|
||||
* Default API vars (A-Z)
|
||||
@@ -80,7 +80,7 @@ class ProcessWire extends Wire {
|
||||
* Reversion revision number
|
||||
*
|
||||
*/
|
||||
const versionRevision = 243;
|
||||
const versionRevision = 244;
|
||||
|
||||
/**
|
||||
* Version suffix string (when applicable)
|
||||
|
@@ -1181,7 +1181,7 @@ class Sanitizer extends Wire {
|
||||
if($version) break;
|
||||
}
|
||||
}
|
||||
if(!$version) $version = $config->installedAfter('2025-01-04') ? 3 : 1;
|
||||
if(!$version) $version = $config->installedAfter('2025-01-10') ? 3 : 1;
|
||||
if(!function_exists('idn_to_utf8')) $version = 2;
|
||||
if($version >= 3 && version_compare(phpversion(), '7.4.0', '<')) $version = 2;
|
||||
return $version;
|
||||
|
Reference in New Issue
Block a user