diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b5b57..8560d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Solspace Freeform Changelog +## 2.3.4 - 2018-09-24 +### Changed +- Updated page changes (forward and backward) in multipage forms to auto-scroll to form (helpful if your form is lower down on page). + +### Fixed +- Fixed a bug where Salesforce API connections were still holding their connection. +- Fixed a bug where the SharpSpring API integration was not connecting to SharpSpring. +- Fixed a bug where forms would error on front end if Spam Blocking keywords contained regex-specific symbols. + ## 2.3.3 - 2018-09-17 ### Fixed - Fixed a bug where Payments were not working correctly in Flexbox and Grid formatting templates and demo templates. diff --git a/composer.json b/composer.json index 349b452..09d68b4 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "solspace/craft3-freeform-pro", "description": "Adds API integrations, premium field types, advanced exporting and widgets to Freeform.", - "version": "2.3.3", + "version": "2.3.4", "type": "craft-plugin", "minimum-stability": "dev", "authors": [ @@ -12,7 +12,8 @@ ], "require": { "craftcms/cms": "^3.0.0", - "solspace/craft3-commons": "^1.0.8" + "solspace/craft3-freeform": "^2.3.0", + "solspace/craft3-commons": "^1.0.13" }, "autoload": { "psr-4": { diff --git a/src/Fields/RatingField.php b/src/Fields/RatingField.php index 5eb926a..079c8e9 100644 --- a/src/Fields/RatingField.php +++ b/src/Fields/RatingField.php @@ -145,7 +145,7 @@ protected function getInputHtml(): string */ private function getStyles(): string { - $cssPath = __DIR__ . '/../../../freeform/src/Resources/css/fields/rating.css'; + $cssPath = __DIR__ . '/../../../freeform/src/Resources/css/form-frontend/fields/rating.css'; $output = '