From ed2ac942bb66ac1621f67ef449f0ba7234d7a582 Mon Sep 17 00:00:00 2001 From: Tam Date: Fri, 3 Nov 2017 19:41:46 +0000 Subject: [PATCH] Fixed maps not rendering --- CHANGELOG.md | 4 ++++ composer.json | 2 +- src/resources/SimpleMapAsset.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ecec9..9218db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.1 - 2017-11-03 +### Fixed +- Fixed maps not rendering + ## 3.0.0 - 2017-11-03 ### Changed - Initial Craft 3 Release \ No newline at end of file diff --git a/composer.json b/composer.json index 7c5a2ca..8b961e3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ether/simplemap", "description": "A beautifully simple Google Map field type.", - "version": "3.0.0", + "version": "3.0.1", "type": "craft-plugin", "minimum-stability": "dev", "require": { diff --git a/src/resources/SimpleMapAsset.php b/src/resources/SimpleMapAsset.php index da0707c..ea7133a 100644 --- a/src/resources/SimpleMapAsset.php +++ b/src/resources/SimpleMapAsset.php @@ -13,7 +13,7 @@ class SimpleMapAsset extends AssetBundle */ public function init () { - $this->sourcePath = '@ether/SimpleMap/resources'; + $this->sourcePath = '@ether/simplemap/resources'; $this->depends = [ CpAsset::class,