Version Description
Download this release
Release Info
Developer | alshakero |
Plugin | Full Site Editing |
Version | 3.49413 |
Comparing to | |
See all releases |
Code changes from version 3.49396 to 3.49413
- build_meta.txt +3 -3
- full-site-editing-plugin.php +3 -3
- readme.txt +1 -1
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=f319e4e0a5613f16274e03b3b10c2dcab62eac45
|
2 |
+
commit_url=https://github.com/Automattic/wp-calypso/commit/f319e4e0a5613f16274e03b3b10c2dcab62eac45
|
3 |
+
build_number=3.49413
|
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';
|
@@ -391,7 +391,7 @@ function load_help_center() {
|
|
391 |
return false;
|
392 |
}
|
393 |
|
394 |
-
$current_segment =
|
395 |
$user_segment = get_current_user_id() % 100;
|
396 |
|
397 |
if ( $is_proxied || $user_segment < $current_segment ) {
|
2 |
/**
|
3 |
* Plugin Name: WordPress.com Editing Toolkit
|
4 |
* Description: Enhances your page creation workflow within the Block Editor.
|
5 |
+
* Version: 3.49413
|
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.49413' );
|
46 |
|
47 |
// Always include these helper files for dotcom FSE.
|
48 |
require_once __DIR__ . '/dotcom-fse/helpers.php';
|
391 |
return false;
|
392 |
}
|
393 |
|
394 |
+
$current_segment = 50; // segment of existing users that will get the help center in %.
|
395 |
$user_segment = get_current_user_id() % 100;
|
396 |
|
397 |
if ( $is_proxied || $user_segment < $current_segment ) {
|
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.49413
|
7 |
Requires PHP: 5.6.20
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|