Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-forms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-forms
Merge requests
!28
release: 3.0.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
release: 3.0.0
devel
into
master
Overview
0
Commits
46
Pipelines
1
Changes
1
Merged
Krzysztof Dyszczyk
requested to merge
devel
into
master
2 years ago
Overview
0
Commits
46
Pipelines
1
Changes
1
0
0
Merge request reports
Viewing commit
aef962c8
Prev
Next
Show latest version
1 file
+
13
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
aef962c8
chore: update changelog
· aef962c8
Bartek Jaskulski
authored
2 years ago
changelog.txt
+
13
−
13
View file @ aef962c8
Edit in single-file editor
Open in Web IDE
Show full file
# Changelog
## [3.0.0] - 2022-07-19
### Added
- Added strong typing to all the interfaces
- Added fields sorting by priority field
- Normalized string escaping in all template files
- Added InputEmailField and EmailSerializer classes
### Changed
- All getters and setter in BasicField are now declared final
- FormWithFields accepts only ContainerInterface in ::set_data() method. Prepare data before passing it
### Removed
- Removed deprecated classes
- Removed NoSerialize class
## [2.4.12] - 2021-12-22
### Fixed
- Fixed image input JS
@@ -20,19 +33,6 @@
### Fixed
- Add escaping functions to all templates
## [3.0.0]
### Added
- Added strong typing to all of the interfaces
- Added fields sorting by priority field
- Normalized string escaping in all template files
- Added InputEmailField and EmailSerializer classes
### Changed
- All getters and setter in BasicField are now declared final
- FormWithFields accepts only ContainerInterface in ::set_data() method. Prepare data before passing it
### Removed
- Removed deprecated classes
- Removed NoSerialize class
## [2.4.7] - 2021-09-20
### Fixed
- Add missing escaping functions in templates
Loading