Version Description
Download this release
Release Info
Developer | mmtr86 |
Plugin | Full Site Editing |
Version | 3.50583 |
Comparing to | |
See all releases |
Code changes from version 3.50505 to 3.50583
- build_meta.txt +3 -3
- full-site-editing-plugin.php +2 -2
- readme.txt +1 -1
- wpcom-global-styles/index.php +2 -2
build_meta.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
commit_hash=
|
2 |
-
commit_url=https://github.com/Automattic/wp-calypso/commit/
|
3 |
-
build_number=3.
|
1 |
+
commit_hash=d3d67a6f4e050ef9f571059fc94030658285448b
|
2 |
+
commit_url=https://github.com/Automattic/wp-calypso/commit/d3d67a6f4e050ef9f571059fc94030658285448b
|
3 |
+
build_number=3.50583
|
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.50583
|
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.50583' );
|
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.
|
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.50583
|
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/index.php
CHANGED
@@ -94,7 +94,7 @@ function wpcom_global_styles_enqueue_block_editor_assets() {
|
|
94 |
'wpcomGlobalStyles',
|
95 |
array(
|
96 |
'assetsUrl' => plugins_url( 'dist/', __FILE__ ),
|
97 |
-
'upgradeUrl' => "$calypso_domain/plans/$site_slug?plan=value_bundle",
|
98 |
)
|
99 |
);
|
100 |
wp_enqueue_style(
|
@@ -261,7 +261,7 @@ function wpcom_display_global_styles_launch_bar( $bar_controls ) {
|
|
261 |
$site_slug = wp_parse_url( $home_url, PHP_URL_HOST );
|
262 |
}
|
263 |
|
264 |
-
$upgrade_url = 'https://wordpress.com/plans/' . $site_slug . '?plan=value_bundle';
|
265 |
|
266 |
if ( wpcom_is_previewing_global_styles() ) {
|
267 |
$preview_text = __( 'Hide custom styles', 'full-site-editing' );
|
94 |
'wpcomGlobalStyles',
|
95 |
array(
|
96 |
'assetsUrl' => plugins_url( 'dist/', __FILE__ ),
|
97 |
+
'upgradeUrl' => "$calypso_domain/plans/$site_slug?plan=value_bundle&feature=advanced-design-customization",
|
98 |
)
|
99 |
);
|
100 |
wp_enqueue_style(
|
261 |
$site_slug = wp_parse_url( $home_url, PHP_URL_HOST );
|
262 |
}
|
263 |
|
264 |
+
$upgrade_url = 'https://wordpress.com/plans/' . $site_slug . '?plan=value_bundle&feature=advanced-design-customization';
|
265 |
|
266 |
if ( wpcom_is_previewing_global_styles() ) {
|
267 |
$preview_text = __( 'Hide custom styles', 'full-site-editing' );
|