Plugin Directory

Changeset 2020814


Ignore:
Timestamp:
01/28/2019 11:39:39 PM (7 years ago)
Author:
andrew.taylor
Message:

Aspect ratio bug fixes

  • Fix the 1:1 aspect ratio incorrectly displaying as 2:1
  • Move 16:9 ahead of 4:3 in the aspect ratio selection list so that the aspect ratios are in order of width
Location:
embed-gutenberg-block-google-maps/trunk
Files:
2 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • embed-gutenberg-block-google-maps/trunk/README.md

    r2010300 r2020814  
    4848
    4949## Changelog
     50
     51### `1.5.1`
     52Aspect ratio bug fixes to address [this WordPress.org issue](https://circleci.com/docs/api/#trigger-a-new-job).
     53
     54- Fix the `1:1` aspect ratio incorrectly displaying as `2:1`
     55- Move `16:9` ahead of `4:3` in the aspect ratio selection list so that the aspect ratios are in order of width
    5056
    5157### `1.5.0`
  • embed-gutenberg-block-google-maps/trunk/embed-gutenberg-block-google-maps.php

    r2010300 r2020814  
    55 * Author: Pantheon, Andrew Taylor
    66 * Author URI: https://pantheon.io/
    7  * Version: 1.5.0
     7 * Version: 1.5.1
    88 * License: GPL2
    99 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    4343{
    4444    // Make paths variables so we don't write em twice ;)
    45     $hash = 'ad547b8d755a928773ae';
     45    $hash = 'aef3c8c366ce19f8c0b4';
    4646    $blockPath = "assets/js/index.$hash.js";
    4747    $stylePath = "assets/css/style.$hash.css";
  • embed-gutenberg-block-google-maps/trunk/readme.txt

    r2010300 r2020814  
    77Tested up to: 5.0.3
    88Requires PHP: 5.6
    9 Stable tag: 1.5.0
     9Stable tag: 1.5.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1717This plugin provides a Google Maps embed block for the [Gutenberg WordPress editor](https://github.com/WordPress/gutenberg).
    1818
    19 This plugin **requires** either [the Gutenberg plugin](https://wordpress.org/plugins/gutenberg/) version `3.0.1` or greater or WordPress `5.0` or greater.
     19This plugin **requires** WordPress `5.0` or greater.
    2020 
    2121== Installation ==
     
    6767
    6868== Changelog ==
     69
     70= 1.5.1 =
     71Aspect ratio bug fixes to address [this WordPress.org issue](https://circleci.com/docs/api/#trigger-a-new-job).
     72
     73- Fix the `1:1` aspect ratio incorrectly displaying as `2:1`
     74- Move `16:9` ahead of `4:3` in the aspect ratio selection list so that the aspect ratios are in order of width
    6975
    7076= 1.5.0 =
Note: See TracChangeset for help on using the changeset viewer.