From 4bb6ab6ea396ffcf00729110ef13a9d76a39f5a4 Mon Sep 17 00:00:00 2001 From: kurudrive Date: Wed, 25 Sep 2024 23:11:13 +0900 Subject: [PATCH 1/2] =?UTF-8?q?TreeShaking=20=20=E3=81=8C=E6=9C=89?= =?UTF-8?q?=E5=8A=B9=20=E3=81=8B=E3=81=A4=20CSS=E3=81=AE=E5=88=86=E5=89=B2?= =?UTF-8?q?=E8=AA=AD=E3=81=BF=E8=BE=BC=E3=81=BF=E3=81=A7=E3=81=AA=E3=81=84?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=81=AE=E5=A0=B4=E5=90=88=E3=81=AB=20?= =?UTF-8?q?=E9=9D=9E=E8=A1=A8=E7=A4=BA=E8=A8=AD=E5=AE=9A=E3=81=8C=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8=E3=81=AB=E5=8B=95=E4=BD=9C=E3=81=97=E3=81=AA=E3=81=84?= =?UTF-8?q?=E4=B8=8D=E5=85=B7=E5=90=88=E3=81=8C=E7=99=BA=E7=94=9F=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=81=9F=E3=82=81=E3=80=81=E5=BF=9C=E6=80=A5=E5=87=A6?= =?UTF-8?q?=E7=BD=AE=E3=81=A8=E3=81=97=E3=81=A6=20TreeShaking=20=E3=82=92?= =?UTF-8?q?=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- composer.lock | 15 ++++++++------- readme.txt | 2 ++ 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 4b3ccf3de..583e780fb 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "vektor-inc/vk-color-palette-manager": "^0.4.0", "vektor-inc/vk-breadcrumb": "^0.2.5", "vektor-inc/vk-term-color": "^0.7.1", - "vektor-inc/vk-css-optimize": "^0.2.3" + "vektor-inc/vk-css-optimize": "^0.2.5" }, "require-dev": { "doctrine/instantiator": "1.5.0", diff --git a/composer.lock b/composer.lock index f3f55d5c7..bc596bcc6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5d2f4c66a6a97beb9197f16cc79e2819", + "content-hash": "541a6cc9f4b52c707bd585b3fc4b835b", "packages": [ { "name": "tgmpa/tgm-plugin-activation", @@ -247,19 +247,20 @@ }, { "name": "vektor-inc/vk-css-optimize", - "version": "0.2.3", + "version": "0.2.5", "source": { "type": "git", "url": "https://github.com/vektor-inc/vk-css-optimize.git", - "reference": "97107832e07dd7c3156fbace05c39ba11b26ba17" + "reference": "36675e369a72e29564e4b0ba00dec960726d2a34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vektor-inc/vk-css-optimize/zipball/97107832e07dd7c3156fbace05c39ba11b26ba17", - "reference": "97107832e07dd7c3156fbace05c39ba11b26ba17", + "url": "https://api.github.com/repos/vektor-inc/vk-css-optimize/zipball/36675e369a72e29564e4b0ba00dec960726d2a34", + "reference": "36675e369a72e29564e4b0ba00dec960726d2a34", "shasum": "" }, "require-dev": { + "doctrine/instantiator": "^1.5", "wp-phpunit/wp-phpunit": "^5.4", "yoast/phpunit-polyfills": "^1.1.0" }, @@ -282,9 +283,9 @@ "description": "WordPress CSS Optimize", "support": { "issues": "https://github.com/vektor-inc/vk-css-optimize/issues", - "source": "https://github.com/vektor-inc/vk-css-optimize/tree/0.2.3" + "source": "https://github.com/vektor-inc/vk-css-optimize/tree/0.2.5" }, - "time": "2024-09-23T13:26:12+00:00" + "time": "2024-09-25T13:57:01+00:00" }, { "name": "vektor-inc/vk-helpers", diff --git a/readme.txt b/readme.txt index 52be60332..ea7f91fc1 100644 --- a/readme.txt +++ b/readme.txt @@ -106,6 +106,8 @@ e.g. == Changelog == +[ Bug fix ] Due to an issue where the hidden setting does not function properly when TreeShaking is enabled and CSS splitting is disabled, TreeShaking has been temporarily disabled as a workaround. + = 1.85.0 = [ Add function ][ Core Table ] Add scroll hint for horizontal scrolling. [ Specification change ][ Post List (Pro) ] Disable link on edit screen. From c946a1855e7be16eb931585a4e3c176b8482af9c Mon Sep 17 00:00:00 2001 From: kurudrive Date: Wed, 25 Sep 2024 23:16:00 +0900 Subject: [PATCH 2/2] [ Change version ] 1.85.1.0 --- readme.txt | 1 + vk-blocks.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index ea7f91fc1..8c875bf52 100644 --- a/readme.txt +++ b/readme.txt @@ -106,6 +106,7 @@ e.g. == Changelog == += 1.85.1 = [ Bug fix ] Due to an issue where the hidden setting does not function properly when TreeShaking is enabled and CSS splitting is disabled, TreeShaking has been temporarily disabled as a workaround. = 1.85.0 = diff --git a/vk-blocks.php b/vk-blocks.php index ded76917d..82d98a844 100644 --- a/vk-blocks.php +++ b/vk-blocks.php @@ -3,7 +3,7 @@ * Plugin Name: VK Blocks Pro * Plugin URI: https://github.com/vektor-inc/vk-blocks * Description: This is a plugin that extends Block Editor. - * Version: 1.85.0.2 + * Version: 1.85.1.0 * Stable tag: 1.84.0.1 * Requires at least: 6.3 * Author: Vektor,Inc.