Skip to content

Commit

Permalink
Tag new Major version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viscosho committed Aug 7, 2019
1 parent f849ef4 commit 0fcf52d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 8 deletions.
13 changes: 9 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## LSX Changelog

### 2.3.4
* Fix - Removing the post meta, as it is being added via an action
* Dev - Separating the content.php and the related content.php
* Dev - Changing the lsx-thumbnail-wide image size to 360x168
### 2.4.0
* Fix - Removing the post meta, as it is being added via an action.
* Dev - Separating the content.php and the related content.php.
* Dev - Changing the lsx-thumbnail-wide image size to 360x168.
* Fix - Fixed the issue where Nav menu widgets are missing titles on single events pages.
* Dev - Updates y styles and structures to match the new LSX BLOG Customizer.
* Fix - Fix core php issue.
* Dev - Adding more styling for banners, single, archive pages and search pages.
* Div - Improving search form styles.
* Fix - Adding function to show trimmed content if there is no excerpt.

### 2.3.3
* Fix - Various Breadcrumb fixes.
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.3.1' );
define( 'LSX_VERSION', '2.4.0' );

if ( class_exists( 'WooCommerce' ) ) {
require get_template_directory() . '/includes/plugins/woocommerce.php';
Expand Down
16 changes: 14 additions & 2 deletions 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.2.1
Requires PHP: 7.0
Stable tag: 2.3.3
Stable tag: 2.4.0
License: GPLv3
Licence URI: https://www.gnu.org/licenses/gpl-3.0.en.html

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

== Changelog ==

= 2.4.0 =
* Fix - Removing the post meta, as it is being added via an action.
* Dev - Separating the content.php and the related content.php.
* Dev - Changing the lsx-thumbnail-wide image size to 360x168.
* Fix - Fixed the issue where Nav menu widgets are missing titles on single events pages.
* Dev - Updates y styles and structures to match the new LSX BLOG Customizer.
* Fix - Fix core php issue.
* Dev - Adding more styling for banners, single, archive pages and search pages.
* Div - Improving search form styles.
* Fix - Adding function to show trimmed content if there is no excerpt.


= 2.3.3 =
* Fix - Various Breadcrumb fixes.
* Dev - Code Standards Updates
Expand Down Expand Up @@ -521,4 +533,4 @@ If you're a developer who's spotted a bug issue and have a fix, or simply have f
== Upgrade Notice ==

= 1.2.4
* Upgrade to remove the security related bug with the Genericons Example.html file.
* Upgrade to remove the security related bug with the Genericons Example.html file.
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.3.3
Version: 2.4.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 0fcf52d

Please sign in to comment.