| 5.2.3 |
## What's Changed * Fix "Back Button Works Only on First Form When Multiple Forms Exist" by @timlg07 in https://github.com/terminal42/contao-mp_forms/pull/95
## New Contributors * @timlg07 made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/95
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.2.2...5.2.3 |
| 5.2.2 |
## What's Changed * Fix incorrect step count in multi-step form by @qzminski in https://github.com/terminal42/contao-mp_forms/pull/92
## New Contributors * @qzminski made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/92
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.2.1...5.2.2 |
| 5.2.1 |
## What's Changed * Fix normalized upload array check by @fritzmg in https://github.com/terminal42/contao-mp_forms/pull/84 * Fix upload files in Contao 4.13 by @zonky2 in https://github.com/terminal42/contao-mp_forms/pull/88 * Fix warning in C4.13 default template nav_default.html5 by @zonky2 in https://github.com/terminal42/contao-mp_forms/pull/87
## New Contributors * @fritzmg made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/84 * @zonky2 made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/88
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.2.0...5.2.1 |
| 5.2.0 |
## What's Changed * Support multiple file upload widgets in form summary step by @Toflar in https://github.com/terminal42/contao-mp_forms/pull/83
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.1.2...5.2.0 |
| 5.1.2 |
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.1.1...5.1.2 |
| 5.1.1 |
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.1.0...5.1.1 |
| 5.1.0 |
## What's Changed * Update the CI chain by @Toflar in https://github.com/terminal42/contao-mp_forms/pull/78 * Feature/configure download template by @cgoIT in https://github.com/terminal42/contao-mp_forms/pull/77
## New Contributors * @cgoIT made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/77
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.0.3...5.1.0 |
| 5.0.3 |
|
| 5.0.2 |
|
| 5.0.1 |
## What's Changed * Fixed uninitialized properties when no form fields are available by @Toflar in https://github.com/terminal42/contao-mp_forms/pull/68 * Fix default field value by @wiphi in https://github.com/terminal42/contao-mp_forms/pull/69
## New Contributors * @wiphi made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/69
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/5.0.0...5.0.1 |
| 5.0.0 |
- This is a complete rewrite from scratch! - Compatible only with PHP ^8.1 and Contao 4.13 and ^5.0 (and thus also Haste 5) - Read the `UPGRADE.md` to know how to upgrade!
|
| add Zeige mehr Versionen an |
| 4.4.0 |
## What's Changed * Split session handling into separate class by @aschempp in https://github.com/terminal42/contao-mp_forms/pull/62
## New Contributors * @aschempp made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/62
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.10...4.4.0 |
| 4.3.10 |
- Fix PHP 8 compatibility
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.9...4.3.10 |
| 4.3.9 |
- Fix PHP 8 compatibility
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.8...4.3.9 |
| 4.3.8 |
- Fix PHP 8 compatibility
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.7...4.3.8 |
| 4.3.7 |
- Fix PHP 8 compatibility
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.6...4.3.7 |
| 4.3.6 |
* Fixed validation of previous steps
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.5...4.3.6 |
| 4.3.5 |
|
| 4.3.4 |
|
| 4.3.3 |
## What's Changed * Fix default value of sessionRefParam by @MarkejN in https://github.com/terminal42/contao-mp_forms/pull/59
## New Contributors * @MarkejN made their first contribution in https://github.com/terminal42/contao-mp_forms/pull/59
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.2...4.3.3 |
| 4.3.2 |
|
| 4.3.1 |
## What's Changed
- Fix summary with uploads - Fix session access
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.3.0...4.3.1 |
| 4.3.0 |
## What's Changed
* Uses a `ref` parameter now to allow simultaneous editing in multiple tabs! * Fixed a few bugs and improved compatibility with the notification center
**Full Changelog**: https://github.com/terminal42/contao-mp_forms/compare/4.2.3...4.3.0 |
| 4.2.3 |
|
| 4.2.2 |
* Japanese translation |
| 4.2.1 |
|
| 4.2.0 |
* Improved validation support (= supporting the password form field now too) * Supports custom form field templates now
**!!! IMPORTANT !!!**
Because of Contao's naming convention, the template names had to be adjusted. So be sure that when you update to this version, you rename your custom templates like so:
* `form_mp_forms_placeholder` -> `form_mp_form_placeholder` * `form_mp_forms_page_switch` -> `form_mp_form_page_switch` * `mod_mp_forms_steps` -> `mod_mp_form_steps`
No major version was released for this as template changes are not part of [Contao's BC promise](https://docs.contao.org/dev/internals/bc-promise/) either.
|
| 4.1.0 |
* Added support for configurable URL fragments |
| 4.0.0 |
* Compatible only with Contao ^4.4 * Raised minimum PHP version to 7.1 * The last form field does not necessarily have to be a page break form field anymore. * Introduced new insert tags e.g. to use a value submitted in a previous step as default value on a following page. * Introduced a new **summary element** which let's you summarize the previous steps (most requested feature!) * Fixed a few issues.
This is a new **major** release which means it can **break** your configuration! Make sure to properly test your form, layouting etc. before deploying to production! |
| 4.0.0-rc2 |
|
| 4.0.0-rc1 |
|
| 3.0.10 |
|
| 3.0.9 |
|
| 3.0.8 |
|
| 3.0.7 |
|
| 3.0.6 |
|
| 3.0.5 |
|
| 3.0.4 |
|
| 3.0.3 |
|
| 3.0.2 |
|
| 3.0.1 |
|
| 3.0.0 |
|
| 3.0.0-rc3 |
|
| 3.0.0-rc2 |
|
| 3.0.0-rc1 |
|
| 2.0.4 |
|
| 2.0.3 |
|
| 2.0.2 |
|
| 2.0.1 |
|
| 2.0.0 |
|
| dev-main |
|
| dev-feature/contao-57 |
|