From 367da579ddf321506a9253767cec4741a6a996ce Mon Sep 17 00:00:00 2001 From: Warwick Booth Date: Tue, 1 Oct 2019 00:06:43 +0200 Subject: [PATCH] Updating the changelog and the version --- changelog.md | 5 +++++ functions.php | 2 +- package.json | 2 +- style.css | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 2925631e0..0d77a0b85 100644 --- a/changelog.md +++ b/changelog.md @@ -4,8 +4,13 @@ * Dev - Removed the unsed Bootstrap SCSS and Glyphicon files. * Dev - Added in a filter to allow plugins to lazy load the sliders * Dev - Added in a function to remove the Popup Maker plugin admin bar tools. +* Dev - Added in a function to defer all JS files enqueued except jquery.js +* Dev - Preloaded all font declaration files +* Dev - Removed the Block styles into a its own CSS file. +* Dev - Added in a schema class which creates the Article Schema using the Yoast API * Fix - Fixing the pagination pointers. * Fix - Reducing the excerpt to 30 words. +* Fix - Fixed minor CSS bugs with the post and page Block layouts. ### 2.4.2 * Dev - Added in a filter to order the sitemap loops. diff --git a/functions.php b/functions.php index 365153b16..af55e82ed 100644 --- a/functions.php +++ b/functions.php @@ -11,7 +11,7 @@ exit; } -define( 'LSX_VERSION', '2.4.0' ); +define( 'LSX_VERSION', '2.5.0' ); if ( class_exists( 'WooCommerce' ) ) { require get_template_directory() . '/includes/plugins/woocommerce.php'; diff --git a/package.json b/package.json index 5ce6592e3..310df051d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lsx", - "version": "2.3.2", + "version": "2.5.0", "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.", "main": "gulpfile.js", "repository": { diff --git a/style.css b/style.css index 64ed107d7..d700009c8 100644 --- a/style.css +++ b/style.css @@ -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.4.0 +Version: 2.5.0 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.en.html Text Domain: lsx