Skip to content

Commit

Permalink
Re-bundle Layout Grid
Browse files Browse the repository at this point in the history
Includes mention of the image alignment fix, and also includes a `block.json` file for the wp.org repo
  • Loading branch information
johngodley committed Jul 12, 2021
1 parent 23ed9fe commit 514c380
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions bundler/resources/jetpack-layout-grid/block.json
Original file line number Diff line number Diff line change
@@ -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"
}
7 changes: 4 additions & 3 deletions bundler/resources/jetpack-layout-grid/readme.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 514c380

Please sign in to comment.