Version Description
- 23rd June 2020 =
- Fix the CSS loading fix from 1.2.1 so it uses wp_register_style
Download this release
Release Info
| Developer | johnny5 |
| Plugin | |
| Version | 1.2.2 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2.1 to 1.2.2
- blocks/layout-grid.php +1 -1
- index.php +1 -1
- readme.txt +4 -1
blocks/layout-grid.php
CHANGED
|
@@ -25,7 +25,7 @@ add_action( 'init', function() {
|
|
| 25 |
} );
|
| 26 |
|
| 27 |
add_action( 'wp_enqueue_scripts', function() {
|
| 28 |
-
|
| 29 |
'wpcom-layout-grid-front',
|
| 30 |
plugins_url( 'front.css', __FILE__ ),
|
| 31 |
[], // no dependencies
|
| 25 |
} );
|
| 26 |
|
| 27 |
add_action( 'wp_enqueue_scripts', function() {
|
| 28 |
+
wp_register_style(
|
| 29 |
'wpcom-layout-grid-front',
|
| 30 |
plugins_url( 'front.css', __FILE__ ),
|
| 31 |
[], // no dependencies
|
index.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
/**
|
| 3 |
* Plugin Name: Layout Grid
|
| 4 |
* Description: Let any blocks align to a global grid
|
| 5 |
-
* Version: 1.2.
|
| 6 |
* Author: Automattic
|
| 7 |
* Author URI: https://automattic.com
|
| 8 |
* License: GPL v2 or later
|
| 2 |
/**
|
| 3 |
* Plugin Name: Layout Grid
|
| 4 |
* Description: Let any blocks align to a global grid
|
| 5 |
+
* Version: 1.2.2
|
| 6 |
* Author: Automattic
|
| 7 |
* Author URI: https://automattic.com
|
| 8 |
* License: GPL v2 or later
|
readme.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
=== Layout Grid Block ===
|
| 2 |
Contributors: automattic, jasmussen, johnny5, mkaz
|
| 3 |
-
Stable tag: 1.2.
|
| 4 |
Tested up to: 5.4.2
|
| 5 |
Requires at least: 5.4
|
| 6 |
License: GPLv2 or later
|
|
@@ -23,6 +23,9 @@ You can follow development, file an issue, suggest features, and view the source
|
|
| 23 |
|
| 24 |
== Changelog ==
|
| 25 |
|
|
|
|
|
|
|
|
|
|
| 26 |
= 1.2.1 - 10th June 2020 =
|
| 27 |
* Fix block inserter to show inside a grid column
|
| 28 |
* Fix vertical margin in editor so it better matches the display
|
| 1 |
=== Layout Grid Block ===
|
| 2 |
Contributors: automattic, jasmussen, johnny5, mkaz
|
| 3 |
+
Stable tag: 1.2.2
|
| 4 |
Tested up to: 5.4.2
|
| 5 |
Requires at least: 5.4
|
| 6 |
License: GPLv2 or later
|
| 23 |
|
| 24 |
== Changelog ==
|
| 25 |
|
| 26 |
+
= 1.2.2 - 23rd June 2020 =
|
| 27 |
+
* Fix the CSS loading fix from 1.2.1 so it uses wp_register_style
|
| 28 |
+
|
| 29 |
= 1.2.1 - 10th June 2020 =
|
| 30 |
* Fix block inserter to show inside a grid column
|
| 31 |
* Fix vertical margin in editor so it better matches the display
|
