From bba439d8258e3dd49b0558b9787f8c1b873f6146 Mon Sep 17 00:00:00 2001 From: evoMark Action Date: Thu, 26 Dec 2024 00:54:57 +0000 Subject: [PATCH] Chore: Updated changelog and version --- changelog/next.md | 4 ---- changelog/v0.6.2-2024-12-26.md | 4 ++++ inertia-wordpress.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 changelog/v0.6.2-2024-12-26.md diff --git a/changelog/next.md b/changelog/next.md index dce30c3..e69de29 100644 --- a/changelog/next.md +++ b/changelog/next.md @@ -1,4 +0,0 @@ -- **Feature**: Added `Inertia::redirect(string $url)` function -- **Feature**: Added links to support the open-source project -- **Improvement**: Moved documentation to dedicated website -- **Improvement**: New NPM scripts added to bootstrapped `package.json` files for `npm run ssr:stop` and `npm run ssr:restart`. diff --git a/changelog/v0.6.2-2024-12-26.md b/changelog/v0.6.2-2024-12-26.md new file mode 100644 index 0000000..dce30c3 --- /dev/null +++ b/changelog/v0.6.2-2024-12-26.md @@ -0,0 +1,4 @@ +- **Feature**: Added `Inertia::redirect(string $url)` function +- **Feature**: Added links to support the open-source project +- **Improvement**: Moved documentation to dedicated website +- **Improvement**: New NPM scripts added to bootstrapped `package.json` files for `npm run ssr:stop` and `npm run ssr:restart`. diff --git a/inertia-wordpress.php b/inertia-wordpress.php index 65c4e81..50eb08f 100644 --- a/inertia-wordpress.php +++ b/inertia-wordpress.php @@ -3,7 +3,7 @@ /* * Plugin Name: Inertia Wordpress * Description: Connect an Inertia frontend theme to your Wordpress application, based on Inertia Laravel 2.0.0 - * Version: 0.6.1 + * Version: 0.6.2 * Requires at least: 6.0 * Requires PHP: 8.2 * Tested up to: 6.7