Skip to content

Commit 41c56cb

Browse files
committed
Preparations for 3.0-RC2
1 parent d4746a7 commit 41c56cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/yoast-acf-analysis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
2-
/* global YoastSEO, acf, _, jQuery, wp */
2+
/* global YoastSEO, acf, jQuery, */
33
var config = require( "./config/config.js" );
44
var helper = require( "./helper.js" );
55
var collect = require( "./collect/collect.js" );

yoast-acf-analysis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin Name: ACF Content Analysis for Yoast SEO
99
* Plugin URI: https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/
1010
* Description: Ensure that Yoast SEO analyzes all Advanced Custom Fields 5.7+ content including Flexible Content and Repeaters.
11-
* Version: 3.0-RC1
11+
* Version: 3.0-RC2
1212
* Author: Thomas Kräftner, ViktorFroberg, marol87, pekz0r, angrycreative, Team Yoast
1313
* Author URI: http://angrycreative.se
1414
* License: GPL v3

0 commit comments

Comments
 (0)