Skip to content

Latest commit

 

History

History
97 lines (62 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

97 lines (62 loc) · 3.93 KB

Changelog

All notable changes to this project will be documented in this file, per the Keep a Changelog standard.

2.0.1 - 2023-09-11

Added

Changed

  • Removed unnecessary files from final package. Props @felipeelia via #63.

Fixed

  • Required checkbox not showing validation messages. Props @felipeelia via #62.

2.0.0 - 2023-07-23

Note that this version changes minimum required versions of:

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_id as a parameter to all filters. See #51.
  • Very basic unit testing. See #52.

Changed

Fixed

1.1.3 - 2019-12-11

  • Update WP Tested up to field
  • Apply WP Coding Standards
  • Fix a small sanitization problem

1.1.2 - 2019-10-10

  • Fix Exclusive Checkboxes

1.1.1 - 2019-09-04

  • Add compatibility to formatted dates ([_format_{field name} "{date format}"])
  • DEV: Copy data and events while cloning a new group (JS)
  • DEV: Pass $new_group as an extra param for the wpcf7-field-groups/added event.
  • DEV: Apply some WPCS rules and add a CF7_REPEATABLE_FIELDS_VERSION const (may affect JS cache)

1.1 - 2018-06-14

  • Replace groups in mail 2 field

1.0.2 - 2018/03/29

  • Fix repeated tags in mail body

1.0.1 - 2018/03/20

  • Fix the wpcf7_field_group_remove_button_atts filter name. Props to @asilvestre87

1.0.0 - 2018/03/19

  • Initial release