Skip to content

Commit

Permalink
version 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
francgrasso committed Jun 17, 2020
1 parent 33bc26d commit a3c8d3e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion inc/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ function yith_proteo_customize_register( $wp_customize ) {
'type' => 'radio',
'label' => esc_html__( 'Choose the single post layout', 'yith-proteo' ),
'section' => 'yith_proteo_blog_management',
'description' => esc_html__( 'Select where to display the default sidebar. You can adjust the settings from the page/post edit view.', 'yith-proteo' ),
'description' => esc_html__( 'Disable sidebars if you want to use Background picture layout.', 'yith-proteo' ),
'choices' => array(
'standard' => esc_html__( 'Standard', 'yith-proteo' ),
'background_picture' => esc_html__( 'Background picture', 'yith-proteo' ),
Expand Down
17 changes: 16 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.8
Stable tag: 1.2.9
YITH Proteo WordPress Theme, Copyright 2020 YITH
YITH Proteo is distributed under the terms of the GNU GPL
License: GPLv2 or later
Expand All @@ -26,6 +26,21 @@ Proteo is a sleek, modern and "Gutenberg-friendly" e-commerce theme. Developed w

== Changelog ==

= 1.2.9 - June 17 2020 =
* New product taxonomy sidebar management (like YITH Brands)
* New my-account responsive toggle structure
* New wp_body_open hook for developers
* New Tagline color and font size options added to customizer
* New YITH WooCommerce Subscription plugin integration
* New Site Title color and font size options added to customizer
* New Youtube profile link to social profiles widget
* New Blog Single post layout
* Tweak: minor improvments to YITH Event Ticket integration
* Fix mobile menu toggle positioning
* Fix "centered logo" header layout style
* Fix sticky header unwanted side movement when revealing


= 1.2.8 - May 25 2020 =
* Fix "Undefined index" on menu location

Expand Down
4 changes: 2 additions & 2 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ 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.8.12
Version: 1.2.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yith-proteo
Tested up to: 5.4.1
Tested up to: 5.4.2
Requires PHP: 5.6
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
Expand Down
4 changes: 2 additions & 2 deletions style.css

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

0 comments on commit a3c8d3e

Please sign in to comment.