Changeset 2020814
- Timestamp:
- 01/28/2019 11:39:39 PM (7 years ago)
- Location:
- embed-gutenberg-block-google-maps/trunk
- Files:
-
- 2 added
- 2 deleted
- 3 edited
-
README.md (modified) (1 diff)
-
assets/css/style.ad547b8d755a928773ae.css (deleted)
-
assets/css/style.aef3c8c366ce19f8c0b4.css (added)
-
assets/js/index.ad547b8d755a928773ae.js (deleted)
-
assets/js/index.aef3c8c366ce19f8c0b4.js (added)
-
embed-gutenberg-block-google-maps.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
embed-gutenberg-block-google-maps/trunk/README.md
r2010300 r2020814 48 48 49 49 ## Changelog 50 51 ### `1.5.1` 52 Aspect 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 50 56 51 57 ### `1.5.0` -
embed-gutenberg-block-google-maps/trunk/embed-gutenberg-block-google-maps.php
r2010300 r2020814 5 5 * Author: Pantheon, Andrew Taylor 6 6 * Author URI: https://pantheon.io/ 7 * Version: 1.5. 07 * Version: 1.5.1 8 8 * License: GPL2 9 9 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 43 43 { 44 44 // Make paths variables so we don't write em twice ;) 45 $hash = 'a d547b8d755a928773ae';45 $hash = 'aef3c8c366ce19f8c0b4'; 46 46 $blockPath = "assets/js/index.$hash.js"; 47 47 $stylePath = "assets/css/style.$hash.css"; -
embed-gutenberg-block-google-maps/trunk/readme.txt
r2010300 r2020814 7 7 Tested up to: 5.0.3 8 8 Requires PHP: 5.6 9 Stable tag: 1.5. 09 Stable tag: 1.5.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 17 17 This plugin provides a Google Maps embed block for the [Gutenberg WordPress editor](https://github.com/WordPress/gutenberg). 18 18 19 This plugin **requires** either [the Gutenberg plugin](https://wordpress.org/plugins/gutenberg/) version `3.0.1` or greater orWordPress `5.0` or greater.19 This plugin **requires** WordPress `5.0` or greater. 20 20 21 21 == Installation == … … 67 67 68 68 == Changelog == 69 70 = 1.5.1 = 71 Aspect 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 69 75 70 76 = 1.5.0 =
Note: See TracChangeset
for help on using the changeset viewer.