From 0b3cef36e7c60cd136a4d6761022ad88f6160ec5 Mon Sep 17 00:00:00 2001 From: Jip Moors Date: Thu, 30 Jun 2016 14:10:53 +0200 Subject: [PATCH] Version bumps and readme texts --- readme.txt | 18 +++++++++++++++--- yoast-acf-analysis.php | 4 ++-- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index caa9d661..d00dd4d9 100644 --- a/readme.txt +++ b/readme.txt @@ -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. diff --git a/yoast-acf-analysis.php b/yoast-acf-analysis.php index e3f7c30c..1b2f2575 100644 --- a/yoast-acf-analysis.php +++ b/yoast-acf-analysis.php @@ -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 @@ -25,7 +25,7 @@ */ class Yoast_ACF_Analysis { - const VERSION = '1.1.0'; + const VERSION = '1.2.0'; /** * Yoast_ACF_Analysis constructor.