Skip to content

Commit

Permalink
Merge pull request #1564 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 1.50.1.0
  • Loading branch information
kurudrive authored Jan 31, 2023
2 parents 4f575ac + 5270174 commit 958ea8b
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 59 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"vektor-inc/vk-color-palette-manager": "^0.4.0",
"vektor-inc/vk-breadcrumb": "^0.2.5",
"vektor-inc/vk-term-color": "^0.4.0",
"vektor-inc/vk-css-optimize": "^0.0.0"
"vektor-inc/vk-css-optimize": "^0.1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
Expand All @@ -41,4 +41,4 @@
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
}
109 changes: 56 additions & 53 deletions composer.lock

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

5 changes: 4 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: 5.9
Tested up to: 6.1.0
Stable tag: 1.48.1.1
Stable tag: 1.50.0.1
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -64,6 +64,9 @@ e.g.

== Changelog ==

= 1.50.1 =
[ Other ] CSS Optimize ( Tree Shaking ) Library update

= 1.50.0 =
[ Add Function ][ Slider ] Add Slider per view Setting for Mobile, Tablet, PC.

Expand Down
2 changes: 1 addition & 1 deletion src/components/advanced-media-upload/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const AdvancedMediaUpload = (props) => {
const { schema, clientId, setAttributes, attributes } = props;

const deleteImgBtn = () => {
dispatch('core/editor').updateBlockAttributes(clientId, {
dispatch('core/block-editor').updateBlockAttributes(clientId, {
[schema]: null,
});
};
Expand Down
4 changes: 2 additions & 2 deletions vk-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Plugin Name: VK Blocks Pro
* Plugin URI: https://github.com/vektor-inc/vk-blocks
* Description: This is a plugin that extends Gutenberg's blocks.
* Version: 1.50.0.0
* Stable tag: 1.48.1.1
* Version: 1.50.1.0
* Stable tag: 1.50.0.1
* Requires at least: 5.9
* Author: Vektor,Inc.
* Author URI: https://vektor-inc.co.jp
Expand Down

0 comments on commit 958ea8b

Please sign in to comment.