Skip to content

Commit

Permalink
docs: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
humet committed Apr 19, 2024
1 parent f07afb0 commit aefd2b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "gdidentity/on-demand-revalidation",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"version": "1.2.3",
"autoload": {
"psr-4": {
"OnDemandRevalidation\\": "src/"
Expand Down
2 changes: 1 addition & 1 deletion on-demand-revalidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin URI: https://wordpress.org/plugins/on-demand-revalidation
* GitHub Plugin URI: https://github.com/dexerto/on-demand-revalidation
* Description: Next.js On-Demand Revalidation on the post update, revalidate specific paths, tags on the post update.
* Version: 1.2.2
* Version: 1.2.3
* Author: Dexerto
* Author URI: https://dexerto.com
* Text Domain: on-demand-revalidation
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: bebjakub
Tags: nextjs, ssg, revalidation, on-demand
Requires at least: 4.7
Tested up to: 6.2.2
Stable tag: 1.2.1
Stable tag: 1.2.3
Requires PHP: 8.0
License: GPL-3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -24,6 +24,10 @@ Feel free to create a PR to [plugin Github repo](https://github.com/gdidentity/o


== Changelog ==
= 1.2.3 =
- fix: Rename database id placeholder
- fix: Remove unwanted default placeholders
- fix: Do not send items if empty
= 1.2.2 =
- feat: Added the rewrite_placeholders function to dynamically replace placeholders like `%slug%`, `%id%`, `%categories%`, and `%tags%` with actual post data from @MuhammedAO
= 1.2.1 =
Expand Down

0 comments on commit aefd2b8

Please sign in to comment.