Skip to content

Commit

Permalink
composer require pronamic/pronamic-pay-admin-reports
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 17, 2024
1 parent e3b34b7 commit f10f4ce
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"ext-json": "*",
"automattic/jetpack-autoloader": "^3.0",
"composer/installers": "^2.2",
"pronamic/pronamic-pay-admin-reports": "^1.0",
"pronamic/pronamic-wp-updater": "^1.0",
"pronamic/wp-datetime": "^2.1",
"pronamic/wp-gravityforms-nl": "^3.0",
Expand Down
94 changes: 93 additions & 1 deletion composer.lock

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

3 changes: 2 additions & 1 deletion pronamic-ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ function () {

\Pronamic\WordPress\Updater\Plugin::instance()->setup();

\Pronamic\PronamicPayAdminReports\Plugin::instance()->setup();

add_filter(
'pronamic_pay_modules',
function ( $modules ) {
$modules[] = 'forms';
$modules[] = 'reports';
$modules[] = 'subscriptions';

return $modules;
Expand Down

0 comments on commit f10f4ce

Please sign in to comment.