Skip to content

Commit

Permalink
Merge pull request #22 from newfold-labs/enhance/plugin-upgrader
Browse files Browse the repository at this point in the history
Solutions: WP CLI commands and premium plugin utlities
  • Loading branch information
arunshenoy99 authored Oct 8, 2024
2 parents b418c3a + a553fe2 commit 125e82b
Show file tree
Hide file tree
Showing 20 changed files with 713 additions and 30 deletions.
3 changes: 1 addition & 2 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function () {
register(
array(
'name' => 'installer',
'label' => __( 'Installer', 'newfold-installer-module' ),
'label' => __( 'Installer', 'wp-module-installer' ),
'callback' => function ( Container $container ) {

if ( ! defined( 'NFD_INSTALLER_VERSION' ) ) {
Expand All @@ -26,7 +26,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 125e82b

Please sign in to comment.