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:
@@ -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) {
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
.Inputfields .InputfieldRepeater {
|
.Inputfields .InputfieldRepeater {
|
||||||
|
|
||||||
& > .InputfieldContent > ul.Inputfields {
|
& > .InputfieldContent > ul.Inputfields {
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* General editor styles (inline only)
|
* General editor styles (inline only)
|
||||||
*
|
*
|
||||||
|
@@ -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 {
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
.pw-content .InputfieldPageAutocomplete {
|
.pw-content .InputfieldPageAutocomplete {
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
.body.LanguageTabsJqueryUI {
|
.body.LanguageTabsJqueryUI {
|
||||||
.pw-content .langTabsContainer,
|
.pw-content .langTabsContainer,
|
||||||
#content .langTabsContainer {
|
#content .langTabsContainer {
|
||||||
|
@@ -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;
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
// form that surrounds modules lists
|
// form that surrounds modules lists
|
||||||
.ModulesList {
|
.ModulesList {
|
||||||
|
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
// ProcessPageLister CSS
|
// ProcessPageLister CSS
|
||||||
|
|
||||||
#ProcessLister {
|
#ProcessLister {
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user