From e264679a47c39fad56cf32a98dd6bf9a77f9d2a6 Mon Sep 17 00:00:00 2001 From: Nikita Date: Tue, 28 Nov 2023 14:35:40 +0300 Subject: [PATCH] v2.4.2 --- package.json | 2 +- src/readme.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 730bf1c..1b5555d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "docspress", "title": "DocsPress", - "version": "2.4.1", + "version": "2.4.2", "description": "Online Documentation", "license": "GPL-2.0", "author": "nK ", diff --git a/src/readme.md b/src/readme.md index 72f07d7..123ae22 100644 --- a/src/readme.md +++ b/src/readme.md @@ -66,7 +66,13 @@ If you need to initialize some JS after ajax loaded, you may use **DocsPress > S ## Changelog -= 2.4.1 - 28 Nov, 2023 = += 2.4.2 - 28 Nov, 2023 = + +* changed tested WP version to 6.4 +* changed minimal WP version to 6.2 +* fixed `docspress_ajax_loaded` usage error because of jQuery used + += 2.4.0 - 28 Nov, 2023 = * added blocks version to v3 - allows to enable blocks iframe editor * added output attributes with useBlockProps and get_block_wrapper_attributes in blocks