Skip to content

Commit

Permalink
Fix map field class missing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed Mar 20, 2019
1 parent d9de108 commit f60ec46
Show file tree
Hide file tree
Showing 7 changed files with 485 additions and 463 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.4.1 - 2019-03-20
### Fixed
- Fixed an issue where the map field class broke after upgrading.

## 3.4.0 - 2019-03-20

> {warning} This is a major update, we strongly recommend taking a database backup before updating!
Expand Down
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 Map field type for Craft CMS 3",
"version": "3.4.0",
"version": "3.4.1",
"type": "craft-plugin",
"license": "MIT",
"minimum-stability": "dev",
Expand Down
2 changes: 1 addition & 1 deletion src/SimpleMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use craft\web\twig\variables\CraftVariable;
use ether\simplemap\enums\GeoService;
use ether\simplemap\enums\MapTiles;
use ether\simplemap\fields\Map as MapField;
use ether\simplemap\fields\MapField as MapField;
use ether\simplemap\integrations\craftql\GetCraftQLSchema;
use ether\simplemap\models\Settings;
use ether\simplemap\services\MapService;
Expand Down
Loading

0 comments on commit f60ec46

Please sign in to comment.