Version Description
Download this release
Release Info
| Developer | edanzer |
| Plugin | |
| Version | 3.50907 |
| Comparing to | |
| See all releases | |
Code changes from version 3.50878 to 3.50907
- build_meta.txt +3 -3
- dotcom-fse/lib/site-plan/use-site-plan.ts +2 -2
- full-site-editing-plugin.php +2 -2
- 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=961214f96486d337a5496e1cd9a411b48e3ccce8
|
| 2 |
+
commit_url=https://github.com/Automattic/wp-calypso/commit/961214f96486d337a5496e1cd9a411b48e3ccce8
|
| 3 |
+
build_number=3.50907
|
dotcom-fse/lib/site-plan/use-site-plan.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
|
|
| 1 |
import { SiteDetails } from '@automattic/data-stores/src/site';
|
| 2 |
-
import { SiteDetailsPlan } from '@automattic/launch/src/stores';
|
| 3 |
import { useState, useEffect } from '@wordpress/element';
|
| 4 |
import { useCallback } from 'react';
|
| 5 |
import request from 'wpcom-proxy-request';
|
| 6 |
|
| 7 |
const useSitePlan = ( siteIdOrSlug: string | number ) => {
|
| 8 |
-
const [ sitePlan, setSitePlan ] = useState( {} as SiteDetailsPlan );
|
| 9 |
|
| 10 |
const fetchSite = useCallback( async () => {
|
| 11 |
const siteObj: SiteDetails = await request( {
|
| 1 |
+
import { Site } from '@automattic/data-stores';
|
| 2 |
import { SiteDetails } from '@automattic/data-stores/src/site';
|
|
|
|
| 3 |
import { useState, useEffect } from '@wordpress/element';
|
| 4 |
import { useCallback } from 'react';
|
| 5 |
import request from 'wpcom-proxy-request';
|
| 6 |
|
| 7 |
const useSitePlan = ( siteIdOrSlug: string | number ) => {
|
| 8 |
+
const [ sitePlan, setSitePlan ] = useState( {} as Site.SiteDetailsPlan );
|
| 9 |
|
| 10 |
const fetchSite = useCallback( async () => {
|
| 11 |
const siteObj: SiteDetails = await request( {
|
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.50907
|
| 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.50907' );
|
| 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.50907
|
| 7 |
Requires PHP: 5.6.20
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
