Full Site Editing - Version 3.50722

Version Description

Download this release

Release Info

Developer mmtr86
Plugin Icon wp plugin Full Site Editing
Version 3.50722
Comparing to
See all releases

Code changes from version 3.50638 to 3.50722

build_meta.txt CHANGED
@@ -1,3 +1,3 @@
1
- commit_hash=80b92df47c7e4fedfc53fff81df55a335708645c
2
- commit_url=https://github.com/Automattic/wp-calypso/commit/80b92df47c7e4fedfc53fff81df55a335708645c
3
- build_number=3.50638
1
+ commit_hash=3be24bc76d9af0851c5290352366c674689e390b
2
+ commit_url=https://github.com/Automattic/wp-calypso/commit/3be24bc76d9af0851c5290352366c674689e390b
3
+ build_number=3.50722
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.50638
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.50638' );
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.50722
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.50722' );
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: 6.0
6
- Stable tag: 3.50638
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: 6.0
6
+ Stable tag: 3.50722
7
  Requires PHP: 5.6.20
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
wpcom-global-styles/dist/wpcom-global-styles-view.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '96b18275c1f33e83bae9');
1
+ <?php return array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => 'e2cecb21ec20d63b8820');
wpcom-global-styles/dist/wpcom-global-styles-view.css CHANGED
@@ -1 +1 @@
1
- .launch-bar-global-styles-popover{position:absolute;width:260px;top:48px;font-size:14px;background-color:#fff;padding:16px;margin-left:-70px;line-height:20px;color:#24282d;box-shadow:0 3px 10px rgba(0,0,0,.2);font-weight:400;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 960px){.launch-bar-global-styles-popover{margin-left:-100px}}@media screen and (max-width: 550px){.launch-bar-global-styles-popover{width:70%;margin-left:10%;left:0}}.launch-bar-global-styles-popover .launch-bar-global-styles-upgrade-button{font-size:14px;margin-top:16px;background:#007cba;min-height:36px;box-sizing:border-box;border-radius:2px;width:100%;justify-content:center}.launch-bar-global-styles-popover .launch-bar-global-styles-upgrade-button:hover{background:#006ba1}.launch-bar-global-styles-popover .launch-bar-global-styles-preview-link{margin:20px 0 0;padding:0;min-height:auto;color:#0675c4;font-weight:500;font-size:12px}.launch-bar-global-styles-popover .launch-bar-global-styles-preview-link:hover{background:#fff;color:#044b7a}
1
+ .launch-bar-global-styles-button{position:relative}.launch-bar-global-styles-popover{position:absolute;width:260px;top:48px;font-size:14px;left:50%;transform:translateX(-50%);background-color:#fff;padding:16px;line-height:20px;color:#24282d;box-shadow:0 3px 10px rgba(0,0,0,.2);font-weight:400;display:flex;flex-direction:column;align-items:center}.launch-bar-global-styles-popover .launch-bar-global-styles-upgrade-button{font-size:14px;margin-top:16px;background:#007cba;min-height:36px;box-sizing:border-box;border-radius:2px;width:100%;justify-content:center}.launch-bar-global-styles-popover .launch-bar-global-styles-upgrade-button:hover{background:#006ba1}.launch-bar-global-styles-popover .launch-bar-global-styles-preview-link{margin:20px 0 0;padding:0;min-height:auto;color:#0675c4;font-weight:500;font-size:12px}.launch-bar-global-styles-popover .launch-bar-global-styles-preview-link:hover{background:#fff;color:#044b7a}@media screen and (max-width: 460px){.launch-bar-global-styles-button{position:static}.launch-bar-global-styles-popover{width:auto;left:20px;right:20px;transform:none}}
wpcom-global-styles/dist/wpcom-global-styles-view.rtl.css CHANGED
@@ -1 +1 @@
1
- .launch-bar-global-styles-popover{align-items:center;background-color:#fff;box-shadow:0 3px 10px rgba(0,0,0,.2);color:#24282d;display:flex;flex-direction:column;font-size:14px;font-weight:400;line-height:20px;margin-right:-70px;padding:16px;position:absolute;top:48px;width:260px}@media screen and (max-width:960px){.launch-bar-global-styles-popover{margin-right:-100px}}@media screen and (max-width:550px){.launch-bar-global-styles-popover{margin-right:10%;right:0;width:70%}}.launch-bar-global-styles-popover .launch-bar-global-styles-upgrade-button{background:#007cba;border-radius:2px;box-sizing:border-box;font-size:14px;justify-content:center;margin-top:16px;min-height:36px;width:100%}.launch-bar-global-styles-popover .launch-bar-global-styles-upgrade-button:hover{background:#006ba1}.launch-bar-global-styles-popover .launch-bar-global-styles-preview-link{color:#0675c4;font-size:12px;font-weight:500;margin:20px 0 0;min-height:auto;padding:0}.launch-bar-global-styles-popover .launch-bar-global-styles-preview-link:hover{background:#fff;color:#044b7a}
1
+ .launch-bar-global-styles-button{position:relative}.launch-bar-global-styles-popover{align-items:center;background-color:#fff;box-shadow:0 3px 10px rgba(0,0,0,.2);color:#24282d;display:flex;flex-direction:column;font-size:14px;font-weight:400;line-height:20px;padding:16px;position:absolute;right:50%;top:48px;transform:translateX(50%);width:260px}.launch-bar-global-styles-popover .launch-bar-global-styles-upgrade-button{background:#007cba;border-radius:2px;box-sizing:border-box;font-size:14px;justify-content:center;margin-top:16px;min-height:36px;width:100%}.launch-bar-global-styles-popover .launch-bar-global-styles-upgrade-button:hover{background:#006ba1}.launch-bar-global-styles-popover .launch-bar-global-styles-preview-link{color:#0675c4;font-size:12px;font-weight:500;margin:20px 0 0;min-height:auto;padding:0}.launch-bar-global-styles-popover .launch-bar-global-styles-preview-link:hover{background:#fff;color:#044b7a}@media screen and (max-width:460px){.launch-bar-global-styles-button{position:static}.launch-bar-global-styles-popover{left:20px;right:20px;transform:none;width:auto}}
wpcom-global-styles/wpcom-global-styles-view.scss CHANGED
@@ -1,13 +1,18 @@
1
  /* stylelint-disable declaration-property-unit-allowed-list */
2
 
 
 
 
 
3
  .launch-bar-global-styles-popover {
4
  position: absolute;
5
  width: 260px;
6
  top: 48px;
7
  font-size: 14px;
 
 
8
  background-color: #fff;
9
  padding: 16px;
10
- margin-left: -70px;
11
  line-height: 20px;
12
  color: #24282d;
13
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
@@ -16,15 +21,6 @@
16
  flex-direction: column;
17
  align-items: center;
18
 
19
- @media screen and ( max-width: 960px ) {
20
- margin-left: -100px;
21
- }
22
- @media screen and ( max-width: 550px ) {
23
- width: 70%;
24
- margin-left: 10%;
25
- left: 0;
26
- }
27
-
28
  .launch-bar-global-styles-upgrade-button {
29
  font-size: 14px;
30
  margin-top: 16px;
@@ -54,3 +50,16 @@
54
  }
55
  }
56
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  /* stylelint-disable declaration-property-unit-allowed-list */
2
 
3
+ .launch-bar-global-styles-button {
4
+ position: relative;
5
+ }
6
+
7
  .launch-bar-global-styles-popover {
8
  position: absolute;
9
  width: 260px;
10
  top: 48px;
11
  font-size: 14px;
12
+ left: 50%;
13
+ transform: translateX(-50%);
14
  background-color: #fff;
15
  padding: 16px;
 
16
  line-height: 20px;
17
  color: #24282d;
18
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
21
  flex-direction: column;
22
  align-items: center;
23
 
 
 
 
 
 
 
 
 
 
24
  .launch-bar-global-styles-upgrade-button {
25
  font-size: 14px;
26
  margin-top: 16px;
50
  }
51
  }
52
  }
53
+
54
+ @media screen and (max-width: 460px) {
55
+ .launch-bar-global-styles-button {
56
+ position: static;
57
+ }
58
+
59
+ .launch-bar-global-styles-popover {
60
+ width: auto;
61
+ left: 20px;
62
+ right: 20px;
63
+ transform: none;
64
+ }
65
+ }