Changeset 2085585
- Timestamp:
- 05/10/2019 07:30:06 PM (7 years ago)
- Location:
- gecko-grid-layout/trunk
- Files:
-
- 3 edited
-
dist/style.css (modified) (1 diff)
-
gecko-grid-layout.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gecko-grid-layout/trunk/dist/style.css
r2085554 r2085585 14 14 -ms-grid-column-span: 4; 15 15 margin: 0.5rem; 16 } 17 .wp-block-gecko-grid-layout--ie .wp-block-gecko-grid-layout__item .wp-block-gecko-grid-layout-image { 18 width: 100%; 16 19 } 17 20 .wp-block-gecko-grid-layout.is-style-no-gap { -
gecko-grid-layout/trunk/gecko-grid-layout.php
r2085576 r2085585 4 4 * Plugin URI: https://github.com/gecko-designs/gecko-grid-layout 5 5 * Description: Grid Layout block uses CSS grid to create grid layouts in gutenberg. 6 * Version: 1.2. 26 * Version: 1.2.3 7 7 * Author: Gecko Designs 8 8 * Author URI: https://geckodesigns.com -
gecko-grid-layout/trunk/readme.txt
r2085576 r2085585 5 5 Requires at least: 5.0 6 6 Tested up to: 5.1 7 Stable tag: 1.2. 27 Stable tag: 1.2.3 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 36 36 37 37 == Changelog == 38 = 1.2.3 = 39 * Flex column fix for IE 38 40 = 1.2.2 = 39 41 * Removed Grid row span for ie … … 99 101 100 102 == Upgrade Notice == 103 = 1.2.3 = 104 * Flex column fix for IE 101 105 = 1.2.2 = 102 106 * Removed Grid row span for ie
Note: See TracChangeset
for help on using the changeset viewer.