Skip to content

Releases: Yoast/yoast-test-helper

1.11.0

02 Dec 13:25
Compare
Choose a tag to compare

= 1.11 =

Release Date: December 2nd, 2020

Bugfixes:

  • Fixes a bug where a deprecated jQuery function was used.

1.11-RC1

01 Dec 11:04
Compare
Choose a tag to compare
1.11-RC1 Pre-release
Pre-release

Bugfixes:

  • Fixes a bug where a deprecated jQuery function was used. #112

1.10.0

17 Nov 09:23
Compare
Choose a tag to compare

= 1.10 =

Release Date: November 17th, 2020

Bugfixes:

  • Fixes a bug where the Start SEO Data optimization button was not shown after resetting the indexables tables and migrations.
  • Fixes a bug where no notification was shown to reindex your site when resetting the indexables tables and migrations, the prominent words table, and the internal link count.
  • Fixes a bug where the Reset indexables tables & migrations functionality did not reset the internal link count transients.

Other:

  • Makes the plugin translatable.

1.10-RC2

11 Nov 10:32
Compare
Choose a tag to compare
1.10-RC2 Pre-release
Pre-release

Changes compared to 1.10-RC1:

Bugfixes:

  • Fixes a bug where the Reset indexables tables & migrations functionality did not reset the internal link count transients. #111

1.10-RC1

09 Nov 10:30
Compare
Choose a tag to compare
1.10-RC1 Pre-release
Pre-release

= 1.10 =

Release Date: November 17th, 2020

Bugfixes:

  • Fixes a bug where the Start SEO Data optimization button was not shown after resetting the indexables tables and migrations. #106
  • Fixes a bug where no notification was shown to reindex your site when resetting the indexables tables and migrations, the prominent words table, and the internal link count. #107

Other:

  • Makes the plugin translatable. #110

Non-user-facing:

  • Uses the new option name for resetting the indexing options, and removes the setting of two other options which are no longer used. #108
  • Updated dev dependencies. #109

1.9.0

06 Oct 06:37
Compare
Choose a tag to compare

= 1.9 =

Bugfixes:

  • Fixes a bug where the link columns could not be emptied due to an incorrect table name.
  • Fixes a bug where links could be attached to the wrong indexables when resetting the indexable tables and migrations.

1.8.0

08 Jul 06:47
Compare
Choose a tag to compare

Enhancements:

  • Added resets for indexables related options when using the Yoast Test Helper to reset the indexables and migrations.
  • Added resets for prominent word related functionality when using the Yoast Test Helper to reset the prominent words calculation.

Bugfixes:

  • Fixes the database versions keys the plugin checks for Video SEO and WooCommerce SEO as they've been changed in these plugins.

1.7.0

02 Jun 13:09
Compare
Choose a tag to compare

Enhancements:

  • Drops the table for prominent words (used by our internal linking functionality, among others) when you hit reset indexables.
  • Some minor code style fixes.

1.6.0

09 Apr 12:30
Compare
Choose a tag to compare

Enhancements:

  • Removed the feature toggle for internal linking as it's no longer in use.
  • Changed the order of admin boxes to be more logical.

Bugfixes:

  • Fix fatal error with debug panel.

Under the hood:

  • If an integration returns an empty string for its form controls, don't output the admin block.
  • Several QA fixes and CS fixes.
  • Travis now builds for PRs.
  • Added a .gitattributes for more easy exporting.

1.5

03 Apr 09:41
Compare
Choose a tag to compare
1.5

Release Date: April 3rd, 2020

Enhancements:

  • Added a button to reset your database to pre-Indexables state. When running an indexables branch this causes all migrations to re-run and thus all tables to be created cleanly.
  • Added a button to reset the configuration wizard state.

Bugfixes:

  • Fixes a bug where saving the Influence schema setting wouldn't work.

General:

  • Switched to YoastCS 2.0 and changed the auto-loading process.