Plugin Directory

Changeset 1973781


Ignore:
Timestamp:
11/13/2018 06:15:04 PM (7 years ago)
Author:
andrew.taylor
Message:

Version 1.3.4

Location:
embed-gutenberg-block-google-maps/trunk
Files:
2 added
2 deleted
2 edited

Legend:

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

    r1906686 r1973781  
    55 * Author: Pantheon, Andrew Taylor
    66 * Author URI: https://pantheon.io/
    7  * Version: 1.3.3
     7 * Version: 1.3.4
    88 * License: GPL2+
    99 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    3030{
    3131    // Make paths variables so we don't write em twice ;)
    32     $hash = 'b9c875fd42be56b52bc3';
     32    $hash = '13a7f07206e4d5878d50';
    3333    $blockPath = "assets/js/index.$hash.js";
    3434    $stylePath = "assets/css/style.$hash.css";
     
    4040            plugins_url($blockPath, __FILE__),
    4141            array( 'wp-i18n', 'wp-element', 'wp-blocks', 'wp-components', 'wp-api' ),
    42             filemtime(plugin_dir_path(__FILE__) . $blockPath)
     42            filemtime(plugin_dir_path(__FILE__) . $blockPath),
     43            true
    4344        );
    4445    }
  • embed-gutenberg-block-google-maps/trunk/readme.txt

    r1906686 r1973781  
    55Plugin URI: https://github.com/pantheon-systems/google-map-gutenberg-block
    66Requires at least: 4.8
    7 Tested up to: 4.9.7
     7Tested up to: 5.0.0
    88Requires PHP: 5.6
    9 Stable tag: 1.3.3
     9Stable tag: 1.3.4
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868== Changelog ==
    6969
     70= 1.3.4 =
     71Enqueue block JavaScript in the footer
     72
    7073= 1.3.3 =
    7174Add filter `render_pantheon_google_map_block`
Note: See TracChangeset for help on using the changeset viewer.