Version Description
Download this release
Release Info
| Developer | ramonopoly |
| Plugin | |
| Version | 3.5752 |
| Comparing to | |
| See all releases | |
Code changes from version 3.5743 to 3.5752
block-patterns/class-block-patterns-from-api.php
CHANGED
|
@@ -76,7 +76,7 @@ class Block_Patterns_From_API {
|
|
| 76 |
|
| 77 |
// For every pattern source site, fetch the patterns.
|
| 78 |
foreach ( $this->patterns_sources as $patterns_source ) {
|
| 79 |
-
$patterns_cache_key = $this->utils->get_patterns_cache_key(
|
| 80 |
|
| 81 |
$pattern_categories = array();
|
| 82 |
$block_patterns = $this->get_patterns( $patterns_cache_key, $patterns_source );
|
| 76 |
|
| 77 |
// For every pattern source site, fetch the patterns.
|
| 78 |
foreach ( $this->patterns_sources as $patterns_source ) {
|
| 79 |
+
$patterns_cache_key = $this->utils->get_patterns_cache_key( $patterns_source );
|
| 80 |
|
| 81 |
$pattern_categories = array();
|
| 82 |
$block_patterns = $this->get_patterns( $patterns_cache_key, $patterns_source );
|
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.5752
|
| 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.5752' );
|
| 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: 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.5752
|
| 7 |
Requires PHP: 5.6.20
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
