From 2315feb7e1390992e26f508e9c47faa5efb23d57 Mon Sep 17 00:00:00 2001 From: oskosk Date: Sun, 2 Oct 2022 14:55:29 -0300 Subject: [PATCH] Bump Sketch to 1.1.0 --- bundler/bundles/sketch.json | 2 +- bundler/resources/a8c-sketch/readme.txt | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bundler/bundles/sketch.json b/bundler/bundles/sketch.json index 85dd1712..5759dba5 100644 --- a/bundler/bundles/sketch.json +++ b/bundler/bundles/sketch.json @@ -1,6 +1,6 @@ { "blocks": [ "sketch" ], - "version": "1.0.10", + "version": "1.1.0", "name": "Sketch", "description": "Draw and write freely on a canvas. The block offers color selection, different brush sizes, and with its transparent background can be layered on top of any container block, like groups or covers.", "resource": "a8c-sketch" diff --git a/bundler/resources/a8c-sketch/readme.txt b/bundler/resources/a8c-sketch/readme.txt index 582201e8..fd0ff536 100644 --- a/bundler/resources/a8c-sketch/readme.txt +++ b/bundler/resources/a8c-sketch/readme.txt @@ -1,6 +1,6 @@ === Sketch Block === Contributors: automattic, matveb, oskosk, pablohoneyhoney -Stable tag: 1.0.10 +Stable tag: 1.1.0 Tested up to: 6.0 Requires at least: 5.7 License: GPLv2 or later @@ -32,6 +32,10 @@ You can follow development, file an issue, suggest features, and view the source == Changelog == += 1.1.0 - 2nd October 2022 = +* Updated to reflect compatibility with WordPess 6.0. +* Added toolbar control for uploading an image generated from the sketch drawing. + = 1.0.10 - 14th July 2021 = * Prevent default pointer behavior on move, which could cause unintended window scrolling with some devices and browsers.