Version Description
Download this release
Release Info
Developer | mciampini |
Plugin | Full Site Editing |
Version | 3.2366 |
Comparing to | |
See all releases |
Code changes from version 3.2242 to 3.2366
- editor-site-launch/index.php +0 -4
- full-site-editing-plugin.php +3 -3
- readme.txt +1 -1
editor-site-launch/index.php
CHANGED
@@ -88,10 +88,6 @@ function enqueue_launch_flow_script_and_style( $site_launch_options ) {
|
|
88 |
case 'focused-launch':
|
89 |
$script_name = 'focused-launch';
|
90 |
break;
|
91 |
-
case 'launch-site':
|
92 |
-
// @TODO: this is just temporary for testing via feature flag. Remove it once focused-launch is live
|
93 |
-
$script_name = 'focused-launch';
|
94 |
-
break;
|
95 |
default:
|
96 |
// For redirect or invalid flows, skip & exit early.
|
97 |
return;
|
88 |
case 'focused-launch':
|
89 |
$script_name = 'focused-launch';
|
90 |
break;
|
|
|
|
|
|
|
|
|
91 |
default:
|
92 |
// For redirect or invalid flows, skip & exit early.
|
93 |
return;
|
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';
|
@@ -237,7 +237,7 @@ function load_blog_posts_block() {
|
|
237 |
add_action( 'plugins_loaded', __NAMESPACE__ . '\load_blog_posts_block' );
|
238 |
|
239 |
/**
|
240 |
-
* Load WPCOM Block Editor NUX
|
241 |
*/
|
242 |
function load_wpcom_block_editor_nux() {
|
243 |
require_once __DIR__ . '/wpcom-block-editor-nux/class-wpcom-block-editor-nux.php';
|
2 |
/**
|
3 |
* Plugin Name: WordPress.com Editing Toolkit
|
4 |
* Description: Enhances your page creation workflow within the Block Editor.
|
5 |
+
* Version: 3.2366
|
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.2366' );
|
46 |
|
47 |
// Always include these helper files for dotcom FSE.
|
48 |
require_once __DIR__ . '/dotcom-fse/helpers.php';
|
237 |
add_action( 'plugins_loaded', __NAMESPACE__ . '\load_blog_posts_block' );
|
238 |
|
239 |
/**
|
240 |
+
* Load WPCOM Block Editor NUX.
|
241 |
*/
|
242 |
function load_wpcom_block_editor_nux() {
|
243 |
require_once __DIR__ . '/wpcom-block-editor-nux/class-wpcom-block-editor-nux.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.2366
|
7 |
Requires PHP: 5.6.20
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|