Skip to content

Releases: uoe-dlam/wp-solr

v.1.1.0

Choose a tag to compare

@ajuszczyk ajuszczyk released this 28 Jul 12:36
6db3fd9

Changed

  • Update the plugin to work with EntraID instead of ease (PR #19)

v1.1.1

Choose a tag to compare

@ajuszczyk ajuszczyk released this 28 Jul 13:20
6a4e40d

Added

  • Added a helper so other plugins can find the number of posts belonging to a user (PR #22)

v1.0.4

Choose a tag to compare

@ajuszczyk ajuszczyk released this 13 Jun 11:38
ea4012c

[1.0.4] - 2022-06-23

Fixed

  • Move re-indexing to the CLI to avoid PHP timeouts and update solarium version. (PR #14)

Changed

  • Updated the plugin link to point to GitHub instead of GitLab (PR #11)

[1.0.3] - 2021-05-12

Fixed

  • Changed Solarium client to use post instead of get to stop URI Too Long errors (PR #10)

v1.0.2

Choose a tag to compare

@Sephster Sephster released this 12 May 12:48
c093d27

Changed

  • Updated the plugin link to point to GitHub instead of GitLab (PR #11)

Fixed

  • Changed Solarium client to use post instead of get to stop URI Too Long errors (PR #10)
  • When indexing the full site, trashed blogs are no longer included in the search index (PR #9)

v1.0.1

Choose a tag to compare

@Sephster Sephster released this 30 Apr 15:41

Fixed

  • Trashed blog posts are now deleted from the search results (PR #8)

Security

  • Updating dependencies to fix vulnerabilities in symfony/cache and symfony/var-exporter (PR #7)

v1.0.0

Choose a tag to compare

@Sephster Sephster released this 29 Apr 10:45
560a901
  • Initial Release