diff --git a/changelog.txt b/changelog.txt index 42da9fa..f809249 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ ## Change log -### 1.2.2 - 13 September 2019 +### 1.3 - 13 September 2019 * Dev - Cosmetic improvements to Search * Dev - Adding collapsible facets option. * Dev - Adding the .gitattributes file to remove unnecessary files from the WordPress version. diff --git a/lsx-search.php b/lsx-search.php index 20df260..a4d6ddf 100644 --- a/lsx-search.php +++ b/lsx-search.php @@ -4,7 +4,7 @@ * Plugin URI: https://github.com/lightspeeddevelopment/lsx-search * Description: LSX Search for LSX Theme. * Author: LightSpeed - * Version: 1.2.2 + * Version: 1.3 * Author URI: https://www.lsdev.biz/ * License: GPL3 * Text Domain: lsx-search @@ -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.2.2' ); +define( 'LSX_SEARCH_VER', '1.3' ); /* ======================= Below is the Plugin Class init ========================= */ diff --git a/readme.txt b/readme.txt index 8fc20cd..27b32f5 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: lsx, search, facetwp, Gutenberg, category Requires at least: 4.9 Tested up to: 5.2.2 Requires PHP: 7.0 -Stable tag: 1.2.2 +Stable tag: 1.3 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html