Skip to content

Commit

Permalink
Merge pull request #2327 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 1.91.2.0
  • Loading branch information
kurudrive authored Nov 16, 2024
2 parents d6d8535 + 592b15e commit 7a5ad08
Show file tree
Hide file tree
Showing 31 changed files with 20 additions and 1,944 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
wp-versions: ['6.6','6.5','6.4']
wp-versions: ['6.7','6.6','6.5']
name: PHP Unit test ${{ matrix.php-versions }} / WP ${{ matrix.wp-versions }} Test
services:
mysql:
Expand Down
6 changes: 4 additions & 2 deletions inc/vk-css-optimize/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
use VektorInc\VK_CSS_Optimize\VkCssOptimize;
new VkCssOptimize();

global $prefix_customize_panel;
$prefix_customize_panel = __( 'VK Blocks ', 'vk-blocks-pro' );
add_action('after_setup_theme', function() {
global $prefix_customize_panel;
$prefix_customize_panel = __( 'VK Blocks ', 'vk-blocks-pro' );
});

/**
* CSS Tree Shaking Array
Expand Down
7 changes: 6 additions & 1 deletion options-css/_admin-block-manager.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
display: flex;
flex-wrap: wrap;
margin-left: calc(1.5em - 2em);
margin-top: 4px;
}

.block-manager__checklist-item {
Expand All @@ -22,7 +23,11 @@
display: flex;
margin: 0;
}


.components-checkbox-control__input-container {
align-self: center;
}

.components-checkbox-control__label {
display: flex;
align-items: center;
Expand Down
8 changes: 7 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.90.1.1
Stable tag: 1.91.1.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -106,6 +106,12 @@ e.g.

== Changelog ==

= 1.91.2 =
[ Bug fix ] Fix checkbox misalignment in the admin panel.

= 1.91.1 =
[ Bug fix ] Avoiding translation errors in WordPress 6.7

= 1.91.0 =
[ Specification change ] Adjusted translation file loading to comply with changes in WordPress 6.7.
[ Bug fix ][ Table of Contents (Pro) ] Fixed "CLOSE" label not appearing after clicking the "OPEN" button when the initial state is set to "CLOSE".
Expand Down
240 changes: 0 additions & 240 deletions src/blocks/_pro/card-item/deprecated/0.20.2/component.js

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 7a5ad08

Please sign in to comment.