Skip to content

Commit

Permalink
remove cp settings
Browse files Browse the repository at this point in the history
  • Loading branch information
matfish3 committed Nov 17, 2022
1 parent e5c783e commit 4d10112
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Release Notes for Optimum

## 1.0.1 - 2022-11-17
### Fixed
- Remove CP setting

## 1.0.0 - 2022-11-15
- Initial Release
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class Plugin extends BasePlugin
{
public bool $hasCpSection = true;
public bool $hasCpSettings = true;
public bool $hasCpSettings = false;

public function init()
{
Expand Down

0 comments on commit 4d10112

Please sign in to comment.