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 5e665ff commit c02063b
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

1 comment on commit c02063b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in c02063b.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5450944009
📝 Reported issues:

Please sign in to comment.