From 88171dd7529107fb4c842c17009623a6399e97cb Mon Sep 17 00:00:00 2001 From: Allen Benny <48691514+officiallygod@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:00:14 +0530 Subject: [PATCH 1/4] Update Constants.php --- includes/Data/Constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Data/Constants.php b/includes/Data/Constants.php index 5ecf8b6..f0f9612 100644 --- a/includes/Data/Constants.php +++ b/includes/Data/Constants.php @@ -15,7 +15,7 @@ class Constants { */ public function __construct( $container ) { if ( ! defined( 'NFD_INSTALLER_VERSION' ) ) { - define( 'NFD_INSTALLER_VERSION', '1.2.0' ); + define( 'NFD_INSTALLER_VERSION', '1.2.1' ); } if ( ! defined( 'NFD_INSTALLER_BUILD_DIR' ) && defined( 'NFD_INSTALLER_VERSION' ) ) { define( 'NFD_INSTALLER_BUILD_DIR', dirname( __DIR__, 2 ) . '/build/' . NFD_INSTALLER_VERSION ); From 30329b509934670e8dd72b78e3c22b55cb466e66 Mon Sep 17 00:00:00 2001 From: Allen Benny <48691514+officiallygod@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:03:38 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6817b9..8eb3057 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,10 @@ An installer for WordPress plugins and themes. ## Releases -### 1. Bump Version +### 1. Bump Version [IMPORTANT] -Update the module version in the `bootstrap.php` file (the NFD_INSTALLER_VERSION const). +Update the module version in the `includes/Data/Constants.php` file (the NFD_INSTALLER_VERSION const). +Update the module version in the `package.json and package-lock.json` file as well. ## Installation From abe3e7fb5abb964f418a22b2d5b7b8d16a77723a Mon Sep 17 00:00:00 2001 From: Allen Benny <48691514+officiallygod@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:04:17 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eb3057..714081c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ An installer for WordPress plugins and themes. ### 1. Bump Version [IMPORTANT] -Update the module version in the `includes/Data/Constants.php` file (the NFD_INSTALLER_VERSION const). +Update the module version in the `includes/Data/Constants.php` file (the NFD_INSTALLER_VERSION const). <\br> Update the module version in the `package.json and package-lock.json` file as well. ## Installation From 18385b836c8a2d75d4af8582cc27bb74d477086d Mon Sep 17 00:00:00 2001 From: Allen Benny <48691514+officiallygod@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:04:45 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 714081c..3413edc 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ An installer for WordPress plugins and themes. ### 1. Bump Version [IMPORTANT] -Update the module version in the `includes/Data/Constants.php` file (the NFD_INSTALLER_VERSION const). <\br> -Update the module version in the `package.json and package-lock.json` file as well. +- Update the module version in the `includes/Data/Constants.php` file (the NFD_INSTALLER_VERSION const). +- Update the module version in the `package.json and package-lock.json` file as well. ## Installation