mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 18:24:57 +02:00
Bump version to 3.0.158
This commit is contained in:
@@ -46,7 +46,7 @@ class ProcessWire extends Wire {
|
||||
* Reversion revision number
|
||||
*
|
||||
*/
|
||||
const versionRevision = 157;
|
||||
const versionRevision = 158;
|
||||
|
||||
/**
|
||||
* Version suffix string (when applicable)
|
||||
|
@@ -61,7 +61,7 @@ function _checkForHttpHostError(Config $config) {
|
||||
__('Unrecognized HTTP host:') . "'" .
|
||||
htmlentities($_SERVER['HTTP_HOST'], ENT_QUOTES, 'UTF-8') . "' - " .
|
||||
__('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
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user