Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 733 - Fix issue with Soliloquy image query #758

Merged
merged 2 commits into from
Mar 12, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/wp-seo-metabox.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jQuery(document).ready(function () {
jQuery('#'+wpseoMetaboxL10n.field_prefix+'title').keyup(function () {
updateTitle();
});
descElm.keyup(function () {
jQuery('#'+wpseoMetaboxL10n.field_prefix+'metadesc').keyup(function () {
updateDesc();
});
jQuery('#excerpt').keyup(function () {
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ You'll find the [FAQ on Yoast.com](https://yoast.com/wordpress/plugins/seo/faq/)
* Potentially fix [issue 565](https://github.com/Yoast/wordpress-seo/issues/565) bbpress warning message. Thanks [inetbiz](https://github.com/inetbiz) for reporting and [tobylewis](https://github.com/tobylewis) for finding the likely cause.
* Filter 'wpseo_pre_analysis_post_content' output is now only loaded in DOM object if not empty. - props [mgmartel](https://github.com/mgmartel).
* $post_content is now unset after loading in DOM object. - props [mgmartel](https://github.com/mgmartel).
* Fix issue with Soliloquy image query, as reported by [osalcedo](https://github.com/osalcedo) and [mattisherwood](https://github.com/mattisherwood) in [issue #733](https://github.com/Yoast/wordpress-seo/issues/733) - props [Jrf](http://profiles.wordpress.org/jrf).

* Enhancements
* Twitter metatag key is now filterable by 'wpseo_twitter_metatag_key' - props [martinernst](https://github.com/martinernst).
Expand Down