On-Demand Revalidation

Beskriuwing

Next.js On-Demand Revalidation for WordPress on the post update, revalidate specific paths on the post update.

Feel free to create a PR to plugin Github repo.

Ynstallaasje

  1. Search for the plugin in WordPress under “Plugins -> Add New”.
  2. Click the “Install Now” button, followed by “Activate”.
  3. Add Next.js URL and Revalidate Secret Key in the Settings -> Next.js On-Demand Revalidation
  4. In your Next.js project add a new file /pages/api/revalidate.ts with a code snippet, you’ll find here.
  5. Add REVALIDATE_SECRET_KEY env variable to your Next.js with Revalidate Secret Key value you added in the Plugin Settings.

Resinsjes

D'r binne gjin resinsjes foar dizze plugin.

Meiwurkers & amp; Untwikkelders

"On-Demand Revalidation" is iepen boarne software. De folgjende minsken hawwe bydroegen oan dizze plugin.

Meiwurkers

Oersette "On-Demand Revalidation" yn jo taal.

Ynteressearre yn ûntwikkeling?

Blêdzje troch de koade , besjoch de SVN-repository , of abonnearje op it ûntwikkelingslogboek troch RSS .

Feroaringslog

1.1.3

  • fix: Add old permalink tracking to revalidation process from @humet

1.1.2

  • fix: reduce unnecessary revalidations from @humet

1.1.1

  • Allow custom taxonomies revalidation from @humet

1.0.16

  • fix from @slimzc

1.0.15

  • Add postId to revalidation request

1.0.13

  • Add Disable scheduled revalidation option

1.0.11

  • Connect with Cloudflare purge cache plugin

1.0.9

  • Update readme, minors. Thank you @gibix!

1.0.8

  • Fix: ensure correct deep paths for posts. Thank you @pressoholics!

1.0.7

  • Fix: address conflicts with wpgraphql plugin. Thank you @pressoholics!

1.0.6

  • add filter on_demand_revalidation_paths