From 5ee373fac62f7a434f00d5c8de06bff40aca11f7 Mon Sep 17 00:00:00 2001 From: JR Tashjian Date: Fri, 29 May 2020 11:24:28 -0400 Subject: [PATCH] Updating changelog --- changelog.txt | 8 ++++++++ readme.txt | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index a4803a3762c..92866a08f2f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,12 @@ +1.26.2 / 2020-05-29 +=================== + +### Bug Fixes +* Improve conditional loading of scripts and styles [#1511](https://github.com/godaddy-wordpress/coblocks/pull/1511) +* Add custom classes for Map block within the editor [#1492](https://github.com/godaddy-wordpress/coblocks/pull/1492) +* Updating security related dependencies [#1482](https://github.com/godaddy-wordpress/coblocks/pull/1482) + 1.26.1 / 2020-05-04 =================== diff --git a/readme.txt b/readme.txt index a102762d7c1..78040599055 100644 --- a/readme.txt +++ b/readme.txt @@ -124,5 +124,6 @@ Developers can also apply minor style touch-ups to their themes if necessary. If == Changelog == ### Bug Fixes -* Render a submit button if not found in the block content [#1479](https://github.com/godaddy-wordpress/coblocks/pull/1479) -* Remove a condition where a variable may not be defined [#1477](https://github.com/godaddy-wordpress/coblocks/pull/1477) +* Improve conditional loading of scripts and styles [#1511](https://github.com/godaddy-wordpress/coblocks/pull/1511) +* Add custom classes for Map block within the editor [#1492](https://github.com/godaddy-wordpress/coblocks/pull/1492) +* Updating security related dependencies [#1482](https://github.com/godaddy-wordpress/coblocks/pull/1482) \ No newline at end of file