mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge pull request #395 from scott1702/master
Add changelog for release
This commit is contained in:
commit
f180a1e8b9
16
changelog.md
16
changelog.md
@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [3.0.0]
|
## [3.0.0]
|
||||||
|
|
||||||
Changelog added.
|
* Changelog added.
|
||||||
|
|
||||||
## [3.0.1]
|
## [3.0.1]
|
||||||
|
|
||||||
@ -19,3 +19,17 @@ Changelog added.
|
|||||||
## [3.0.2]
|
## [3.0.2]
|
||||||
|
|
||||||
* Fix Casting to integer to prevent potential SQL injection.
|
* Fix Casting to integer to prevent potential SQL injection.
|
||||||
|
|
||||||
|
## [3.1.0]
|
||||||
|
|
||||||
|
* Add 3.0.3 changelog
|
||||||
|
* Update translations
|
||||||
|
* BUG Prevent subsequent write being triggered in onAfterWrite()
|
||||||
|
* MINOR: Fix for styling of step navigation
|
||||||
|
* MINOR: New email object for each recipient
|
||||||
|
* removed isCheckboxGroup check and replace
|
||||||
|
* Remove '[' and ']' from jQuery selector for checkbox groups
|
||||||
|
* ENHANCEMENT: Add 'HideLabel' field for EditableLiteralField objects
|
||||||
|
* adding some spaces for better readability
|
||||||
|
* Making requirements clearer
|
||||||
|
* Add 3.0.2 changelog
|
@ -38,7 +38,7 @@
|
|||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "3.0.x-dev"
|
"dev-master": "3.1.x-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user