From 514c38061d86366a275639078375b5988e5970dd Mon Sep 17 00:00:00 2001 From: John Godley Date: Mon, 12 Jul 2021 10:29:13 +0100 Subject: [PATCH] Re-bundle Layout Grid Includes mention of the image alignment fix, and also includes a `block.json` file for the wp.org repo --- bundler/resources/jetpack-layout-grid/block.json | 9 +++++++++ bundler/resources/jetpack-layout-grid/readme.txt | 7 ++++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 bundler/resources/jetpack-layout-grid/block.json diff --git a/bundler/resources/jetpack-layout-grid/block.json b/bundler/resources/jetpack-layout-grid/block.json new file mode 100644 index 00000000..acbd0bc1 --- /dev/null +++ b/bundler/resources/jetpack-layout-grid/block.json @@ -0,0 +1,9 @@ +{ + "name": "jetpack/layout-grid", + "title": "Layout Grid", + "description": "A Gutenberg container block to let you align items consistently across a global grid.", + "category": "design", + "editorScript": "file:./index.js", + "editorStyle": "file:./editor.css", + "style": "file:./style.css" +} diff --git a/bundler/resources/jetpack-layout-grid/readme.txt b/bundler/resources/jetpack-layout-grid/readme.txt index cde4af18..7b9ec4c4 100644 --- a/bundler/resources/jetpack-layout-grid/readme.txt +++ b/bundler/resources/jetpack-layout-grid/readme.txt @@ -1,11 +1,11 @@ === Layout Grid Block === Contributors: automattic, jasmussen, johnny5, mkaz Stable tag: trunk -Tested up to: 5.6.1 +Tested up to: 5.7 Requires at least: 5.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html -Tags: blocks, layout, grid, design +Tags: blocks, layout, grid, design, block A Gutenberg container block to let you align items consistently across a global grid. @@ -24,10 +24,11 @@ You can follow development, file an issue, suggest features, and view the source == Changelog == -= 1.7 - 7th June 2021 = += 1.7 - 19th July 2021 = * Add initial support for WordPress mobile app * Fix incorrect behaviour of drag handles in Safari * Fix sticky block styles +* Fix image right alignment = 1.6 - 26th March 2021 = * Remove deprecated Gutenberg functions