Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Release 0.8.5#337

Merged
westonruter merged 22 commits into
masterfrom
develop
Jan 3, 2017
Merged

Release 0.8.5#337
westonruter merged 22 commits into
masterfrom
develop

Conversation

@westonruter

@westonruter westonruter commented Jan 3, 2017

Copy link
Copy Markdown
Contributor
  • Add contributor props.
  • Bump version numbers. ack -Q 0.8.4 and replace with 0.8.5 where appropriate (this needs to be automated)
  • Add changelog to readme.
  • Draft new GitHub release tag 0.8.5 on master, with ZIP build via grunt build; cd build; zip -r ../customize-posts-0.8.5.zip *; cd -, and with link to readme on tag tree: https://github.com/xwp/wp-customize-posts/blob/0.8.5/readme.md#changelog
  • Test build.
  • Merge release PR.
  • Deploy to WordPress.org via grunt deploy. Remember to look at SVN diff.
  • Publish GitHub release.
  • Close GitHub milestone.

Handle edit post links that have child elements; remove need for data-customize-post-id attribute
Differentiate featured image partials on index templates for separate posts
…_dependent_selector

* Allows partial selectors to have make use of post ID placeholders in the form of %d.
* Selective refresh fallback behavior is changed to be prevented when changing a post that isn't referenced on a given template (via body_class or post_class).
* Nevertheless, the selective refresh requests still are made so that the REST API Backbone models have the opportunity to update their rendered properties.
* Adds initial support for Twenty Seventeen.
Improve logic for determining when to do fallback refresh for post field partials
Add syncing of post setting to Backbone post models
@westonruter westonruter added this to the 0.8.5 milestone Jan 3, 2017
@westonruter westonruter merged commit a447949 into master Jan 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant