mirror of
https://github.com/processwire/processwire.git
synced 2025-08-16 03:34:33 +02:00
Bump version to 3.0.158
This commit is contained in:
@@ -46,7 +46,7 @@ class ProcessWire extends Wire {
|
|||||||
* Reversion revision number
|
* Reversion revision number
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const versionRevision = 157;
|
const versionRevision = 158;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version suffix string (when applicable)
|
* Version suffix string (when applicable)
|
||||||
|
@@ -61,7 +61,7 @@ function _checkForHttpHostError(Config $config) {
|
|||||||
__('Unrecognized HTTP host:') . "'" .
|
__('Unrecognized HTTP host:') . "'" .
|
||||||
htmlentities($_SERVER['HTTP_HOST'], ENT_QUOTES, 'UTF-8') . "' - " .
|
htmlentities($_SERVER['HTTP_HOST'], ENT_QUOTES, 'UTF-8') . "' - " .
|
||||||
__('Please update your $config->httpHosts setting in /site/config.php') . " - " .
|
__('Please update your $config->httpHosts setting in /site/config.php') . " - " .
|
||||||
"<a target='_blank' href='http://processwire.com/api/variables/config/#httphosts'>" . __('read more') . "</a>",
|
"<a target='_blank' href='https://processwire.com/api/variables/config/#httphosts'>" . __('read more') . "</a>",
|
||||||
Notice::allowMarkup
|
Notice::allowMarkup
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user