Skip to content

Releases: bolt/forms

Maintenance release 1.0.1

13 Nov 08:53
7203dae
Compare
Choose a tag to compare
Merge pull request #24 from bolt/feature/date-types

Add Date, DateTime and DateInterval types

Stable release 1.0.0

27 Oct 10:58
Compare
Choose a tag to compare

Tagging Stable, because Composer 2 seems to be more strict about version constraints below 1.0

composer update
Loading composer repositories with package information
Updating dependencies
Restricting packages listed in "symfony/symfony" to "^5.1"
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires bolt/forms ^0.5.1, found bolt/forms[dev-more-space-to-honeypot, dev-master, 0.1.0, ..., 0.5.0] but it does not match the constraint.
  Problem 2
    - bolt/forms-extra-recipients v0.1.0 requires bolt/forms ^0.4.2 -> found bolt/forms[0.4.2, 0.4.3, 0.4.4] but it conflicts with your root composer.json require (^0.5.1).
    - bolt/forms-extra-recipients 0.1.1 requires bolt/forms ^0.4.4 -> found bolt/forms[0.4.4] but it conflicts with your root composer.json require (^0.5.1).
    - bolt/forms-extra-recipients 0.1.2 requires bolt/forms ^0.5 -> found bolt/forms[0.5.0] but it conflicts with your root composer.json require (^0.5.1).
    - Root composer.json requires bolt/forms-extra-recipients ^0.1 -> satisfiable by bolt/forms-extra-recipients[v0.1.0, 0.1.1, 0.1.2].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Minor release 0.5.1

27 Oct 10:54
Compare
Choose a tag to compare
Fix used `$boltforms_config`

Minor release 0.5.0

24 Oct 06:26
8d2e55c
Compare
Choose a tag to compare
Merge pull request #21 from bolt/bugfix/optional-bootstrap-and-layout

Optional bootstrap and layout

Maintenance release 0.4.4

22 Oct 11:59
42a4050
Compare
Choose a tag to compare
Merge pull request #20 from LordSimal/master

fix PHP7.4 error due to wrong config implementation in EmailFactory

Maintenance release 0.4.3

17 Oct 10:03
b9090ad
Compare
Choose a tag to compare
Merge pull request #18 from iamgoodbytes/fix-theme-path-overwrite

Added examples for using the Twig namespace when overwriting templates

Maintenance release 0.4.2

07 Oct 14:48
271f2af
Compare
Choose a tag to compare
Merge pull request #17 from bolt/refactor/decouple-email-create-from-…

…send

Decouple generating email from sending it

Maintenance release 0.4.1

06 Oct 14:23
17a13e6
Compare
Choose a tag to compare
Merge pull request #16 from bolt/enhancement/optional-warning

Make incorrect usage of form warning optional

Minor release 0.4.0

01 Oct 13:15
181c949
Compare
Choose a tag to compare
  • Save Form output into ContentType or regular DB table.

Minor release 0.3.1

21 Sep 15:02
26ef324
Compare
Choose a tag to compare
Merge pull request #7 from develth/patch-1

CheckboxType