Skip to content

Commit

Permalink
Merge branch 'develop' into update/help-center-links
Browse files Browse the repository at this point in the history
* develop: (25 commits)
  remove unused icon for route
  update performance and patterns modules to 2.0.0 releases
  update help and staging modules to 2.0 releases
  only show help center toggle on settings if not locked
  use error state and eslint cleanup
  composer updates to require branches as versions
  copy updates for new toggles and clean up admin page
  Update lock file
  Update Onboarding to 2.3.2
  add app admin page with feature toggles
  add feature toggles to settings page for help center and wonder blocks
  update atomic, context, features modules
  update feature module
  update feature module
  add atomic module
  update features module
  update features module to 1.1.1
  lint
  load required files in modules properly
  update to released version of features module
  ...

# Conflicts:
#	composer.lock
  • Loading branch information
circlecube committed May 29, 2024
2 parents 78da88e + 79a5e93 commit e00c07e
Show file tree
Hide file tree
Showing 15 changed files with 742 additions and 72 deletions.
4 changes: 4 additions & 0 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use NewfoldLabs\WP\ModuleLoader\Container;
use NewfoldLabs\WP\ModuleLoader\Plugin;
use NewfoldLabs\WP\Context\Context;
use NewfoldLabs\WP\Module\Features\Features;
use function NewfoldLabs\WP\ModuleLoader\container as setContainer;
use function NewfoldLabs\WP\Context\setContext;
use function NewfoldLabs\WP\Context\getContext;
Expand Down Expand Up @@ -199,3 +200,6 @@ function () {
if ( is_admin() ) {
new Admin();
}

// Instantiate the Features singleton
Features::getInstance();
18 changes: 10 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,28 +70,30 @@
"roave/security-advisories": "dev-latest",
"newfold-labs/wp-php-standards": "^1.2.3",
"wp-cli/i18n-command": "^2.6.1",
"wp-phpunit/wp-phpunit": "^6.5.2"
"wp-phpunit/wp-phpunit": "^6.5.3"
},
"require": {
"newfold-labs/wp-module-activation": "^1.0.2",
"newfold-labs/wp-module-atomic": "^1.2.0",
"newfold-labs/wp-module-coming-soon": "^1.2.3",
"newfold-labs/wp-module-context": "^1.0.0",
"newfold-labs/wp-module-context": "^1.0.1",
"newfold-labs/wp-module-data": "^2.5.0",
"newfold-labs/wp-module-deactivation": "^1.1.2",
"newfold-labs/wp-module-ecommerce": "^1.3.31",
"newfold-labs/wp-module-features": "^1.4.1",
"newfold-labs/wp-module-global-ctb": "^1.0.11",
"newfold-labs/wp-module-facebook": "^1.0.6",
"newfold-labs/wp-module-help-center": "^1.0.25",
"newfold-labs/wp-module-facebook": "^1.0.7",
"newfold-labs/wp-module-help-center": "^2.0.0",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^2.2.4",
"newfold-labs/wp-module-notifications": "^1.3.0",
"newfold-labs/wp-module-onboarding": "^2.3.1",
"newfold-labs/wp-module-patterns": "^1.0.0",
"newfold-labs/wp-module-performance": "^1.4.1",
"newfold-labs/wp-module-onboarding": "^2.3.2",
"newfold-labs/wp-module-patterns": "2.0.0 as 1.9.9",
"newfold-labs/wp-module-performance": "2.0.0 as 1.9.9",
"newfold-labs/wp-module-runtime": "^1.0.11",
"newfold-labs/wp-module-secure-passwords": "^1.1.1",
"newfold-labs/wp-module-sso": "^1.0.5",
"newfold-labs/wp-module-staging": "^1.3.3",
"newfold-labs/wp-module-staging": "^2.0.0",
"wp-forge/wp-update-handler": "^1.0.2",
"wp-forge/wp-upgrade-handler": "^1.0"
}
Expand Down
200 changes: 167 additions & 33 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 e00c07e

Please sign in to comment.