1
0
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:
Ryan Cramer
2020-05-29 15:32:26 -04:00
parent 8fcde02f6c
commit f307d375f1
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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
); );
} }