Skip to content

Commit a183375

Browse files
committed
version 1.2.0
1 parent e206dee commit a183375

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yith-wonder",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A new block and full site editing theme by YITH",
55
"main": "index.js",
66
"repository": {

readme.txt

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Tags: blog, e-commerce, portfolio, custom-background, custom-colors, custom-logo
44
Requires at least: 5.9
55
Tested up to: 6.1
66
Requires PHP: 7.0
7-
Stable tag: 1.1.2
8-
Wonder, Copyright 2022 YITH
7+
Stable tag: 1.2.0
8+
Wonder, Copyright 2022-2023 YITH
99
Wonder is distributed under the terms of the GNU GPL
1010
License: GNU General Public License v2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -25,6 +25,21 @@ Wonder is the new block-based, multi-purpose, WordPress theme by YITH. Compose y
2525
== Frequently Asked Questions ==
2626

2727
== Changelog ==
28+
= 1.2.0 - January 16 2023 =
29+
- New: "Left aligned" and "Right aligned" Separator block style
30+
- New: add hover state to Navigation block
31+
- New: Gold Shades style
32+
- New: switch to new color naming convention (base and contrast instead of background and foreground)
33+
- Fix: bypass WooCommerce layout max-width introduced in version 7.2
34+
- Fix: filled checkbox style
35+
- Tweak: renaming colors in styles to match the new color naming convention
36+
- Tweak: add backwards compatibility for old color naming convention
37+
- Tweak: add CSS prefixes to match WP CSS Code Style
38+
- Tweak: improve link element styling in theme.json
39+
- Tweak: improve media and gallery figcaption display
40+
- Tweak: move buttons style from CSS to theme.json
41+
- Tweak: order CSS properties alphabetically to match WP CSS Code Style
42+
2843
= 1.1.2 - December 13 2022 =
2944
- Fix: merge pull request #11 from 0aveRyan/fix/theme-json-duplicate-color-declaration
3045
- Fix: merge pull request #12 from 0aveRyan/fix/heading-text-color

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Author: YITH
66
Author URI: https://yithemes.com/
77
Description: Wonder is the new block-based, multi-purpose, WordPress theme by YITH. Compose your pages to fit any design you like with the power of Full Site Editing (FSE) and the included wide range of Block Patterns. The pre-built pages will help you populate and transform your website into a wonderful website. Customize colors and font pairings to create your own unique look and feel. Check out the demo site at https://wonder.yithemes.com/
88
Tags: blog, e-commerce, portfolio, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, block-patterns, wide-blocks, full-site-editing, template-editing
9-
Version: 1.1.2
9+
Version: 1.2.0
1010
Requires at least: 5.9
1111
Tested up to: 6.1
1212
Requires PHP: 7.0

0 commit comments

Comments
 (0)