Gutenberg - Version 13.2.2

Version Description

Download this release

Release Info

Developer gutenbergplugin
Plugin Icon 128x128 Gutenberg
Version 13.2.2
Comparing to
See all releases

Code changes from version 13.2.1 to 13.2.2

Files changed (4) hide show
  1. changelog.txt +290 -1
  2. gutenberg.php +3 -3
  3. lib/blocks.php +2 -2
  4. readme.txt +1 -1
changelog.txt CHANGED
@@ -1,11 +1,300 @@
1
  == Changelog ==
2
 
3
- = 13.2.1 =
4
 
 
 
5
  ## Changelog
6
 
7
  ### Bug Fixes
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - Fix the position of the block inserter in between blocks ([40919](https://github.com/WordPress/gutenberg/pull/40919))
10
 
11
 
1
  == Changelog ==
2
 
3
+ = 13.2.2 =
4
 
5
+
6
+
7
  ## Changelog
8
 
9
  ### Bug Fixes
10
 
11
+ #### Block Library
12
+ - Blocks: Don't abort registering blocks when a missing block file is found. ([41122](https://github.com/WordPress/gutenberg/pull/41122))
13
+
14
+ ## Contributors
15
+
16
+ The following contributors merged PRs in this release:
17
+
18
+ @dd32
19
+
20
+
21
+ = 13.3.0-rc.1 =
22
+
23
+
24
+
25
+ ## Changelog
26
+
27
+ ### Enhancements
28
+
29
+ - Avoid persisting preference every time the sidebar tab is changed. ([40923](https://github.com/WordPress/gutenberg/pull/40923))
30
+ - Editor preferences: Update order and copy. ([40981](https://github.com/WordPress/gutenberg/pull/40981))
31
+ - Update the block overlay to rely on useDisabled hook. ([40649](https://github.com/WordPress/gutenberg/pull/40649))
32
+ - dependency-extraction-webpack-plugin: Calculate vendor hash from file output rather than Webpack internal state. ([34969](https://github.com/WordPress/gutenberg/pull/34969))
33
+
34
+ #### Components
35
+ - BorderControl: Fix focus styling. ([40951](https://github.com/WordPress/gutenberg/pull/40951))
36
+ - BorderControl: Make border color consistent with other controls. ([40921](https://github.com/WordPress/gutenberg/pull/40921))
37
+ - BorderControl: Make height consistent with other controls. ([40920](https://github.com/WordPress/gutenberg/pull/40920))
38
+ - BorderControl: Make reset to default button only display when required. ([40917](https://github.com/WordPress/gutenberg/pull/40917))
39
+ - ButtonGroup: Convert to TypeScript. ([41007](https://github.com/WordPress/gutenberg/pull/41007))
40
+ - CheckboxControl: Convert component to TypeScript. ([40915](https://github.com/WordPress/gutenberg/pull/40915))
41
+ - CircularOptionPicker: Fix focused styles. ([40990](https://github.com/WordPress/gutenberg/pull/40990))
42
+ - Refactor the Popover component to use the floatingUI library. ([40740](https://github.com/WordPress/gutenberg/pull/40740))
43
+
44
+ #### Block Library
45
+ - Add an explicit error message if an image block fails to load the image. ([40982](https://github.com/WordPress/gutenberg/pull/40982))
46
+ - Add transform between cover and media & text. ([38458](https://github.com/WordPress/gutenberg/pull/38458))
47
+ - Post Terms: Add dynamic variations of custom taxonomies. ([39837](https://github.com/WordPress/gutenberg/pull/39837))
48
+ - Query Loop: Add `parents` filter. ([40933](https://github.com/WordPress/gutenberg/pull/40933))
49
+
50
+ #### Design Tools
51
+ - BorderRadiusControl: Add tooltips to split border radius controls. ([40983](https://github.com/WordPress/gutenberg/pull/40983))
52
+ - Color Controls: Merge color dropdown components. ([40084](https://github.com/WordPress/gutenberg/pull/40084))
53
+
54
+ #### CSS & Styling
55
+ - BorderRadiusControl: Tweak spacing between input and range control to line up with BorderControl. ([40958](https://github.com/WordPress/gutenberg/pull/40958))
56
+ - Table of Contents block: Remove editor-only wrapper `<div>`. ([40899](https://github.com/WordPress/gutenberg/pull/40899))
57
+
58
+ #### Template Editor
59
+ - Use the label 'Clear customizations' when changes are revertable. ([40935](https://github.com/WordPress/gutenberg/pull/40935))
60
+
61
+ #### npm Packages
62
+ - Packages: Add command to publish to npm targeting WP major release. ([40927](https://github.com/WordPress/gutenberg/pull/40927))
63
+
64
+ #### Post Editor
65
+ - DevicePreview: Remove unnecessary div tag. ([40911](https://github.com/WordPress/gutenberg/pull/40911))
66
+
67
+ #### List View
68
+ - Block list: Add option in editor settings to show open list view as default. ([40757](https://github.com/WordPress/gutenberg/pull/40757))
69
+
70
+
71
+ ### Bug Fixes
72
+
73
+ - Add missing styling panels for uncontrolled navigation. ([41114](https://github.com/WordPress/gutenberg/pull/41114))
74
+ - DOM: Allow copying text from non-text input elements. ([40192](https://github.com/WordPress/gutenberg/pull/40192))
75
+ - DOM: Deprecate `isNumberInput` and fix its handling of value=0. ([40896](https://github.com/WordPress/gutenberg/pull/40896))
76
+ - Dependency Extraction Webpack Plugin: Use OpenSSL provider supported in Node 17+. ([40503](https://github.com/WordPress/gutenberg/pull/40503))
77
+ - FlatTermSelector: Avoid errors when returned terms aren't iterable. ([41099](https://github.com/WordPress/gutenberg/pull/41099))
78
+ - Provide translators comment for Font size and Letter Case. ([40879](https://github.com/WordPress/gutenberg/pull/40879))
79
+
80
+ #### Block Library
81
+ - Add missing "type" to the search field on the editor. ([40782](https://github.com/WordPress/gutenberg/pull/40782))
82
+ - Comments Title: Fix post title translation. ([40972](https://github.com/WordPress/gutenberg/pull/40972))
83
+ - Comments Title: Make non-editable. ([40817](https://github.com/WordPress/gutenberg/pull/40817))
84
+ - Cover: Update background type when using featured image. ([40873](https://github.com/WordPress/gutenberg/pull/40873))
85
+ - Fix Comments Form Title text alignment. ([40795](https://github.com/WordPress/gutenberg/pull/40795))
86
+ - Fix external styles leaking into Warning component. ([40868](https://github.com/WordPress/gutenberg/pull/40868))
87
+ - Image Editor: Remove HTML from error messages. ([40812](https://github.com/WordPress/gutenberg/pull/40812))
88
+ - Post Comments Block: Allow placeholders to reorder items in translations. ([40849](https://github.com/WordPress/gutenberg/pull/40849))
89
+ - Post Comments: Fix invalid date format in placeholder. ([40929](https://github.com/WordPress/gutenberg/pull/40929))
90
+ - Quote: Fix the embed discovery. ([41134](https://github.com/WordPress/gutenberg/pull/41134))
91
+ - Return immediately from Avatar block's render_callback if `$comment` is null. ([40835](https://github.com/WordPress/gutenberg/pull/40835))
92
+ - Use `get_the_post_thumbnail` function in the cover block.. ([40853](https://github.com/WordPress/gutenberg/pull/40853))
93
+ - List v2: Fix outdent on empty list item if we press enter. ([40939](https://github.com/WordPress/gutenberg/pull/40939))
94
+ - List v2: Focus new list item added from sibling inserter. ([41051](https://github.com/WordPress/gutenberg/pull/41051))
95
+ - List v2: Fixes an issue where pressing enter deletes innerblocks. ([41109](https://github.com/WordPress/gutenberg/pull/41109))
96
+
97
+ #### Site Editor
98
+ - Avoid previous content flash when a new template is created. ([40841](https://github.com/WordPress/gutenberg/pull/40841))
99
+ - Decode entities in the site title. ([40956](https://github.com/WordPress/gutenberg/pull/40956))
100
+ - Fix opinionated block styles loading in editor. ([40937](https://github.com/WordPress/gutenberg/pull/40937))
101
+ - Post Comments: Fix Older/Newer comments links styling. ([40948](https://github.com/WordPress/gutenberg/pull/40948))
102
+ - Template List: Fix word break for the 'Added by' column. ([40959](https://github.com/WordPress/gutenberg/pull/40959))
103
+ - Template editor: Show the inserter if the template part is empty. ([41024](https://github.com/WordPress/gutenberg/pull/41024))
104
+
105
+ #### Accessibility
106
+ - Prevent navigation on URL input suggestion selection via enter key. ([40906](https://github.com/WordPress/gutenberg/pull/40906))
107
+ - Table block: Fix focus loss after Create Table button is selected. ([40399](https://github.com/WordPress/gutenberg/pull/40399))
108
+ - Block Library - Latest Posts: Prevent opening the links in editor. ([40593](https://github.com/WordPress/gutenberg/pull/40593))
109
+
110
+ #### Global Styles
111
+ - Fix: Global Styles are always resettable. ([40887](https://github.com/WordPress/gutenberg/pull/40887))
112
+ - Fix: Global Styles: Impossible to open welcome guide if global styles are empty. ([40888](https://github.com/WordPress/gutenberg/pull/40888))
113
+ - Site editor: Preset custom color duplicates. ([40837](https://github.com/WordPress/gutenberg/pull/40837))
114
+ - Reduce active tab accent weight. ([40998](https://github.com/WordPress/gutenberg/pull/40998))
115
+
116
+ #### Post Editor
117
+ - Fix typo in the test description didPostSaveRequestSucceed. ([41064](https://github.com/WordPress/gutenberg/pull/41064))
118
+ - Post saved draft button: Overwrite default button component margin. ([40834](https://github.com/WordPress/gutenberg/pull/40834))
119
+
120
+ #### Themes
121
+ - Theme Export: Use a better method to determine the theme name. ([40829](https://github.com/WordPress/gutenberg/pull/40829))
122
+ - Theme Export: Use basename when determining the theme slug. ([41058](https://github.com/WordPress/gutenberg/pull/41058))
123
+
124
+ #### Template Editor
125
+ - Create single template via site editor if not existing. ([40830](https://github.com/WordPress/gutenberg/pull/40830))
126
+ - Templates: Only allow renaming user-created and non-default templates. ([40881](https://github.com/WordPress/gutenberg/pull/40881))
127
+
128
+ #### Components
129
+ - Fix Storybook builds. ([41089](https://github.com/WordPress/gutenberg/pull/41089))
130
+
131
+ #### Design Tools
132
+ - Layout: Remove double output of align-items in horizontal layouts. ([41018](https://github.com/WordPress/gutenberg/pull/41018))
133
+
134
+ #### Code Editor
135
+ - Fix save shortcut. ([40848](https://github.com/WordPress/gutenberg/pull/40848))
136
+
137
+
138
+ ### Performance
139
+
140
+ #### Block Library
141
+ - Ensure that post thumbnail is cached in latest post block. ([40571](https://github.com/WordPress/gutenberg/pull/40571))
142
+ - Ensure that post thumbnail is cached in post template block. ([40572](https://github.com/WordPress/gutenberg/pull/40572))
143
+ - Navigation link: Prime caches for all posts in menu items. ([40752](https://github.com/WordPress/gutenberg/pull/40752))
144
+ - useShortCodeTransform: Fetch media data in single request. ([40945](https://github.com/WordPress/gutenberg/pull/40945))
145
+
146
+
147
+ ### Experiments
148
+
149
+ - Style Engine: Add typography and color to frontend. ([40665](https://github.com/WordPress/gutenberg/pull/40665))
150
+
151
+ #### Block Library
152
+ - List v2: Indent multiple list items. ([40991](https://github.com/WordPress/gutenberg/pull/40991))
153
+ - List v2: Outdent list item when pressing `Backspace` at the start. ([40962](https://github.com/WordPress/gutenberg/pull/40962))
154
+
155
+
156
+ ### Documentation
157
+
158
+ - Add "How To Get Your Pull Request Reviewed?" to developer handbook. ([40589](https://github.com/WordPress/gutenberg/pull/40589))
159
+ - Add link to npm release details to the release documentation. ([40867](https://github.com/WordPress/gutenberg/pull/40867))
160
+ - Corrected the order in the code tabs. ([40569](https://github.com/WordPress/gutenberg/pull/40569))
161
+ - Docs: Git.io deprecation - Replace links. ([40734](https://github.com/WordPress/gutenberg/pull/40734))
162
+ - Document useEntityRecord/s in README.md and CHANGELOG.md. ([40932](https://github.com/WordPress/gutenberg/pull/40932))
163
+ - Fix typo in `Panel` readme. ([41111](https://github.com/WordPress/gutenberg/pull/41111))
164
+ - Remove mid-paragraph line breaks from 2-building-a-list-of-pages.md markdown. ([41025](https://github.com/WordPress/gutenberg/pull/41025))
165
+ - Typo - enqueue to enqueued. ([40880](https://github.com/WordPress/gutenberg/pull/40880))
166
+ - Update broken links. ([41071](https://github.com/WordPress/gutenberg/pull/41071))
167
+ - [Gutenberg Data Tutorial] Part 4: Building a new record form. ([39261](https://github.com/WordPress/gutenberg/pull/39261))
168
+
169
+ #### Components
170
+ - Use TypeScript and controls for `DateTimePicker`'s stories. ([40986](https://github.com/WordPress/gutenberg/pull/40986))
171
+
172
+
173
+ ### Code Quality
174
+
175
+ - Convert core-data selectors from jsDoc annotations into TypeScript type signatures. ([40025](https://github.com/WordPress/gutenberg/pull/40025))
176
+ - Dependency extraction: Improve calculation of contentHash. ([40930](https://github.com/WordPress/gutenberg/pull/40930))
177
+ - Dependency extraction: Respect hashDigestLength option for version field. ([40977](https://github.com/WordPress/gutenberg/pull/40977))
178
+ - Improve function name for finding navigation links that use the featured image. ([40904](https://github.com/WordPress/gutenberg/pull/40904))
179
+ - Interface: Fix deprecation messages. ([40825](https://github.com/WordPress/gutenberg/pull/40825))
180
+ - Make the useDisabled hook stable. ([40890](https://github.com/WordPress/gutenberg/pull/40890))
181
+ - Packages [Dependency Extraction Webpack Plugin]: Add new line at the end of *.assets.php. ([40753](https://github.com/WordPress/gutenberg/pull/40753))
182
+ - Remove unreachable inserter component. ([41103](https://github.com/WordPress/gutenberg/pull/41103))
183
+ - Styles hook: Swap out lodash methods with their JS equivalents. ([40918](https://github.com/WordPress/gutenberg/pull/40918))
184
+ - Update react-resize-aware with use-resize-observer. ([40509](https://github.com/WordPress/gutenberg/pull/40509))
185
+ - useRefEffect: Replace undefined with void in callback return type. ([40798](https://github.com/WordPress/gutenberg/pull/40798))
186
+ - Remove Flyout leftovers. ([41129](https://github.com/WordPress/gutenberg/pull/41129))
187
+ - Send registered patterns in HTML and combine them with REST ones. ([40818](https://github.com/WordPress/gutenberg/pull/40818))
188
+
189
+ #### Block Library
190
+ - Cover: Refactor controls. ([40832](https://github.com/WordPress/gutenberg/pull/40832))
191
+ - Cover: Correct resizeable spelling to US resizable. ([41100](https://github.com/WordPress/gutenberg/pull/41100))
192
+ - Post Terms: Add wp_kses_post to prefix/suffix for consistency. ([40803](https://github.com/WordPress/gutenberg/pull/40803))
193
+ - Replace hardcoded core/paragraph with getDefaultBlockName in onSplitAtEnd callbacks. ([40954](https://github.com/WordPress/gutenberg/pull/40954))
194
+ - Post Terms: Insert defaultBlock on suffix end split. ([40934](https://github.com/WordPress/gutenberg/pull/40934))
195
+ - Query Loop: Move sticky control to separate file. ([41101](https://github.com/WordPress/gutenberg/pull/41101))
196
+
197
+ #### Components
198
+ - Add jest-console typings and convert DateTimePicker tests to TypeScript. ([40957](https://github.com/WordPress/gutenberg/pull/40957))
199
+ - Rewrite DatePicker, TimePicker and DateTimePicker in TypeScript. ([40775](https://github.com/WordPress/gutenberg/pull/40775))
200
+ - Update `react-dates` to 21.8.0. ([40801](https://github.com/WordPress/gutenberg/pull/40801))
201
+ - Stabilize useEntityRecord and useEntityRecords. ([40162](https://github.com/WordPress/gutenberg/pull/40162))
202
+
203
+ #### Plugin
204
+ - Declare blocks as __experimental in block.json to automate syncing Gutenberg packages to WordPress. ([40655](https://github.com/WordPress/gutenberg/pull/40655))
205
+ - Tools: Improve configuration for formatting files. ([40994](https://github.com/WordPress/gutenberg/pull/40994))
206
+
207
+ #### Code Editor
208
+ - Don't commit 'non-dirty' changes. ([41092](https://github.com/WordPress/gutenberg/pull/41092))
209
+
210
+ #### Media
211
+ - Media Utils: Don't convert error messages into an array. ([39448](https://github.com/WordPress/gutenberg/pull/39448))
212
+
213
+ #### Block Editor
214
+ - Add constants for link entry types. ([36490](https://github.com/WordPress/gutenberg/pull/36490))
215
+
216
+
217
+ ### Tools
218
+
219
+ - Fix pull-request-automation CI check (temporarily until an upstream fix lands). ([41044](https://github.com/WordPress/gutenberg/pull/41044))
220
+ - Update package-lock.json. ([41045](https://github.com/WordPress/gutenberg/pull/41045))
221
+ - env :: Support ssh protocol for github repos. ([40451](https://github.com/WordPress/gutenberg/pull/40451))
222
+ - Add @fabiankaegy as a code owner for the docs/ directory. ([41057](https://github.com/WordPress/gutenberg/pull/41057))
223
+
224
+ #### Testing
225
+ - Add eslint warning about use of waitForTimeout to playwright eslint. ([40802](https://github.com/WordPress/gutenberg/pull/40802))
226
+ - Comment Template: Reorganize block tests to ease backport process. ([40739](https://github.com/WordPress/gutenberg/pull/40739))
227
+ - Fix: Env unit test fails on Windows. ([41070](https://github.com/WordPress/gutenberg/pull/41070))
228
+ - Migrate 'block-locking' to Playwright. ([41050](https://github.com/WordPress/gutenberg/pull/41050))
229
+ - Migrate and refactor image block end-to-end tests to Playwright. ([40804](https://github.com/WordPress/gutenberg/pull/40804))
230
+ - Migrated popovers.test.js to Playwright. ([39910](https://github.com/WordPress/gutenberg/pull/39910))
231
+ - Reorganize playwright utils and make canvas utils usable in the site editor. ([40815](https://github.com/WordPress/gutenberg/pull/40815))
232
+ - Setup user-event inline once per test. ([40839](https://github.com/WordPress/gutenberg/pull/40839))
233
+ - Test block insertion after title post blur. ([32944](https://github.com/WordPress/gutenberg/pull/32944))
234
+ - Tests: Remove comment template unit tests. ([40965](https://github.com/WordPress/gutenberg/pull/40965))
235
+
236
+ #### npm Packages
237
+ - Packages: Add GitHub workflow for publishing to npm. ([40976](https://github.com/WordPress/gutenberg/pull/40976))
238
+ - Packages: Add more npm release types to the GitHub workflow. ([41046](https://github.com/WordPress/gutenberg/pull/41046))
239
+
240
+ #### Build Tooling
241
+ - Build Tools: Update actions/setup-node GitHub action. ([40816](https://github.com/WordPress/gutenberg/pull/40816))
242
+
243
+ #### Block Library
244
+ - Add: Raw handling to the new list block. ([39954](https://github.com/WordPress/gutenberg/pull/39954))
245
+ - Add: Space to indent list item. ([39949](https://github.com/WordPress/gutenberg/pull/39949))
246
+ - Gallery block: Fix bug with initial image size. ([41079](https://github.com/WordPress/gutenberg/pull/41079))
247
+ - Gallery block: Include image caption when converting a classic block gallery. ([40872](https://github.com/WordPress/gutenberg/pull/40872))
248
+ - Heading block - add font family support. ([40970](https://github.com/WordPress/gutenberg/pull/40970))
249
+ - Mark Table of Contents block as experimental using `block.json` flag. ([40905](https://github.com/WordPress/gutenberg/pull/40905))
250
+ - Only allow template part to be replaced if its a header or footer. ([40787](https://github.com/WordPress/gutenberg/pull/40787))
251
+ - Post Author block: Hide select author controle if there is no postId. ([40910](https://github.com/WordPress/gutenberg/pull/40910))
252
+ - Search Block: Remove id attribute from svg. ([40828](https://github.com/WordPress/gutenberg/pull/40828))
253
+ - Separator Block: Add border property for dots style to editor stylesheet. ([40855](https://github.com/WordPress/gutenberg/pull/40855))
254
+ - ToC block: Re-enable + use static markup and only support core Heading and Page Break blocks. ([29739](https://github.com/WordPress/gutenberg/pull/29739))
255
+ - Try a single icon for title blocks. ([40596](https://github.com/WordPress/gutenberg/pull/40596))
256
+
257
+ #### Data Layer
258
+ - Add suspense support to the data module. ([37261](https://github.com/WordPress/gutenberg/pull/37261))
259
+ - useSelect: Add unit tests for usage without deps. ([40732](https://github.com/WordPress/gutenberg/pull/40732))
260
+
261
+ #### Components
262
+ - Select Component: Remove the lineheight setting to fix issue with font descenders being cut off. ([40985](https://github.com/WordPress/gutenberg/pull/40985))
263
+
264
+ #### Global Styles
265
+ - Theme Json: Don't output double selectors for elements inside blocks. ([40889](https://github.com/WordPress/gutenberg/pull/40889))
266
+
267
+ #### Design Tools
268
+ - Button: Add text transform control. ([40858](https://github.com/WordPress/gutenberg/pull/40858))
269
+
270
+
271
+ ## First time contributors
272
+
273
+ The following PRs were merged by first time contributors:
274
+
275
+ - @anomiex: dependency-extraction-webpack-plugin: Calculate vendor hash from file output rather than Webpack internal state. ([34969](https://github.com/WordPress/gutenberg/pull/34969))
276
+ - @damiencarbery: Typo - enqueue to enqueued. ([40880](https://github.com/WordPress/gutenberg/pull/40880))
277
+ - @JessicaGosselin: Fix typo in `Panel` readme. ([41111](https://github.com/WordPress/gutenberg/pull/41111))
278
+ - @luminuu: Create single template via site editor if not existing. ([40830](https://github.com/WordPress/gutenberg/pull/40830))
279
+ - @n3f: env :: Support ssh protocol for github repos. ([40451](https://github.com/WordPress/gutenberg/pull/40451))
280
+ - @SavPhill: Update broken links. ([41071](https://github.com/WordPress/gutenberg/pull/41071))
281
+ - @shanjidah: Migrated popovers.test.js to Playwright. ([39910](https://github.com/WordPress/gutenberg/pull/39910))
282
+ - @tomjdv: Corrected the order in the code tabs. ([40569](https://github.com/WordPress/gutenberg/pull/40569))
283
+
284
+
285
+ ## Contributors
286
+
287
+ The following contributors merged PRs in this release:
288
+
289
+ @aaronrobertshaw @adamziel @Addison-Stavlo @alexstine @amustaque97 @andrewserong @anomiex @aristath @c4rl0sbr4v0 @carolinan @ciampo @damiencarbery @DAreRodz @dcalhoun @draganescu @fabiankaegy @fluiddot @geriux @getdave @glendaviesnz @gziolo @jameskoster @JessicaGosselin @jffng @jhnstn @jorgefilipecosta @jostnes @jsnajdr @kevin940726 @luisherranz @luminuu @Mamaduka @mauriac @mchowning @mcsf @michalczaplinski @mikachan @n3f @noisysocks @ntsekouras @ockham @ramonjd @SavPhill @scruffian @shanjidah @SiobhyB @Soean @spacedmonkey @t-hamano @talldan @tomasztunik @tomjdv @walbo @youknowriad @ZebulanStanphill
290
+
291
+
292
+ = 13.2.1 =
293
+
294
+ ## Changelog
295
+
296
+ ### Bug Fixes
297
+
298
  - Fix the position of the block inserter in between blocks ([40919](https://github.com/WordPress/gutenberg/pull/40919))
299
 
300
 
gutenberg.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Printing since 1440. This is the development plugin for the new block editor in core.
6
  * Requires at least: 5.8
7
  * Requires PHP: 5.6
8
- * Version: 13.2.1
9
  * Author: Gutenberg Team
10
  * Text Domain: gutenberg
11
  *
@@ -13,8 +13,8 @@
13
  */
14
 
15
  ### BEGIN AUTO-GENERATED DEFINES
16
- define( 'GUTENBERG_VERSION', '13.2.1' );
17
- define( 'GUTENBERG_GIT_COMMIT', 'f2ac96096d487869b4348b6e106f10dad0ca8704' );
18
  ### END AUTO-GENERATED DEFINES
19
 
20
  gutenberg_pre_init();
5
  * Description: Printing since 1440. This is the development plugin for the new block editor in core.
6
  * Requires at least: 5.8
7
  * Requires PHP: 5.6
8
+ * Version: 13.2.2
9
  * Author: Gutenberg Team
10
  * Text Domain: gutenberg
11
  *
13
  */
14
 
15
  ### BEGIN AUTO-GENERATED DEFINES
16
+ define( 'GUTENBERG_VERSION', '13.2.2' );
17
+ define( 'GUTENBERG_GIT_COMMIT', '26252bf5426210d2eb738715fdbfc0130a284cef' );
18
  ### END AUTO-GENERATED DEFINES
19
 
20
  gutenberg_pre_init();
lib/blocks.php CHANGED
@@ -144,7 +144,7 @@ function gutenberg_reregister_core_block_types() {
144
  // to replace paths with overrides defined by the plugin.
145
  $metadata = json_decode( file_get_contents( $block_json_file ), true );
146
  if ( ! is_array( $metadata ) || ! $metadata['name'] ) {
147
- return false;
148
  }
149
 
150
  if ( $registry->is_registered( $metadata['name'] ) ) {
@@ -157,7 +157,7 @@ function gutenberg_reregister_core_block_types() {
157
 
158
  foreach ( $block_names as $file => $sub_block_names ) {
159
  if ( ! file_exists( $blocks_dir . $file ) ) {
160
- return;
161
  }
162
 
163
  $sub_block_names_normalized = is_string( $sub_block_names ) ? array( $sub_block_names ) : $sub_block_names;
144
  // to replace paths with overrides defined by the plugin.
145
  $metadata = json_decode( file_get_contents( $block_json_file ), true );
146
  if ( ! is_array( $metadata ) || ! $metadata['name'] ) {
147
+ continue;
148
  }
149
 
150
  if ( $registry->is_registered( $metadata['name'] ) ) {
157
 
158
  foreach ( $block_names as $file => $sub_block_names ) {
159
  if ( ! file_exists( $blocks_dir . $file ) ) {
160
+ continue;
161
  }
162
 
163
  $sub_block_names_normalized = is_string( $sub_block_names ) ? array( $sub_block_names ) : $sub_block_names;
readme.txt CHANGED
@@ -1,7 +1,7 @@
1
  === Gutenberg ===
2
  Contributors: matveb, joen, karmatosed
3
  Tested up to: 5.9
4
- Stable tag: 13.2.0
5
  License: GPLv2 or later
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
 
1
  === Gutenberg ===
2
  Contributors: matveb, joen, karmatosed
3
  Tested up to: 5.9
4
+ Stable tag: 13.2.1
5
  License: GPLv2 or later
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7