Skip to content

Commit

Permalink
Update for 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
helen committed Dec 19, 2018
1 parent b0c0e87 commit a749c17
Show file tree
Hide file tree
Showing 23 changed files with 71 additions and 23 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).

## [ 1.3.6 ] - 2018-12-19
### Fixed (for WP 5.0 block editor)
* Properly detect block editor content.
* Show notices with actions.
* Ensure distributed posts can be published.
* Fully disable editing of classic blocks in distributed posts.
* Clean up distribution status display in side panel.
* Not block editor: Avoid notices on the pull content screen when no connections are set up yet.

## [ 1.3.5 ] - 2018-12-05
### Added
* Add a `dt_available_pull_post_types` filter to enable pulling of post types not registered on the destination site. NOTE: This requires custom handling to pull into an existing post type.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ In addition, in order for distribution to work with external connections that ha

__Backwards Compatibility__ - While we strive to be mindful of backwards compatibility much the same way WordPress itself is, we do not currently guarantee continued interoperability between different versions of Distributor. We assume the current userbase for this plugin has a high degree of control over any site that has been set up as an external connection and urge you to keep Distributor up to date.

__oEmbeds__ - oEmbeds are currently distributed as fully-formed HTML which may not be retained correctly if a user without the `unfiltered_html` capability later edits the post. A fix for the issue is forthcoming; in the meantime, we recommend removing the `autoembed` filter from `the_content` when content is being prepared for distribution.

## Developers

### Testing
Expand Down
2 changes: 1 addition & 1 deletion dist/css/admin-distributed-post.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/admin-distributed-post.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/admin-syndicated-post.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/admin-syndicated-post.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/gutenberg-syndicated-post.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/gutenberg-syndicated-post.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a749c17

Please sign in to comment.