Skip to content

Commit

Permalink
Update Changelog for 16.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gutenbergplugin committed Jul 4, 2023
1 parent d307b77 commit 1be8fa3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
== Changelog ==

= 16.1.1 =

## Changelog

### Features

#### Patterns

- Remove ability for user to toggle sync status after pattern creation. This is because changing the sync status can have unintended consequences on existing instances of the block. ([52230](https://github.com/WordPress/gutenberg/pull/52230))

### Code Quality

#### Patterns

- Rename sync_status postmeta from `sync_status` to `wp_pattern_sync_status` to avoid clashes with custom plugin fields. ([52232](https://github.com/WordPress/gutenberg/pull/52232))

### Bugs

#### Patterns

- Fix issue with wrong sync status being set in the Site Editor when adding new synced patterns. ([52229 ](https://github.com/WordPress/gutenberg/pull/52229))

## Contributors

The following contributors merged PRs in this release:

@glendaviesnz


= 16.1.0 =

## Changelog
Expand Down

0 comments on commit 1be8fa3

Please sign in to comment.