1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 16:54:44 +02:00

Bump version to 3.0.124

This commit is contained in:
Ryan Cramer
2019-01-11 15:53:43 -05:00
parent 52e20c489d
commit 97adac20ed
9 changed files with 10 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ require_once(__DIR__ . '/boot.php');
* ~~~~~
* #pw-body
*
* ProcessWire 3.x, Copyright 2018 by Ryan Cramer
* ProcessWire 3.x, Copyright 2019 by Ryan Cramer
* https://processwire.com
*
* @method init()
@@ -44,7 +44,7 @@ class ProcessWire extends Wire {
* Reversion revision number
*
*/
const versionRevision = 123;
const versionRevision = 124;
/**
* Version suffix string (when applicable)
@@ -279,6 +279,8 @@ class ProcessWire extends Wire {
/** @noinspection PhpIncludeInspection */
include_once($file);
}
// @todo
// check if noHTTPS option is using conditional hostname
if($config->noHTTPS && $config->noHTTPS !== true) {

View File

@@ -1,4 +1,3 @@
.Inputfields .InputfieldRepeater {
& > .InputfieldContent > ul.Inputfields {

View File

@@ -1,3 +1,4 @@
/**
* General editor styles (inline only)
*

View File

@@ -5,6 +5,7 @@ $gridMargin: 0 0.6em 0.6em 0;
$itemPadding: 0.4em;
$focusPointCircleSize: 40px;
.InputfieldImage {
.InputfieldHeader {
.InputfieldImageListToggle {

View File

@@ -1,3 +1,4 @@
.pw-content .InputfieldPageAutocomplete {
p {
margin: 0;

View File

@@ -1,3 +1,4 @@
.body.LanguageTabsJqueryUI {
.pw-content .langTabsContainer,
#content .langTabsContainer {

View File

@@ -5,6 +5,7 @@ $light-green: #93BF0D;
$white: #fff;
$pink: #DB1174;
$subtle-bg: #E4EBEE;
$subtle-border: darken($subtle-bg, 4%);
$button-bg: $light-green;

View File

@@ -1,4 +1,3 @@
// form that surrounds modules lists
.ModulesList {

View File

@@ -1,4 +1,5 @@
// ProcessPageLister CSS
#ProcessLister {
margin-top: -2px;
}