Skip to content

Commit

Permalink
Merge pull request #2359 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 1.92.1.0
  • Loading branch information
kurudrive authored Dec 2, 2024
2 parents ad71a2e + 16726ad commit b0c5580
Show file tree
Hide file tree
Showing 75 changed files with 50 additions and 4,103 deletions.
1 change: 1 addition & 0 deletions editor-css/_editor_before.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
.editor-block-list-item-vk-blocks-step:after,
.editor-block-list-item-vk-blocks-outer:after,
.editor-block-list-item-vk-blocks-post-list:after,
.editor-block-list-item-vk-blocks-post-list-slider:after,
.editor-block-list-item-vk-blocks-post-new-badge\/new-badge:after,
.editor-block-list-item-vk-blocks-table-of-contents:after,
.editor-block-list-item-vk-blocks-table-of-contents-new:after,
Expand Down
2 changes: 2 additions & 0 deletions inc/vk-components/package/_scss/_vk-post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ $xxl-min: 1400px;
}
&_body {
box-sizing: border-box;
font-size: 1rem;
}
&_imgOuter {
position: relative;
Expand Down Expand Up @@ -208,6 +209,7 @@ $xxl-min: 1400px;
line-height: 1.4;
font-weight: bold;
margin-bottom: 0;
margin-top: 0;
a {
color: var(--vk-color-text-body);
}
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link:
Tags: Gutenberg,FAQ,alert
Requires at least: 6.4
Tested up to: 6.7
Stable tag: 1.91.1.1
Stable tag: 1.92.0.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -46,6 +46,7 @@ This is a plugin that extends Gutenberg's blocks.
* Fixed Display [ Pro ]
* Icon Card [ Pro ] (not recommended)
* Post list [ Pro ]
* Post list Slider [ Pro ]
* New Badge [ Pro ]
* Selected Post List [ Pro ]
* Step [ Pro ]
Expand Down Expand Up @@ -106,6 +107,12 @@ e.g.

== Changelog ==


= 1.92.1 =
[ Bug fix ][ Post List (Pro) ] Remove white space above title
[ Design Bug Fix ][ Post list Slider (Pro) ] Fixed an issue where post list did not have consistent heights.
[ Design Bug Fix ][ VK Button ] Fixed an issue where the text of a button with an icon was dropping in a column. Reset the word-break property to its initial value for better compatibility in Firefox.

= 1.92.0 =
[ Add Block ] Add Post list Slider block.
[ Add function ][ Fixed Display (Pro) ] Added a timer feature to control block appearance/disappearance and a "Do not show again for returning visitors" option. Session Storage is used, and no personal data is collected or tracked. Since Session Storage is used, the block may reappear after the browser is closed or in private browsing mode.
Expand Down
109 changes: 0 additions & 109 deletions src/blocks/_pro/icon-card-item/deprecated/0.0.0/component.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/blocks/_pro/icon-card-item/deprecated/0.0.0/save.js

This file was deleted.

121 changes: 0 additions & 121 deletions src/blocks/_pro/icon-card-item/deprecated/0.0.1/component.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/blocks/_pro/icon-card-item/deprecated/0.0.1/save.js

This file was deleted.

Loading

0 comments on commit b0c5580

Please sign in to comment.