Skip to content

Commit

Permalink
Merge branch 'enhance/plugin-upgrader' into enhance/data-plugin-insta…
Browse files Browse the repository at this point in the history
…ll-script
  • Loading branch information
officiallygod committed Oct 8, 2024
2 parents 1b5b813 + 8e94d33 commit 7a87bda
Show file tree
Hide file tree
Showing 20 changed files with 714 additions and 31 deletions.
3 changes: 1 addition & 2 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function () {
register(
array(
'name' => 'installer',
'label' => __( 'Installer', 'newfold-installer-module' ),
'label' => __( 'Installer', 'wp-module-installer' ),
'callback' => function ( Container $container ) {
new Constants( $container );
new Installer( $container );
Expand All @@ -24,7 +24,6 @@ function () {
'isHidden' => true,
)
);

}
);

Expand Down
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
]
}
},
"require": {
"wp-cli/wp-cli": "^2.11",
"@newfold-labs/wp-module-pls": "^1.0"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2"
},
Expand Down
303 changes: 301 additions & 2 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 7a87bda

Please sign in to comment.