Skip to content

Commit

Permalink
Fixed maps not rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed Nov 3, 2017
1 parent 22c7660 commit ed2ac94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/SimpleMapAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ed2ac94

Please sign in to comment.