Skip to content

Commit

Permalink
release: fixes
Browse files Browse the repository at this point in the history
- disable template diectory module by default
  • Loading branch information
abaicus authored Oct 10, 2024
2 parents d772c60 + 9882fc8 commit 5e2d726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: composer run lint
phpunit:
name: Phpunit
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
mysql:
image: mysql:5.7
Expand Down
2 changes: 1 addition & 1 deletion obfx_modules/template-directory/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct() {
parent::__construct();
$this->name = __( 'Template Directory Module', 'themeisle-companion' );
$this->description = __( 'The awesome template directory is aiming to provide a wide range of templates that you can import straight into your website.', 'themeisle-companion' );
$this->active_default = true;
$this->active_default = false;
$this->refresh_after_enabled = true;
}

Expand Down

0 comments on commit 5e2d726

Please sign in to comment.