Skip to content

Commit

Permalink
Merge branch 'v3-dev' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed Jul 12, 2019
2 parents 864e1f6 + feba36f commit 68852fc
Show file tree
Hide file tree
Showing 12 changed files with 635 additions and 559 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [Unreleased] 3.6.0

> {warning} This update changes how map data is stored, moving away from an
element type. This means if you are eager loading the a map field, you'll want
to remove the `with` from your query and `[0]` when outputting the map (if you
have it). We also **strongly** recommend taking a backup before updating.

### Changed
- Reformat data structure to remove map element type and need for eager loading

### Fixed
- Fix missing postcode warning (Fixes #169)
- Fix map save DB issue in Craft 3.2 (Fixes #170)
- Fix map not retrieving saved values in Craft 3.2 (Fixes #171)
- Fix DB error on duplicate import via FeedMe (Fixes #168)
- Fix maps not propagating across sites (Fixes #141)

## 3.5.2 - 2019-06-20
### Improved
- FeedMe can now import the individual map parts
Expand Down
4 changes: 2 additions & 2 deletions 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.5.2",
"version": "3.6.0",
"type": "craft-plugin",
"license": "MIT",
"minimum-stability": "dev",
Expand Down Expand Up @@ -30,6 +30,6 @@
"developerUrl": "https://ethercreative.co.uk",

"class": "ether\\simplemap\\SimpleMap",
"schemaVersion": "3.4.1"
"schemaVersion": "3.4.2"
}
}
182 changes: 0 additions & 182 deletions src/elements/Map.php

This file was deleted.

129 changes: 0 additions & 129 deletions src/elements/db/MapQuery.php

This file was deleted.

Loading

0 comments on commit 68852fc

Please sign in to comment.