1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 18:24:57 +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 * #pw-body
* *
* ProcessWire 3.x, Copyright 2018 by Ryan Cramer * ProcessWire 3.x, Copyright 2019 by Ryan Cramer
* https://processwire.com * https://processwire.com
* *
* @method init() * @method init()
@@ -44,7 +44,7 @@ class ProcessWire extends Wire {
* Reversion revision number * Reversion revision number
* *
*/ */
const versionRevision = 123; const versionRevision = 124;
/** /**
* Version suffix string (when applicable) * Version suffix string (when applicable)
@@ -279,6 +279,8 @@ class ProcessWire extends Wire {
/** @noinspection PhpIncludeInspection */ /** @noinspection PhpIncludeInspection */
include_once($file); include_once($file);
} }
// @todo
// check if noHTTPS option is using conditional hostname // check if noHTTPS option is using conditional hostname
if($config->noHTTPS && $config->noHTTPS !== true) { if($config->noHTTPS && $config->noHTTPS !== true) {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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