Skip to content

Commit

Permalink
v1.6.0 ✨
Browse files Browse the repository at this point in the history
- #11 Add logger
- #12 Allow to clear revalidation queue
- Redesign settings' page
- Custom table to hold the queue
- Paralyze up to 4 crons at the same time
  • Loading branch information
kuuak committed Jan 26, 2024
1 parent af8d8d9 commit 02ff4b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions nextjs-revalidate.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Next.js plugin allows you to purge & re-build the cached pages from the WordPress admin area. It also automatically purges & re-builds when a page/post/... is save or updated.
* Author: superhuit
* Author URI: https://www.superhuit.ch
* Version: 1.5.0
* Version: 1.6.0
* license: GPLv3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Requires PHP: 7.4
Expand Down Expand Up @@ -46,7 +46,7 @@

define( 'NJR_PATH', __DIR__ );
define( 'NJR_URI', plugin_dir_url(__FILE__) );
define( 'NJR_VERSION', '1.5.0' );
define( 'NJR_VERSION', '1.6.0' );

// Load dependencies
// ====
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-revalidate",
"version": "1.1.3",
"version": "1.6.0",
"description": "Next.js plugin allows you to purge & re-build the cached pages from the WordPress admin area. It also automatically purges & re-builds when a page/post/... is save or updated.",
"main": "src/index.ts",
"repository": "git@github.com:superhuit-agency/nextjs-revalidate.git",
Expand All @@ -20,4 +20,4 @@
"webpack-cli": "^5.1.1",
"webpack-manifest-plugin": "^5.0.0"
}
}
}
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: Next.js, Nextjs, Next, Cache, revalidate, Purge
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 7.4
Stable tag: 1.5.0
Stable tag: 1.6.0
license: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 02ff4b6

Please sign in to comment.