Skip to content

Commit

Permalink
tagging 1.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
viscosho committed Sep 13, 2019
1 parent 2b697fb commit 70dfabf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Change log

### 1.2.2 - In development
### 1.3 - 13 September 2019
* Dev - Cosmetic improvements to Search
# Dev - Adding the .gitattributes file to remove unnecessary files from the WordPress version.
* Dev - making the layout for search independent from the archive layouts.
* Dev - Adding the .gitattributes file to remove unnecessary files from the WordPress version.
* Dev - Making the layout for search independent from the archive layouts.
* Dev - Adding collapsible facets option.

### 1.2.1
* Dev - Fixed the wp_kses error causing the archive facets not to load.
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: tour operator, facetwp, search, search widget, gutenberg
Requires at least: 4.9
Tested up to: 5.2.2
Requires PHP: 7.0
Stable tag: 1.2.1
Stable tag: 1.3
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down
4 changes: 2 additions & 2 deletions to-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Tour Operator Search
* Plugin URI: https://www.lsdev.biz/product/tour-operator-search/
* Description: The Tour Operator Search extension adds robust search functionality to sites, allowing filterable search by post type, category and more.
* Version: 1.2.1
* Version: 1.3
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* License: GPL3+
Expand All @@ -20,7 +20,7 @@
define( 'LSX_TO_SEARCH_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_TO_SEARCH_CORE', __FILE__ );
define( 'LSX_TO_SEARCH_URL', plugin_dir_url( __FILE__ ) );
define( 'LSX_TO_SEARCH_VER', '1.2.1' );
define( 'LSX_TO_SEARCH_VER', '1.3' );

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

Expand Down

0 comments on commit 70dfabf

Please sign in to comment.