Changeset 1973781
- Timestamp:
- 11/13/2018 06:15:04 PM (7 years ago)
- Location:
- embed-gutenberg-block-google-maps/trunk
- Files:
-
- 2 added
- 2 deleted
- 2 edited
-
assets/css/style.13a7f07206e4d5878d50.css (added)
-
assets/css/style.b9c875fd42be56b52bc3.css (deleted)
-
assets/js/index.13a7f07206e4d5878d50.js (added)
-
assets/js/index.b9c875fd42be56b52bc3.js (deleted)
-
embed-gutenberg-block-google-maps.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
embed-gutenberg-block-google-maps/trunk/embed-gutenberg-block-google-maps.php
r1906686 r1973781 5 5 * Author: Pantheon, Andrew Taylor 6 6 * Author URI: https://pantheon.io/ 7 * Version: 1.3. 37 * Version: 1.3.4 8 8 * License: GPL2+ 9 9 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 30 30 { 31 31 // Make paths variables so we don't write em twice ;) 32 $hash = ' b9c875fd42be56b52bc3';32 $hash = '13a7f07206e4d5878d50'; 33 33 $blockPath = "assets/js/index.$hash.js"; 34 34 $stylePath = "assets/css/style.$hash.css"; … … 40 40 plugins_url($blockPath, __FILE__), 41 41 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 43 44 ); 44 45 } -
embed-gutenberg-block-google-maps/trunk/readme.txt
r1906686 r1973781 5 5 Plugin URI: https://github.com/pantheon-systems/google-map-gutenberg-block 6 6 Requires at least: 4.8 7 Tested up to: 4.9.77 Tested up to: 5.0.0 8 8 Requires PHP: 5.6 9 Stable tag: 1.3. 39 Stable tag: 1.3.4 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 == Changelog == 69 69 70 = 1.3.4 = 71 Enqueue block JavaScript in the footer 72 70 73 = 1.3.3 = 71 74 Add filter `render_pantheon_google_map_block`
Note: See TracChangeset
for help on using the changeset viewer.