Skip to content

Commit

Permalink
Merge pull request #643 from stephenerdelyi/open-street-maps
Browse files Browse the repository at this point in the history
Open Street Maps Implementation
  • Loading branch information
mauteri authored Jul 28, 2024
2 parents 2f7c2ef + 32e4bad commit 2f29f7d
Show file tree
Hide file tree
Showing 40 changed files with 522 additions and 129 deletions.
2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "gatherpress/add-to-calendar",
"version": "1.0.1",
"version": "1.0.2",
"title": "Add to Calendar",
"category": "gatherpress",
"icon": "calendar",
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => 'a2a79e176bbde08a7267');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => 'c27eaf0a25faf160b41b');
2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/blocks/add-to-calendar/style-index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion build/blocks/venue/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "gatherpress/venue",
"version": "1.0.1",
"version": "1.1.0",
"title": "Venue",
"category": "gatherpress",
"icon": "location",
Expand Down Expand Up @@ -41,5 +41,6 @@
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"viewScript": "file:./venue.js",
"viewStyle": "file:./venue.css",
"render": "file:./render.php"
}
2 changes: 1 addition & 1 deletion build/blocks/venue/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('moment', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n'), 'version' => 'be4e990d06a384882695');
<?php return array('dependencies' => array('moment', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n'), 'version' => '88717602f004caca0bbb');
1 change: 1 addition & 0 deletions build/blocks/venue/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion build/blocks/venue/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/blocks/venue/venue.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-components', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '099b5eebfcf36f51f05e');
<?php return array('dependencies' => array('react', 'wp-components', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '885c4fb76d9c54e63b0d');
Loading

0 comments on commit 2f29f7d

Please sign in to comment.