Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Nov 28, 2023
1 parent e79ceec commit 1bdab3e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docspress",
"title": "DocsPress",
"version": "2.3.1",
"version": "2.4.0",
"description": "Online Documentation",
"license": "GPL-2.0",
"author": "nK <https://nkdev.info>",
Expand Down
30 changes: 20 additions & 10 deletions src/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,22 @@ If you need to initialize some JS after ajax loaded, you may use **DocsPress > S

## Changelog

= 2.3.1 =
= 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
* hide FSE blocks from standard editor
* changed block templates align to wide
* changed Helpfulness old metabox to use Gutenberg API
* remove possibility to add FSE blocks multiple times
* removed jQuery dependency on frontend

= 2.3.1 - 6 May, 2023 =

* added support for DocSearch
* added support for navigation category titles when enabled "Display Parent Links" setting

= 2.3.0 =
= 2.3.0 - 1 Jul, 2022 =

* added support for FSE themes
* added CSS variables support
Expand All @@ -80,42 +90,42 @@ If you need to initialize some JS after ajax loaded, you may use **DocsPress > S
* changed required PHP version to 7.2
* removed IE support

= 2.2.7 =
= 2.2.7 - 24 Dec, 2021 =

* improved feedback email template
* improved feedback mailing function (better reply to and subject lines)

= 2.2.6 =
= 2.2.6 - 24 Dec, 2021 =

* fixed docs suggestion email Reply-To field (should refer to feedback sender email)

= 2.2.5 =
= 2.2.5 - 20 Aug, 2021 =

* fixed private docs displaying for admins

= 2.2.4 =
= 2.2.4 - 16 Jul, 2021 =

* tested up to WP 5.8

= 2.2.3 =
= 2.2.3 - 4 Mar, 2021 =

* removed usage of deprecated jQuery ready event
* tested up to WordPress 5.7
* changed GitHub repo url

= 2.2.2 =
= 2.2.2 - 19 Oct, 2020 =

* improved admin UI
* improved thumbnail size for admin documentation
* updated vendor scripts
* fixed bug when trying to delete documentation, but deleted another documentation

= 2.2.1 =
= 2.2.1 - 10 Aug, 2020 =

* added RTL support
* fixed email template long words break

= 2.2.0 =
= 2.2.0 - 23 Mar, 2020 =

* improved feedback suggestion email template
* enqueue assets on DocsPress pages only
Expand Down

0 comments on commit 1bdab3e

Please sign in to comment.