Skip to content

Releases: praxisnetau/silverware-contact

1.5.0 (2018-06-12)

12 Jun 13:22
Compare
Choose a tag to compare

Full Changelog

Updated

  • base resources path to match new public folder structure

1.4.1 (2018-05-24)

24 May 00:58
Compare
Choose a tag to compare

Full Changelog

Updated

  • allowed the link type for PhoneItem to be set to tel: or callto:

1.4.0 (2018-03-26)

26 Mar 07:28
Compare
Choose a tag to compare

Full Changelog

Added

  • "list mode" for ContactComponent and items

Updated

  • build dependencies

Fixed

  • bug with nested divs incorrectly showing as block in inline mode for ContactComponent

1.3.0 (2018-01-10)

10 Jan 04:38
Compare
Choose a tag to compare

Full Changelog

Added

  • ability to hide country on AddressItem
  • custom OnSendMessage for individual ContactPage recipients (shown on form after submission)

Fixed

  • incorrect margin style on HeadingItem

1.2.3 (2017-12-11)

11 Dec 00:42
Compare
Choose a tag to compare

Full Changelog

Updated

  • added $table_name for all data objects

1.2.2 (2017-11-30)

30 Nov 05:25
Compare
Choose a tag to compare

Full Changelog

Updated

  • AddressItem now supports a second line for streets

Fixed

  • AddressItem country code forced to lowercase in onBeforeWrite()

1.2.1 (2017-10-09)

09 Oct 02:38
Compare
Choose a tag to compare

Full Changelog

Added

  • inline layout mode for items rendered by ContactComponent

Updated

  • build dependencies
  • updated from silverstripe-module to silverstripe-vendormodule

Removed

  • removed unnecessary dir and path from _config.php

1.1.0 (2017-09-22)

22 Sep 01:20
Compare
Choose a tag to compare

Full Changelog

Updated

  • dependency for silverware/silverware bumped to v1.3

Fixed

  • content bug with ContactItem rendering two content divs
  • ContactItem now obtains it's template using the getTemplate() method

1.0.2 (2017-07-16)

15 Jul 23:19
Compare
Choose a tag to compare

Full Changelog

Updated

  • improved field section naming in getCMSFields
  • changed theme reference to silverware-theme in webpack config

1.0.1 (2017-07-04)

04 Jul 01:41
Compare
Choose a tag to compare

Full Changelog

Updated

  • documentation for new components
  • list of requirements

Fixed

  • missing $description value in ContactItem

Removed

  • unnecessary @todo tag in ContactPageController