From 20b32b0657944ab7e394fbd90bd2c4d18e033f43 Mon Sep 17 00:00:00 2001 From: Evan Herman Date: Mon, 24 Jun 2024 16:52:29 -0400 Subject: [PATCH] Update readme and changelog for 3.1.12 release (#2615) --- changelog.txt | 37 +++++++++++++++++++++---------------- readme.txt | 4 ++++ 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/changelog.txt b/changelog.txt index a6d74d88857..5ab797c96ba 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,33 +1,38 @@ +3.1.12 / 2024-06-24 +=================== +# Bug fix +* Use `wp_safe_remote_get()` to retreive remote `.ics` data [#2614](https://github.com/godaddy-wordpress/coblocks/pull/2614) + 3.1.11 / 2024-06-13 =================== -# Bug fix +# Bug fix * Fix disappearing buttons in Services block [#2613](https://github.com/godaddy-wordpress/coblocks/pull/2613) 3.1.10 / 2024-05-30 =================== -# Bug fix -* Fix a possible XSS vector [#2612](https://github.com/godaddy-wordpress/coblocks/pull/2612) +# Bug fix +* Fix a possible XSS vector [#2612](https://github.com/godaddy-wordpress/coblocks/pull/2612) 3.1.9 / 2024-04-30 =================== -# Bug fix -* Prevent local URLs from loading with events block [#2607](https://github.com/godaddy-wordpress/coblocks/pull/2607) -* Fix Site Content extension loading outside of editor [#2609](https://github.com/godaddy-wordpress/coblocks/pull/2609) -* Fix Site Design extension failing dom operations [#2610](https://github.com/godaddy-wordpress/coblocks/pull/2610) +# Bug fix +* Prevent local URLs from loading with events block [#2607](https://github.com/godaddy-wordpress/coblocks/pull/2607) +* Fix Site Content extension loading outside of editor [#2609](https://github.com/godaddy-wordpress/coblocks/pull/2609) +* Fix Site Design extension failing dom operations [#2610](https://github.com/godaddy-wordpress/coblocks/pull/2610) 3.1.8 / 2024-04-02 =================== -# Enhancements -* Introduce WP 6.5 compatibility [#2601](https://github.com/godaddy-wordpress/coblocks/pull/2601) -* Introduce PHP 8.3 compatibility [#2600](https://github.com/godaddy-wordpress/coblocks/pull/2600) - -# Bug fix -* Fix bug around CoBlocks patterns [#2599](https://github.com/godaddy-wordpress/coblocks/pull/2599) - -# Misc -* Improve tests for WP 6.5 [#2597](https://github.com/godaddy-wordpress/coblocks/pull/2597) +# Enhancements +* Introduce WP 6.5 compatibility [#2601](https://github.com/godaddy-wordpress/coblocks/pull/2601) +* Introduce PHP 8.3 compatibility [#2600](https://github.com/godaddy-wordpress/coblocks/pull/2600) + +# Bug fix +* Fix bug around CoBlocks patterns [#2599](https://github.com/godaddy-wordpress/coblocks/pull/2599) + +# Misc +* Improve tests for WP 6.5 [#2597](https://github.com/godaddy-wordpress/coblocks/pull/2597) * Improve CICD logic for WP 6.5 [#2590](https://github.com/godaddy-wordpress/coblocks/pull/2590) 3.1.7 / 2024-03-11 diff --git a/readme.txt b/readme.txt index c58b70a7923..fd3009e1840 100644 --- a/readme.txt +++ b/readme.txt @@ -125,6 +125,10 @@ CoBlocks is designed to support the last two major versions of WordPress that ar == Changelog == += 3.1.12 / 2024-06-24 = +# Misc +* Use `wp_safe_remote_get()` to retreive remote `.ics` data [#2614](https://github.com/godaddy-wordpress/coblocks/pull/2614) + = 3.1.11 / 2024-06-13 = # Bug fix * Fix disappearing buttons in Services block [#2613](https://github.com/godaddy-wordpress/coblocks/pull/2613)