Skip to content

Commit

Permalink
Version 1.0.7
Browse files Browse the repository at this point in the history
* Minimum PHP is now 5.6
* Fix theme code to match PHP WordPress Coding standards
* Fix blog posts date layout issue
* Fix menu layout issue
* Fix php notice
* Fix missing select2 scripts when WooCommerce is not enabled
* New screenshot with image authors credits
  • Loading branch information
francgrasso committed Feb 28, 2020
1 parent 7750956 commit 744f10b
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 17 deletions.
2 changes: 1 addition & 1 deletion inc/metaboxes.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class="components-text-control__input">
<?php esc_html_e( 'inherit', 'yith-proteo' ); ?>
</option>
<option
value="<?php esc_attr_e( '\'no-sidebar', 'yith-proteo' ); ?>" <?php echo ( yith_proteo_sidebar_get_meta( 'sidebar_position' ) === 'no-sidebar' ) ? 'selected' : ''; ?>>
value="<?php esc_attr_e( 'no-sidebar', 'yith-proteo' ); ?>" <?php echo ( yith_proteo_sidebar_get_meta( 'sidebar_position' ) === 'no-sidebar' ) ? 'selected' : ''; ?>>
<?php esc_html_e( 'no-sidebar', 'yith-proteo' ); ?>
</option>
<option
Expand Down
10 changes: 9 additions & 1 deletion 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.6
Stable tag: 1.0.6
Stable tag: 1.0.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -25,6 +25,14 @@ Proteo is a sleek, modern and “Gutenberg-friendly” e-commerce theme. Develop
== Frequently Asked Questions ==

== Changelog ==
= 1.0.7 - Feb 28 2020 =
* Minimum PHP is now 5.6
* Fix theme code to match PHP WordPress Coding standards
* Fix blog posts date layout issue
* Fix menu layout issue
* Fix php notice
* Fix missing select2 scripts when WooCommerce is not enabled
* New screenshot with author credits

= 1.0.6 - Feb 24 2020 =
* Add Dutch translation file
Expand Down
16 changes: 9 additions & 7 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,16 @@ Author: YITH
Author URI: https://yithemes.com
Description: Proteo is a sleek, modern and “Gutenberg-friendly” e-commerce theme. Developed with a beautiful UI and a minimal design, is perfect for each kind of shop. Easy to manage and to customize, Proteo is the best solution if you want a complete e-commerce template and start quickly to sell your products with WooCommerce without a technical knowledge. Use it also for corporate site or a blog: there are no limits about what you can do with a beautiful and usable theme like this! Main features: Colors and Typography customization (Google font support), Logo customization, 3 different Header layouts, Advanced customizer theme options, Sidebar Management, Sidebar Chooser on each page and product, Page title icons, Top Bar Management, Easy main color shade chooser, Buttons style management (gradient buttons support), Footer management with multiple sidebars, WooCommerce support, Shop Theme Options, Custom WooCommerce messages and animated WooCommerce alert notices, Two cart page layouts, Bootstrap grid system, CSS animations, Gutenberg support, Responsive, Fullscreen search, Multilevel menus, Support to all YITH plugins, SVG icons for HiDPI screens, Translation Ready. <a href="https://proteo.yithemes.com/about-proteo/" rel="nofollow" target="_blank">Discover more ></a> | <a href="https://proteo.yithemes.com/" rel="nofollow" target="_blank">Check our live demo ></a>
Version: 1.0.6
Version: 1.0.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yith-proteo
Tags: one-column, two-columns, left-sidebar, right-sidebar, wide-blocks, block-styles, buddypress, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
yith-proteo is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
Expand All @@ -31,17 +26,24 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
# Navigation
## Links
## Menus
# Header
# Accessibility
# Alignments
# Clearings
# Full Screen Search
# Widgets
# Content
## Posts and pages
## Comments
# Footer
# WooCommerce
# Infinite scroll
# Media
## Captions
## Galleries
# Shortcodes
# Third Party
# Responsive
--------------------------------------------------------------*/
@import "variables-site/variables-site";
@import "mixins/mixins-master";
Expand Down
Binary file modified screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions style.css

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

2 changes: 1 addition & 1 deletion style.css.map

Large diffs are not rendered by default.

0 comments on commit 744f10b

Please sign in to comment.