Skip to content

Commit

Permalink
change version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mogmarsh committed Aug 20, 2024
1 parent 80cb197 commit 4b08a0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ add_filter(
Changelog
---------

### 0.5.1

* Adds `sp_api_request_url` filter to filter the API url.
* Fixes indexing error when using SP_DEBUG
* Fixes possible fatal where 'sp' is set as a query_var but is not an array
* Fixes CLI display of page size when page size is greater than 999

### 0.5

* **POSSIBLE BREAKING CHANGE**: Moves SearchPress integration to the `posts_pre_query`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "searchpress",
"version": "0.5.0",
"version": "0.5.1",
"main": "Gruntfile.js",
"author": "Matthew Boynes"
}
2 changes: 1 addition & 1 deletion searchpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: SearchPress
* Plugin URI: http://searchpress.org
* Description: Elasticsearch integration for WordPress.
* Version: 0.5
* Version: 0.5.1
* Author: Matthew Boynes, Alley Interactive
* Author URI: https://alley.com
*
Expand Down

0 comments on commit 4b08a0e

Please sign in to comment.