File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,10 @@ An installer for WordPress plugins and themes.
2727
2828## Releases
2929
30- ### 1. Bump Version
30+ ### 1. Bump Version [ IMPORTANT ]
3131
32- Update the module version in the ` bootstrap.php ` file (the NFD_INSTALLER_VERSION const).
32+ - Update the module version in the ` includes/Data/Constants.php ` file (the NFD_INSTALLER_VERSION const).
33+ - Update the module version in the ` package.json and package-lock.json ` file as well.
3334
3435## Installation
3536
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Constants {
1515 */
1616 public function __construct ( $ container ) {
1717 if ( ! defined ( 'NFD_INSTALLER_VERSION ' ) ) {
18- define ( 'NFD_INSTALLER_VERSION ' , '1.2.0 ' );
18+ define ( 'NFD_INSTALLER_VERSION ' , '1.2.1 ' );
1919 }
2020 if ( ! defined ( 'NFD_INSTALLER_BUILD_DIR ' ) && defined ( 'NFD_INSTALLER_VERSION ' ) ) {
2121 define ( 'NFD_INSTALLER_BUILD_DIR ' , dirname ( __DIR__ , 2 ) . '/build/ ' . NFD_INSTALLER_VERSION );
You can’t perform that action at this time.
0 commit comments