Skip to content

Commit

Permalink
Version bumps and readme texts
Browse files Browse the repository at this point in the history
  • Loading branch information
moorscode committed Jun 30, 2016
1 parent b588323 commit 0b3cef3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
18 changes: 15 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,30 @@ Contributors: marcusforsberg, joostdevalk, atimmer, omarreiss, jipmoors
Tags: yoast, seo, acf, advanced custom fields, analysis, search engine optimization, seo score
Donate link: https://forsberg.ax
Requires at least: 4.3.1
Tested up to: 4.3.1
Tested up to: 4.5
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Version: 1.1.0
Version: 1.2.0

Adds the content of all ACF fields to the Yoast SEO content analysis.

== Description ==
[Yoast WordPress SEO's](https://yoast.com/wordpress/plugins/) score analysis does not take in to account the content of a post's [Advanced Custom Fields](http://www.advancedcustomfields.com/). This plugin uses Yoast WordPress SEO 3.1's plugin system to hook into the analyser in order to add ACF content to the SEO analysis.
[Yoast SEO for WordPress](https://yoast.com/wordpress/plugins/) score analysis does not take in to account the content of a post's [Advanced Custom Fields](http://www.advancedcustomfields.com/). This plugin uses Yoast SEO for WordPress 3.1's plugin system to hook into the analyser in order to add ACF content to the SEO analysis.

This had previously been done by the [WordPress SEO ACF Content Analysis](https://wordpress.org/plugins/wp-seo-acf-content-analysis/) plugin but that no longer works with Yoast 3.0. Kudos to [ryuheixys](https://profiles.wordpress.org/ryuheixys/), the author of that plugin, for the original idea.

Please note that the plugin does not work with WYSIWYG fields for ACF yet, we're working on this.

> If you have issues, please [submit them on GitHub](https://github.com/Yoast/yoast-acf-analysis/issues)

== Changelog ==

= 1.2.0 =

Released June 30th, 2016

* Bugfixes:
* Fixes incompatibility issue with Yoast SEO version 3.2+ where the assets are prefixed differently than before.

* Internationalisation:
* Improved text in notifications when dependencies are missing.
4 changes: 2 additions & 2 deletions yoast-acf-analysis.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Yoast SEO: ACF Analysis
* Plugin URI: https://forsberg.ax
* Description: Adds the content of all ACF fields to the Yoast SEO score analysis.
* Version: 1.1.0
* Version: 1.2.0
* Author: Marcus Forsberg & Team Yoast
* Author URI: https://forsberg.ax
* License: GPL v3
Expand All @@ -25,7 +25,7 @@
*/
class Yoast_ACF_Analysis {

const VERSION = '1.1.0';
const VERSION = '1.2.0';

/**
* Yoast_ACF_Analysis constructor.
Expand Down

0 comments on commit 0b3cef3

Please sign in to comment.