Skip to content

Commit

Permalink
version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
francgrasso committed Feb 24, 2020
1 parent 013e570 commit 28e8abc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inc/metaboxes.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function yith_proteo_remove_header_and_footer_add_meta_box() {
);
}

add_action( 'add_meta_boxes', 'yith_proteo_remove_header_and_footer_add_meta_box' );
//add_action( 'add_meta_boxes', 'yith_proteo_remove_header_and_footer_add_meta_box' );

/**
* Remove header and footer metabox
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: one-column, two-columns, left-sidebar, right-sidebar, wide-blocks, accessi
Requires at least: 4.9.6
Tested up to: WordPress 5.3
Requires PHP: 5.2.4
Stable tag: 1.0.5
Stable tag: 1.0.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -26,9 +26,16 @@ Proteo is a sleek, modern and “Gutenberg-friendly” e-commerce theme. Develop

== Changelog ==

= x.x.x - Xxx xx xxxx =
= 1.0.6 - Feb 24 2020 =
* Add Dutch translation file
* Fix css issue on radio buttons click
* Add "yith_proteo_myaccount_custom_icon" filter to change icons on my account page
* Add Greek language files
* Move woocommerce ordering on right side
* Fix sticky header behavior when header element is not present
* Add missing post date from Recent Posts widget
* Fix missing $post variable
* Add all third party css and js minified and unminified versions

= 1.0.5 - Dec 27 2019 =
* Italian translation file
Expand Down

0 comments on commit 28e8abc

Please sign in to comment.