Skip to content

Releases: ethercreative/simplemap

3.6.4.1

30 Jul 13:24
@Tam Tam
1f11f9e
Compare
Choose a tag to compare

3.6.4.1 - 2019-07-30

Fixed

  • Fix error when populating legacy parts server-side from lat/lng
  • Fix error when logging invalid legacy part

3.6.4

30 Jul 12:09
@Tam Tam
b1700c0
Compare
Choose a tag to compare

3.6.4 - 2019-07-30

Fixed

  • Remove errant debug code causing migration to run every request (Fixes #190)
  • Fix migration trying to change a column type to a table (Fixes #189, #188)

3.6.3

25 Jul 12:46
@Tam Tam
96c60cb
Compare
Choose a tag to compare

3.6.3 - 2019-07-25

Added

  • Add min / max zoom settings to map field (Closes #186)

Fixed

  • Fix migration from Craft 2 (Fixes #153)
  • Fix issue when column already exists during migration (Fixes #187)

3.6.2.2

24 Jul 09:02
@Tam Tam
24b8fab
Compare
Choose a tag to compare

3.6.2.2 - 2019-07-24

Fixed

  • Fix migration issue when matrix / super table blocks don't have any fields (Fixes #184)

3.6.2.1

23 Jul 17:06
@Tam Tam
e5733c6
Compare
Choose a tag to compare

3.6.2.1 - 2019-07-23

Fixed

  • Fix migration issue when no matrix or SuperTable blocks exist (Fixes #182)
  • Fix issue with Google trying to set legacy parts that aren’t supported (Fixes #183)
  • Fix getting top-level map value part if no parts exist (Fixes #181)

3.6.2

23 Jul 11:32
@Tam Tam
f02a0f1
Compare
Choose a tag to compare

3.6.2 - 2019-07-23

Added

  • Add postal_code_suffix to PartsLegacy (Fixes #179)

Fixed

  • Fix migration error when upgrading from 3.4.x to 3.6.x (Fixes #178)
  • Fix project config content column type being string instead of text (Fixes #180)

3.6.1

19 Jul 15:01
@Tam Tam
f6abbbd
Compare
Choose a tag to compare

3.6.1 - 2019-07-19

Added

  • Add support for getting parts without having to go via the parts property.
    (i.e. myMap.parts.number can be simply myMap.number). This doesn't work
    for the address part, which is already in use and returns the full address
    as a string (alternatively, use the streetAddress alias). (Closes #154)
  • Add streetAddress alias of address to Parts.

Changed

  • PartsLegacy will be used when Google is the chosen Geo service, giving
    access to additional Google specific parts (Fixes #167)

Fixed

  • Fix error when normalizing value without an element (Fixes #174)
  • Fix JS error when using two different API keys for Google maps services (Fixes #165)
  • Fix parts being lost when moving from new to legacy (any other geo service to google)
  • Fix issue with Mapbox geo service when country was unrestricted
  • Fix JS issues when using Apple or Google Maps in an element edit HUD (Fixes #175)

3.6.0

12 Jul 15:16
@Tam Tam
27b62a7
Compare
Choose a tag to compare

3.6.0 - 2019-07-12

{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

20 Jun 13:21
@Tam Tam
864e1f6
Compare
Choose a tag to compare

3.5.2 - 2019-06-20

Improved

  • FeedMe can now import the individual map parts

3.5.1

20 Jun 12:05
@Tam Tam
67a17c9
Compare
Choose a tag to compare

3.5.1 - 2019-06-20

Added

  • Maps can now populate address and lat/lng data based off only a postcode