Skip to content

Commit

Permalink
Preparing plugin for version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viscosho committed May 21, 2020
1 parent 8d23d65 commit e420a9e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion changelog.txt → changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Change log

## [[1.4.1]] - In Development
## [[1.4.1]] - 2020-05-21

### Added
- If collapsible facets are on, the first facet will be open by default.
- Added a hover state for the 'sort by' selects.
- Added compatibility for the [pager] facetwp.

### Security
- Updating dependencies to prevent vulnerabilities.
- General testing to ensure compatibility with latest WordPress version (5.4.1).
- General testing to ensure compatibility with latest LSX Theme version (2.8).


## [[1.4.0]](https://github.com/lightspeeddevelopment/lsx-search/releases/tag/1.4.0) - 2020-03-30

Expand Down
4 changes: 2 additions & 2 deletions lsx-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/lightspeeddevelopment/lsx-search
* Description: The LSX Search extension improves the search result pages for LSX Theme.
* Author: LightSpeed
* Version: 1.4
* Version: 1.4.1
* Author URI: https://www.lsdev.biz/
* License: GPL3
* Text Domain: lsx-search
Expand All @@ -19,7 +19,7 @@
define( 'LSX_SEARCH_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_SEARCH_CORE', __FILE__ );
define( 'LSX_SEARCH_URL', plugin_dir_url( __FILE__ ) );
define( 'LSX_SEARCH_VER', '1.4' );
define( 'LSX_SEARCH_VER', '1.4.1' );

/* ======================= Below is the Plugin Class init ========================= */

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: feedmymedia
Donate link: https://donate.lsdev.biz/
Tags: lsx, search, facetwp, Gutenberg, category
Requires at least: 5.1.1
Tested up to: 5.4
Tested up to: 5.4.1
Requires PHP: 7.0
Stable tag: 1.4
Stable tag: 1.4.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down

0 comments on commit e420a9e

Please sign in to comment.