Releases: sulu/SuluFormBundle
Releases · sulu/SuluFormBundle
Release 2.1.2 (2021-04-12)
2.1.2 (2021-04-12)
Merged pull requests:
- Fix csrf token validation after submit #285 (@alexander-schranz)
Release 2.1.1 (2021-04-12)
Release 2.1.0 (2021-02-23)
Merged pull requests:
- Add deactivate attachment save flag #271 (@alexander-schranz)
- Upgrade doctrine packages for prepare PHP 8 compatibility #280 (@alexander-schranz)
- Fix caching for forms #277 (@Prokyonn)
- Expand composer lint script and add php-cs-fixer as dev-dependency #276 (@nnatter)
- Update github actions for 2.x #273 (@Prokyonn)
- Fix example configration using %env(SULU_ADMIN_EMAIL)% #266 (@alexander-schranz)
- Update README content #263 (@alexander-schranz)
Release 1.2.0 (2020-10-06)
Release 2.0.0 (2020-07-03)
Full Changelog | UPGRADE | Release Blog Post
Implemented enhancements:
- Receiver and Sender Email should not be required #256
- Form field types are not sorted alphabetically #226
- Rename the composer/packagist name to sulu/form-bundle #223
- Make from and to email not required #262 (luca-rath)
- Update phpstan #261 (Prokyonn)
- Add symfony 5 compatibility #260 (Prokyonn)
- Avoid magic setter and getter in dynamic form #255 (alexander-schranz)
- Remove unnecessary routing file and fix upgrade #254 (alexander-schranz)
- Move controller to dependency injection #252 (alexander-schranz)
- Rename package to sulu/form-bundle #237 (Prokyonn)
- Add locale specific sorting of form field types #231 (tvwijgerden)
- Fix CacheInvalidator and some type issues and increase phpstan to 5 #224 (alexander-schranz)
- Add phpstan validation #222 (Prokyonn)
- Refactor controllers for dependency injection #221 (Prokyonn)
- Update docs using Symfony 4 structure #220 (alexander-schranz)
- Add locale to title-provider #210 (wachterjohannes)
- Upgrade dependencies #204 (alexander-schranz)
- Fix compatibility for Sulu 2 RC2 #202 (Prokyonn)
- Mailchimp List Select #198 (markusmoosbrugger)
Fixed bugs:
- Not possible to type in "Choices" field while using "Select" block #209
- Form selection limited to 10 in Sulu 2.0 #206
- Export data from form to csv #152
- Fix set of media in file upload #259 (alexander-schranz)
- Fix dynamic list with media #251 (alexander-schranz)
- Fix dynamic list builder media urls #250 (alexander-schranz)
- Fix/radio options cant edit #244 (cirykpopeye)
- Remove paragraphs from labels #241 (alexander-schranz)
- Adjust FormWebsiteController reference in dynamic template #240 (Prokyonn)
- Fix templating variable #239 (Prokyonn)
- Fix nullable form field translation #232 (thomasduenser)
- Fix tab condition for template #230 (wachterjohannes)
- Remove filter type attributes from form list definition #229 (Emilvooo)
- Fix handling of recaptcha constraints #227 (martinlagler)
- Add priority and check for existing view #225 (wachterjohannes)
- Fix CacheInvalidator and some type issues and increase phpstan to 5 #224 (alexander-schranz)
- Fix line breaks in notify emails #215 (alexander-schranz)
- Change form selection to overlay #207 (kleinkoerkamp)
Closed issues:
- "sulu_form.handler.saved" event changed to "sulu_form.handler.save" #257
- DynamicListBuilder breaks Listview #249
- Order of fields is reset when saving #245
- Form field personalization #234
- Static Form Compatibility Issues with Sulu 2.0 #233
- Support new list filter configuration #228
- Email content layout #214
- Add honeypot to forms #212
- Add form to another language #208
- Add Sender to Mail #194
- Upgrade Roadmap to Sulu 2.0 compatibility #190
Merged pull requests:
- Fix PostSaveEvent #258 (manuxi)
- Update event dispatching #253 (alexander-schranz)
- Improve honeypot doc #248 (alexander-schranz)
- Add improved basic theme #246 (alexander-schranz)
- Fix field order after save #243 (cirykpopeye)
- Enhance controller referencing syntax #238 (luca-rath)
- Reduce dynamic entity to basic fields #236 (Prokyonn)
- Fix rendering of static forms #235 (luca-rath)
- Add job to upload translations to crowdin #219 (danrot)
- Add possibility for a honeypot field #218 (alexander-schranz)
- Add FormGeneratorCommand #217 (alexander-schranz)
- Add sender the same as parameter for Sender-header on envelope #216 (lkeijmel)
- Add admin for dynamics form data lists #211 (wachterjohannes)
- Fix accidentally added item in composer #205 (reyostallenberg)
- Fix toolbar actions for Sulu2 RC3 compatibility #203 (Prokyonn)
Release 1.1.0 (2020-07-03)
Implemented enhancements:
Release 1.0.1 (2019-09-12)
1.0.1 (2019-09-12)
Merged pull requests:
- Fixed configuration of plain text email templates for static forms #201 (thomasduenser)
Release 1.0.0 (2019-07-29)
No changes since 1.0.0-RC7
Release 1.0.0-RC7 (2019-05-29)
Implemented enhancements:
- Add reference store to form bundle #157 (alexander-schranz)
Fixed bugs:
- Fix travis mysql service #189 (alexander-schranz)
Closed issues:
- Plain text variant for better spam score #187
Merged pull requests:
- Add plain text variant for email #188 (kleinkoerkamp)
1.0.0-RC6 (2019-05-09)
1.0.0-RC6 (2019-05-09)
Implemented enhancements:
- Mailchimp list select limited to 10 #176
- Increase mailchimp limit from 10 to 100 #186 (alexander-schranz)
- Fixed Grammar in Documentation of static forms #184 (marcostastny)
- Add php 7.3 to travis test runs #183 (alexander-schranz)
Fixed bugs:
- Fix hidding of untranslated forms and form fields #185 (alexander-schranz)
Closed issues:
Merged pull requests:
- Fix compatibility with doctrine/orm ^2.6 (#181) #182 (MichelFalke)