Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadjimbob committed Sep 1, 2024
1 parent 09f76ca commit 4fbbca4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ If the plugin is installed, the **Template Styles Settings** page will be expand

## Releases

- **_NEXT-RELEASE_**
- **_2024-09-01 RC-1_**

- Fixed table alignments not being applied [#86](https://github.com/nomadjimbob/mikio/issues/86). Thanks aloade.
- Fixed empty menus being shown when all items have been disabled [#88](https://github.com/nomadjimbob/mikio/issues/88). Thanks aloade.
Expand Down
16 changes: 0 additions & 16 deletions mikio.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,26 +87,10 @@ public static function getInstance(): self
return self::$instance;
}

/**
* Prevent cloning of the instance
*
* @noinspection PhpUnusedPrivateMethodInspection
*/
private function __clone() {}

/**
* Prevent unserialization of the instance
*
* @noinspection PhpUnusedPrivateMethodInspection
*/
public function __wakeup() {}


/**
* Register the themes hooks into Dokuwiki
*
* @return void
* @noinspection PhpUnusedPrivateMethodInspection
*/
private function registerHooks(): void
{
Expand Down
2 changes: 1 addition & 1 deletion template.info.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
base mikio
author James Collins
email james.collins@outlook.com.au
date 2024-06-05
date 2024-09-01
name Mikio theme
desc Mikio template based on Bootstrap 4 with hero element for Dokuwiki
url https://www.dokuwiki.org/template:mikio

0 comments on commit 4fbbca4

Please sign in to comment.