Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SFT-1724]: fixing audit issues #1720

Merged
merged 3 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Solspace Freeform plugin for Craft CMS 4.x

Freeform is the most reliable, intuitive and powerful form builder for Craft. Effortlessly build beautiful forms in minutes!
Freeform is the most flexible and user-friendly form builder!

![Freeform icon](packages/plugin/src/icon.svg)

## Overview

Freeform is the most reliable, intuitive and powerful form building plugin for Craft. Everything is at your fingertips in our elegant form builder. It gives you full control to create simple or complex multi-page forms, as well as connect your forms to many built-in popular API integrations. Templating is easy and highly customizable. Our ready-to-go templates and features will have you ready in minutes! You can trust Freeform and the team behind it to deliver the quality and support you expect and deserve. [Craft themselves trust Freeform for their own contact form](https://craftcms.com/contact)!
Freeform is a super flexible form-building tool that’s perfect for whatever project you’re working on! Its easy-to-use builder makes creating forms a piece of cake. Plus, it works great with your go-to CRMs and email marketing tools.

## Helpful Links

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": "solspace/craft-freeform",
"description": "The most reliable form builder that's ready for wherever your project takes you.",
"version": "4.1.23",
"description": "The most flexible and user-friendly form builder!",
"version": "4.1.23.1",
"type": "craft-plugin",
"authors": [
{
Expand Down
4,976 changes: 3,574 additions & 1,402 deletions packages/builder/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-dnd-html5-backend": "^12.1.1",
"react-dom": "^16.13.1",
"react-joyride": "^2.3.0",
"react-quill": "^2.0.0",
"react-quill-new": "^3.3.3",
"react-redux": "^7.2.2",
"react-svg-loader": "^3.0.3",
"react-tippy": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/actions/Actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Freeform for Craft CMS
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
* @see https://docs.solspace.com/craft/freeform
* @license https://docs.solspace.com/license-agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/actions/Connections.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Freeform for Craft CMS
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
* @see https://docs.solspace.com/craft/freeform
* @license https://docs.solspace.com/license-agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/actions/DragDrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Freeform for Craft CMS
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
* @see https://docs.solspace.com/craft/freeform
* @license https://docs.solspace.com/license-agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/actions/Fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Freeform for Craft CMS
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
* @see https://docs.solspace.com/craft/freeform
* @license https://docs.solspace.com/license-agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/actions/FormTemplates.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Freeform for Craft CMS
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
* @see https://docs.solspace.com/craft/freeform
* @license https://docs.solspace.com/license-agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/actions/GeneratedOptionLists.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Freeform for Craft CMS
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
* @see https://docs.solspace.com/craft/freeform
* @license https://docs.solspace.com/license-agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/actions/Integrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Freeform for Craft CMS
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
* @see https://docs.solspace.com/craft/freeform
* @license https://docs.solspace.com/license-agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/actions/MailingLists.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Freeform for Craft CMS
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
* @see https://docs.solspace.com/craft/freeform
* @license https://docs.solspace.com/license-agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/actions/Notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Freeform for Craft CMS
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
* @see https://docs.solspace.com/craft/freeform
* @license https://docs.solspace.com/license-agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/actions/PageDragDrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Freeform for Craft CMS
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
* @see https://docs.solspace.com/craft/freeform
* @license https://docs.solspace.com/license-agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/actions/PaymentGateways.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Freeform for Craft CMS
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
* @see https://docs.solspace.com/craft/freeform
* @license https://docs.solspace.com/license-agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/actions/Rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Freeform for Craft CMS
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
* @see https://docs.solspace.com/craft/freeform
* @license https://docs.solspace.com/license-agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Freeform for Craft CMS
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
* @see https://docs.solspace.com/craft/freeform
* @license https://docs.solspace.com/license-agreement
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import CompressIcon from '@ff/builder/assets/icons/compress-solid.svg';
import ExpandIcon from '@ff/builder/assets/icons/expand-solid.svg';
import PropTypes from 'prop-types';
import React from 'react';
import ReactQuill from 'react-quill';
import ReactQuill from 'react-quill-new';
import BasePropertyEditor from './BasePropertyEditor';
import TextProperty from './PropertyItems/TextProperty';
import { Button } from './Html';
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/reducers/Composer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Freeform for Craft CMS
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
* @see https://docs.solspace.com/craft/freeform
* @license https://docs.solspace.com/license-agreement
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Controllers/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Controllers/CodepackController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Controllers/CrmController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Controllers/DiagnosticsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Controllers/FieldsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Controllers/FormsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Controllers/MailingListsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Controllers/SettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Controllers/StatusesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Controllers/SubmissionsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Controllers/SubmitController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Fields/CheckboxField.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Fields/CheckboxGroupField.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Fields/DynamicRecipientField.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Fields/EmailField.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Fields/FileUploadField.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Fields/HiddenField.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Fields/HtmlField.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Fields/MailingListField.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Fields/MultipleSelectField.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Fields/Pro/PasswordField.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Fields/Pro/RichTextField.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Fields/RadioGroupField.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Freeform for Craft CMS.
*
* @author Solspace, Inc.
* @copyright Copyright (c) 2008-2024, Solspace, Inc.
* @copyright Copyright (c) 2008-2025, Solspace, Inc.
*
* @see https://docs.solspace.com/craft/freeform
*
Expand Down
Loading