Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francgrasso committed Aug 5, 2020
1 parent 2b70ac9 commit 66980ed
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 15 deletions.
31 changes: 30 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: one-column, two-columns, left-sidebar, right-sidebar, wide-blocks, accessi
Requires at least: 4.9.6
Tested up to: WordPress 5.4
Requires PHP: 5.6
Stable tag: 1.2.15
Stable tag: 1.3.0
YITH Proteo WordPress Theme, Copyright 2020 YITH
YITH Proteo is distributed under the terms of the GNU GPL
License: GPLv2 or later
Expand All @@ -25,6 +25,35 @@ Proteo is a sleek, modern and "Gutenberg-friendly" e-commerce theme. Developed w
== Frequently Asked Questions ==

== Changelog ==

= 1.3.0 - August 05 2020 =
* Rearrange Customizer panels and sections
* New option to hide or show "date badge" on blog pages
* New options for footer font size, color, link and alignment management
* New options for footer credits font size, color, link and alignment management
* New topbar font-color, font-size, alignment options
* New topbar links color options
* New option for "update cart" button (textual|button)
* New options for link colors
* New custom logo max width option
* Fix blog sidebar display
* Fix input quantity behaviour when value is empty
* Fix display button when product has no price in product loops
* Fix unstyled button style
* Fix header slider not working on blog page
* Fix yith_proteo_products_loop_add_to_cart_style option not working as expected
* Fix minicart product image issue with hidden visibility products
* Improved style for various YITH plugins
* Refactoring of all scss files
* Support to 'YITH Slider for page builders' on shop page
* Improved WordPress-Core and WordPress-Extra PHPCS
* Improved sticky footer behaviour
* Merge pull request #8 from mklasen/preventTermsExcerpt
* Remove Experimental Lazy Loading options
* Make required plugins function pluggable
* Avoid text decoration from topbar links


= 1.2.15 - July 22 2020 =
* Suggest YITH Proteo Toolkit plugin for a better onboardin experience
* New loop add to cart button style (unstyled | style 1 | style 2)
Expand Down
12 changes: 6 additions & 6 deletions sass/shop/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,19 +142,19 @@ Mini Cart Widget
& > a:not(.remove) {
min-height: 60px;
}

img {
max-width: 50px;
vertical-align: top;
margin-right: 10px;
}
& > * {
display: inline-block;
font-size: 0.9375rem;
font-weight: bold;
color: #1f1f1f;
text-decoration: none;

img {
max-width: 50px;
vertical-align: top;
margin-right: 10px;
}


&:hover {
color: var(--proteo-general_link_color, $color__accent);
Expand Down
2 changes: 1 addition & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.2.15.11
Version: 1.3.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yith-proteo
Expand Down
12 changes: 6 additions & 6 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 66980ed

Please sign in to comment.