mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
22 lines
439 B
Markdown
22 lines
439 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
## [3.0.0]
|
|
|
|
Changelog added.
|
|
|
|
## [3.0.1]
|
|
|
|
* Made userforms a supported module
|
|
* Fix code coverage
|
|
* Update documentation to include requirements
|
|
* Fix DisplayRule versioning
|
|
* Fix duplication of forms with groups
|
|
|
|
## [3.0.2]
|
|
|
|
* Fix Casting to integer to prevent potential SQL injection.
|