From 2fb1ae3187b9b3fac99bee79e17559bba656fff9 Mon Sep 17 00:00:00 2001 From: Nikita Date: Thu, 19 Dec 2024 19:20:44 +0300 Subject: [PATCH] v1.12.6 --- package.json | 2 +- src/readme.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ffa3578..8e8aaf9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "advanced-backgrounds", "title": "Advanced WordPress Backgrounds", - "version": "1.12.5", + "version": "1.12.6", "description": "Parallax, Video, Images Backgrounds", "license": "GPL-2.0", "author": "nK ", diff --git a/src/readme.md b/src/readme.md index 9a88706..9eac0d6 100644 --- a/src/readme.md +++ b/src/readme.md @@ -67,9 +67,16 @@ The manual installation method involves downloading our AWB plugin and uploading ## Changelog += 1.12.6 - Dec 19, 2024 = + +* revert back block default attributes added in v1.12.5 as it crashes the block + = 1.12.5 - Dec 19, 2024 = * added WP 6.7 compatibility fixes +* added more block support features: ariaLabel, colors, shadow, border and position +* changed registration of block assets to use enqueue_block_assets hook +* changed some block default attributes = 1.12.4 - Sep 7, 2024 =