Version Description
Download this release
Release Info
Developer | automattic |
Plugin | Full Site Editing |
Version | 3.13381 |
Comparing to | |
See all releases |
Code changes from version 3.13355 to 3.13381
- common/dist/common.asset.php +1 -1
- common/dist/common.css +1 -1
- common/dist/common.rtl.css +1 -1
- common/index.scss +9 -0
- full-site-editing-plugin.php +2 -2
- readme.txt +1 -1
common/dist/common.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '3bf3a1ff34b5136a18e0d5681adebc2f');
|
common/dist/common.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
body.hide-homepage-title .editor-post-title{opacity:.4}body.slider-width-workaround .interface-interface-skeleton__editor{max-width:100%}@media(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){body.font-smoothing-antialiased,body.font-smoothing-antialiased #wpadminbar *,body.font-smoothing-antialiased #wpwrap{text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}}
|
1 |
+
body.hide-homepage-title .editor-post-title{opacity:.4}body.slider-width-workaround .interface-interface-skeleton__editor{max-width:100%}.editor-post-publish-panel__footer{padding-bottom:80px}@media(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){body.font-smoothing-antialiased,body.font-smoothing-antialiased #wpadminbar *,body.font-smoothing-antialiased #wpwrap{text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}}
|
common/dist/common.rtl.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
body.hide-homepage-title .editor-post-title{opacity:.4}body.slider-width-workaround .interface-interface-skeleton__editor{max-width:100%}@media(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){body.font-smoothing-antialiased,body.font-smoothing-antialiased #wpadminbar *,body.font-smoothing-antialiased #wpwrap{text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}}
|
1 |
+
body.hide-homepage-title .editor-post-title{opacity:.4}body.slider-width-workaround .interface-interface-skeleton__editor{max-width:100%}.editor-post-publish-panel__footer{padding-bottom:80px}@media(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){body.font-smoothing-antialiased,body.font-smoothing-antialiased #wpadminbar *,body.font-smoothing-antialiased #wpwrap{text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}}
|
common/index.scss
CHANGED
@@ -12,6 +12,15 @@ body.slider-width-workaround {
|
|
12 |
}
|
13 |
}
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
@mixin font-smoothing-antialiased {
|
16 |
text-rendering: optimizeLegibility;
|
17 |
-moz-osx-font-smoothing: grayscale;
|
12 |
}
|
13 |
}
|
14 |
|
15 |
+
/*
|
16 |
+
* Override bottom padding on post-publish footer
|
17 |
+
* to account for inline help FAB
|
18 |
+
* See https://github.com/Automattic/wp-calypso/issues/55345
|
19 |
+
*/
|
20 |
+
.editor-post-publish-panel__footer {
|
21 |
+
padding-bottom: 80px;
|
22 |
+
}
|
23 |
+
|
24 |
@mixin font-smoothing-antialiased {
|
25 |
text-rendering: optimizeLegibility;
|
26 |
-moz-osx-font-smoothing: grayscale;
|
full-site-editing-plugin.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: WordPress.com Editing Toolkit
|
4 |
* Description: Enhances your page creation workflow within the Block Editor.
|
5 |
-
* Version: 3.
|
6 |
* Author: Automattic
|
7 |
* Author URI: https://automattic.com/wordpress-plugins/
|
8 |
* License: GPLv2 or later
|
@@ -42,7 +42,7 @@ namespace A8C\FSE;
|
|
42 |
*
|
43 |
* @var string
|
44 |
*/
|
45 |
-
define( 'A8C_ETK_PLUGIN_VERSION', '3.
|
46 |
|
47 |
// Always include these helper files for dotcom FSE.
|
48 |
require_once __DIR__ . '/dotcom-fse/helpers.php';
|
2 |
/**
|
3 |
* Plugin Name: WordPress.com Editing Toolkit
|
4 |
* Description: Enhances your page creation workflow within the Block Editor.
|
5 |
+
* Version: 3.13381
|
6 |
* Author: Automattic
|
7 |
* Author URI: https://automattic.com/wordpress-plugins/
|
8 |
* License: GPLv2 or later
|
42 |
*
|
43 |
* @var string
|
44 |
*/
|
45 |
+
define( 'A8C_ETK_PLUGIN_VERSION', '3.13381' );
|
46 |
|
47 |
// Always include these helper files for dotcom FSE.
|
48 |
require_once __DIR__ . '/dotcom-fse/helpers.php';
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: automattic
|
|
3 |
Tags: block, blocks, editor, gutenberg, page
|
4 |
Requires at least: 5.5
|
5 |
Tested up to: 5.6
|
6 |
-
Stable tag: 3.
|
7 |
Requires PHP: 5.6.20
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
3 |
Tags: block, blocks, editor, gutenberg, page
|
4 |
Requires at least: 5.5
|
5 |
Tested up to: 5.6
|
6 |
+
Stable tag: 3.13381
|
7 |
Requires PHP: 5.6.20
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|