Skip to content

Commit

Permalink
* Fix - Removing lsx_defer_parsing_of_js and preload_css because …
Browse files Browse the repository at this point in the history
…they have conflicts with cache plugins.
  • Loading branch information
viscosho committed Dec 19, 2019
1 parent c34285e commit bffa252
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## LSX Changelog

### 2.6.1
* Fix - Removing `lsx_defer_parsing_of_js` and `preload_css` because they have conflicts with cache plugins.

### 2.6
* Dev - Added in a `lsx_defer_parsing_of_js` filter to allow plugins to skip their files.
* Dev - Added an additional thumbnail image size for post carousel blocks `lsx-thumbnail-carousel`.
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
exit;
}

define( 'LSX_VERSION', '2.6' );
define( 'LSX_VERSION', '2.6.1' );

if ( class_exists( 'WooCommerce' ) ) {
require get_template_directory() . '/includes/woocommerce/woocommerce.php';
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: LSX Theme, Gutenberg, Block Based Builder, WordPress Theme
Requires at least: 5.1.1
Tested up to: 5.3.2
Requires PHP: 7.0
Stable tag: 2.6
Stable tag: 2.6.1
License: GPLv3
Licence URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down Expand Up @@ -47,6 +47,10 @@ If you're a developer who's spotted a bug issue and have a fix, or simply have f

== Changelog ==

= 2.6.1 =

* Fix - Removing `lsx_defer_parsing_of_js` and `preload_css` because they have conflicts with cache plugins.

= 2.6 =

* Dev - Added in a lsx_defer_parsing_of_js filter to allow plugins to skip their files.
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://lsx.lsdev.biz/
Description: LSX is a light-weight, minimalistic and responsive WordPress theme that allows users to create fast, efficient and attractive websites that are feature-rich. We've built it to be fully compatible with WooCommerce, making it an ideal choice for your next eCommerce build. Its lightweight build ensures better load times, a bonus for both user experience and SEO.
Author: LightSpeed
Author URI: https://www.lsdev.biz/
Version: 2.6
Version: 2.6.1
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: lsx
Expand Down

0 comments on commit bffa252

Please sign in to comment.