Skip to content

Latest commit

 

History

History
125 lines (91 loc) · 8.59 KB

CHANGELOG.md

File metadata and controls

125 lines (91 loc) · 8.59 KB

Changelog

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

2.3.0 - 2024-03-04

This version introduces the new External Content feature. Check our blog post for more info.

Added

Changed

2.2.0 - 2023-11-01

Added

Changed

Security

  • Bumped @babel/traverse from 7.19.3 to 7.23.2. Props @dependabot via #80.

2.1.1 - 2023-09-28

Added

  • Integrate with WP update system to alert users about new versions. Props @felipeelia via #76.

Changed

  • Update the User Indexable files (bringing from the main plugin.) Props @MARQAS via #72 and #79.

Removed

  • Remove old Mapping files for Users. Props @MARQAS via #72.

Fixed

  • Boolean Operator (Not) not giving the expected result. Props @MARQAS via #67.
  • Fatal Error in command line. Props @MARQAS via #69.
  • PHP Warnings. Props @felipeelia via #71.

Security

2.1.0 - 2023-03-02

Added

Changed

  • Code standards are now applied to the test suite too. Props @felipeelia via #54.
  • Hide subfeatures if the required plugins are not activated. Props @burhandodhy via #56.

Fixed

  • Adjusted the method used to determine if classes are loaded. Props @ecaron via #51.
  • Ensure feature classes are only loaded once. Props @ecaron via #43.
  • PHP Lint on PHP 8. Props @felipeelia via #49.

Security

2.0.0 - 2022-10-17

Added

Changed

  • Minimum requirements to run the plugin: ES (5.2-7.10), PHP 7.0+, WP 5.6+, and EP 4.3.0+. Props @felipeelia via #29 and #30.
  • Assets are now built using 10up Toolkit. Props @felipeelia via #28.
  • Search algorithm selection now makes use of ElasticPress classes. Props @felipeelia via #31.
  • Small Refactor of BooleanSearchOperators and update of an ElasticPress filter usage. Props @felipeelia via #33.
  • Meta Key Pattern: settings fields renamed and HTML fix. Props @felipeelia via #34.
  • Co-authors Plus description and small refactor. Props @felipeelia via #35.

Fixed

Removed

1.2.0 - 2021-09-01

Added

1.1.0 - 2021-07-27

Added

1.0.0 - 2021-02-09

Added

  • Initial plugin release.