Releases: felipeelia/cf7-repeatable-fields
2.0.2
This is a security release. It fixes a Stored cross-site scripting (XSS) vulnerability, that allowed users with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. Thanks to Peter Thaleikis and the Wordfence team for reaching out about it.
Added
- New
wpcf7_field_group_contentfilter. Props @Tessachu and @felipeelia via #90. - End-to-end basic tests. Props @felipeelia via #78.
Changed
- Node version to v20. Props @felipeelia via #89.
Security
- Sanitize wrapper div attributes. Props Peter Thaleikis and @felipeelia via #90.
- Bumped
postcssfrom 8.4.26 to 8.4.31. Props @dependabot via #70. - Updated
wsfrom 8.13.0 to 8.18.0. Props @dependabot via #88. - Updated
@wordpress/scriptsfrom 27.7.0 to 30.3.0. Props @dependabot via #88. - Bumped
bracesfrom 3.0.2 to 3.0.3. Props @dependabot via #80. - Bumped
webpackfrom 5.91.0 to 5.94.0. Props @dependabot via #82. - Bumped
expressfrom 4.18.2 to 4.19.2. Props @dependabot via #74. - Bumped
follow-redirectsfrom 1.15.2 to 1.15.6. Props @dependabot via #76. - Bumped
webpack-dev-middlewarefrom 5.3.3 to 5.3.4. Props @dependabot via #75. - Bumped
@babel/traversefrom 7.22.8 to 7.23.2. Props @dependabot via #71. - Several node packages updated. Props @felipeelia via #77.
See: https://github.com/felipeelia/cf7-repeatable-fields/milestone/4?closed=1
2.0.1
Added
- End-to-end tests foundation. Props @felipeelia via #64.
Changed
- Removed unnecessary files from final package. Props @felipeelia via #63.
Fixed
- Required checkbox not showing validation messages. Props @felipeelia via #62.
See: https://github.com/felipeelia/cf7-repeatable-fields/milestone/2?closed=1
2.0.0
Note that this version changes minimum required versions of:
- WordPress: 6.0+
- PHP: 7.2+
- Contact Form 7: 5.7+
This release marks the (slow) resumption of this plugin development. If you want to know more about it check out this blog post. If you find this plugin useful, consider leaving it a review.
Added
- Support to wp-env. See 6db4e08.
group_idas a parameter to all filters. See #51.- Very basic unit testing. See #52.
Changed
- Linting tools and script build process. See 6db4e08.
- Docs were migrated to GitHub wiki. See 14fdd49.
Fixed
- Validation problem with Contact Form 5.7+. Props @sfdeveloper via this comment - added in 6db4e08.
See: https://github.com/felipeelia/cf7-repeatable-fields/milestone/1?closed=1
1.1.3
Changelog
- Update WP
Tested up tofield - Apply WP Coding Standards
- Fix a small sanitation problem
This is the first release using the 10up's WordPress.org Plugin Deploy GitHub Action 🎉