Skip to content

Commit

Permalink
Merge pull request #63 from codefoxes/dev
Browse files Browse the repository at this point in the history
Version 2.5.0
  • Loading branch information
karthikax authored Feb 6, 2021
2 parents dc515af + 8a08fe4 commit 3588ce3
Show file tree
Hide file tree
Showing 59 changed files with 5,798 additions and 9,902 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Use Greenlet as base theme and as a starting point to create a child theme accor
- Powerful Header and Footer builder
- Add Logo, Menu & Togglers to headers & footers
- Header and Footer Contents from Widgets or Template File
- Content Layout - Section ordering
- Content Layout - Section visibility
- Pagination - Default (Newer and Older Posts)
- Pagination - Numbered
- Pagination - Numbered Ajax
Expand Down
17 changes: 17 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Version 2.5.0 / Release: 07-02-2021
===================
New: Post sections ordering
New: Post sections visibility
New: Section layout for Post list, Single Post & Page
New: Editable copyright section
New: Background repeat option
Improvement: Better search bar styling
Improvement: Bootstrap styles fix
Improvement: Bootstrap upgrade to 4.6.0
Improvement: Better customizer Content Layout options
Improvement: Customizer options rearrange & hint
Improvement: Replace react-sortable with react-sorablejs
Improvement: Handle Deprecated functions
Fix: Few frontend styles fixes
Fix: Removed legacy font control

Version 2.4.0 / Release: 28-01-2021
===================
New: Option to set primary header, footer
Expand Down
2 changes: 1 addition & 1 deletion comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @package greenlet
*/

if ( post_password_required() ) {
if ( post_password_required() || ! comments_open() ) {
return;
}

Expand Down
2 changes: 1 addition & 1 deletion library/addons/colorwings/class-colorwings-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function add_controls( $wp_customize ) {
$wp_customize->add_section(
'extra_styles',
array(
'title' => __( 'Extra Styles', 'greenlet' ),
'title' => __( 'Style Editor', 'greenlet' ),
'priority' => 900,
'capability' => 'edit_theme_options',
)
Expand Down
2 changes: 1 addition & 1 deletion library/addons/colorwings/js/color-wings-preview.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion library/addons/colorwings/js/color-wings-preview.min.js

Large diffs are not rendered by default.

70 changes: 59 additions & 11 deletions library/addons/colorwings/js/color-wings.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions library/addons/colorwings/js/color-wings.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 3588ce3

Please sign in to comment.