Releases: bolt/forms
Releases · bolt/forms
Maintenance release 1.0.1
Merge pull request #24 from bolt/feature/date-types Add Date, DateTime and DateInterval types
Stable release 1.0.0
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
Fix used `$boltforms_config`
Minor release 0.5.0
Merge pull request #21 from bolt/bugfix/optional-bootstrap-and-layout Optional bootstrap and layout
Maintenance release 0.4.4
Merge pull request #20 from LordSimal/master fix PHP7.4 error due to wrong config implementation in EmailFactory
Maintenance release 0.4.3
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
Merge pull request #17 from bolt/refactor/decouple-email-create-from-…
Maintenance release 0.4.1
Merge pull request #16 from bolt/enhancement/optional-warning Make incorrect usage of form warning optional
Minor release 0.4.0
- Save Form output into ContentType or regular DB table.
Minor release 0.3.1
Merge pull request #7 from develth/patch-1 CheckboxType