Install

Works with Drupal: ^10.3 || ^11

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 29.62 KB
MD5: 62d86e1f604dcbab2ca8d02d43afd9fc
SHA-1: 656a7a2c6e8f1c4c6151726be6faf827a1f25907
SHA-256: ffeac9393239c8c171852ba3b652a2d9fd13754e11e4da22eb01d284f7ef0f36
Download zip 49.35 KB
MD5: f2a547fe72092a3e76711f179f03c274
SHA-1: fb25ee2dd26ec0a24318b6b569534fed265af808
SHA-256: f9b6ea60186f5bb116450af1f8c3dbb6d1b1890bfeaabc52921287120d75c1ee

Release notes

Module now uses exportable config for SiteVerification storage, allowing site verifications to be migrated between development, staging and production sites.

Database storage has been removed. The concept of engines has been removed; All site verifications are now either a meta tag or file verification, and the admin can name and describe them.

The admin interface has removed the meta tag parser, and file upload field helpers, instead allowing entry of the name and contents of either type of site verification. Patches welcome to add an ajax button to show the additional helper inputs to fill the existing name & content fields.

Upgrading from 2.0.x/2.1.x

**Flush & Rebuild caches**
Some services, routing and links have been changed. A cache flush is required to update them. Site verifications will be disabled until the post-update migration has been completed.
Run updates
Schema Update Description
10001 Deprecate Yahoo Yahoo verifications are deprecated. Convert to custom engine.
10300 Config SiteVerification Install SiteVerification ConfigEntityType.
10301 Grant permission Give new file permission to any roles with admin site verify permission.
Post-update Migrate from database Batch convert database based verifications into config entity based.

Any site verifications which fail to be migrated will be left in the site_verify table, which then need to be migrated manually and the table removed. If migration works without error, the table will be removed automatically.

Changes since 2.0.x/2.1.x

  • Added SiteVerification ConfigEntityType.
  • Adds validation constraints for the new ConfigEntityType, now fully validatable.
  • Post-update function to migrate from DB to Config entity.
  • Database storage and related code removed.
  • Re-add the file validation permission, and update to grant it.
  • OOP Hooks with BC layer until 11.1 is minimum supported version.
  • Tests expanded for new operation and migration.

Change since 3.0.0-beta1

  • #3495398: Fix configure route in info.yml.

Changes since 2.0.0:
https://git.drupalcode.org/project/site_verify/-/compare/2.0.0...3.0.0-b...
Changes since 2.1.0:
https://git.drupalcode.org/project/site_verify/-/compare/2.1.0...3.0.0-b...
Changes since 3.0.0-beta1
https://git.drupalcode.org/project/site_verify/-/compare/3.0.0-beta1...3...

Created by: elc
Created on: 21 Dec 2024 at 01:08 UTC
Last updated: 24 Dec 2024 at 01:28 UTC
Bug fixes
New features

Other releases