Skip to content

Commit

Permalink
Merge pull request #373 from newfold-labs/add/fresh-install-checks
Browse files Browse the repository at this point in the history
Enhance redirect logic and add a fresh installation check.
  • Loading branch information
diwanshuster authored Nov 29, 2023
2 parents 13627ce + 462607b commit f1cc932
Show file tree
Hide file tree
Showing 45 changed files with 350 additions and 20,212 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function nfd_wp_module_onboarding_register() {

// Set Global Constants
if ( ! defined( 'NFD_ONBOARDING_VERSION' ) ) {
define( 'NFD_ONBOARDING_VERSION', '1.11.9' );
define( 'NFD_ONBOARDING_VERSION', '1.11.10' );
}
if ( ! defined( 'NFD_ONBOARDING_DIR' ) ) {
define( 'NFD_ONBOARDING_DIR', __DIR__ );
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
"require": {
"mustache/mustache": "^2.14",
"wp-cli/wp-config-transformer": "^1.3",
"newfold-labs/wp-module-onboarding-data": "^0.0.7",
"newfold-labs/wp-module-patterns": "^0.1.8"
"newfold-labs/wp-module-onboarding-data": "^0.0.8",
"newfold-labs/wp-module-patterns": "^0.1.9",
"newfold-labs/wp-module-install-checker": "^1.0"
},
"require-dev": {
"wp-phpunit/wp-phpunit": "^6.2",
Expand Down
99 changes: 69 additions & 30 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f1cc932

Please sign in to comment.