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:
@@ -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) {
|
||||
|
@@ -1,4 +1,3 @@
|
||||
|
||||
.Inputfields .InputfieldRepeater {
|
||||
|
||||
& > .InputfieldContent > ul.Inputfields {
|
||||
|
@@ -1,3 +1,4 @@
|
||||
|
||||
/**
|
||||
* General editor styles (inline only)
|
||||
*
|
||||
|
@@ -5,6 +5,7 @@ $gridMargin: 0 0.6em 0.6em 0;
|
||||
$itemPadding: 0.4em;
|
||||
$focusPointCircleSize: 40px;
|
||||
|
||||
|
||||
.InputfieldImage {
|
||||
.InputfieldHeader {
|
||||
.InputfieldImageListToggle {
|
||||
|
@@ -1,3 +1,4 @@
|
||||
|
||||
.pw-content .InputfieldPageAutocomplete {
|
||||
p {
|
||||
margin: 0;
|
||||
|
@@ -1,3 +1,4 @@
|
||||
|
||||
.body.LanguageTabsJqueryUI {
|
||||
.pw-content .langTabsContainer,
|
||||
#content .langTabsContainer {
|
||||
|
@@ -5,6 +5,7 @@ $light-green: #93BF0D;
|
||||
$white: #fff;
|
||||
$pink: #DB1174;
|
||||
|
||||
|
||||
$subtle-bg: #E4EBEE;
|
||||
$subtle-border: darken($subtle-bg, 4%);
|
||||
$button-bg: $light-green;
|
||||
|
@@ -1,4 +1,3 @@
|
||||
|
||||
// form that surrounds modules lists
|
||||
.ModulesList {
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
// ProcessPageLister CSS
|
||||
|
||||
#ProcessLister {
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user