Skip to content

Commit

Permalink
Updating the changelog and the version
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Sep 30, 2019
1 parent b9f94fa commit 367da57
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.4.0' );
define( 'LSX_VERSION', '2.5.0' );

if ( class_exists( 'WooCommerce' ) ) {
require get_template_directory() . '/includes/plugins/woocommerce.php';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
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.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
Expand Down

0 comments on commit 367da57

Please sign in to comment.