Skip to content

Commit

Permalink
Preparing plugin for version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viscosho committed Nov 13, 2019
1 parent ee85c46 commit 2779c6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### 1.2.1 - 13 November 2019
* Fix - Fixing the ` Undefined variable: col_enabled` error.

### 1.2.0 - 1 October 2019
# Dev - Adding the .gitattributes file to remove unnecessary files from the WordPress version.
* Dev - Added in lazyloading for the sliders.
Expand Down
4 changes: 2 additions & 2 deletions lsx-testimonials.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: LSX Testimonials
* Plugin URI: https://lsx.lsdev.biz/extensions/testimonials/
* Description: The LSX Testimonials extension adds the "Testimonials" post type.
* Version: 1.2.0
* Version: 1.2.1
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* License: GPL3
Expand All @@ -20,7 +20,7 @@
define( 'LSX_TESTIMONIALS_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_TESTIMONIALS_CORE', __FILE__ );
define( 'LSX_TESTIMONIALS_URL', plugin_dir_url( __FILE__ ) );
define( 'LSX_TESTIMONIALS_VER', '1.2.0' );
define( 'LSX_TESTIMONIALS_VER', '1.2.1' );


/* ======================= Below is the Plugin Class init ========================= */
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: lsx, gutenberg, testimonials, post type, carousel
Requires at least: 4.9
Tested up to: 5.2.2
Requires PHP: 7.0
Stable tag: 1.2.0
Stable tag: 1.2.1
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down

0 comments on commit 2779c6c

Please sign in to comment.