Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Mar 20, 2024
1 parent 2de69aa commit 3b8c400
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webtrees-fan-chart",
"version": "2.6.3-dev",
"version": "2.7.0",
"description": "This modules provides an SVG ancestor fan chart for the [webtrees](https://www.webtrees.net) genealogy application.",
"keywords": [
"webtrees",
Expand Down
4 changes: 2 additions & 2 deletions src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Module extends AbstractModule implements ModuleCustomInterface, ModuleChar
/**
* @var string
*/
public const CUSTOM_VERSION = '2.6.3-dev';
public const CUSTOM_VERSION = '2.7.0';

/**
* @var string
Expand Down Expand Up @@ -208,7 +208,7 @@ public function handle(ServerRequestInterface $request): ResponseInterface
'chartParams' => json_encode($this->getChartParameters($individual), JSON_THROW_ON_ERROR),
'stylesheets' => $this->getStylesheets(),
'exportStylesheets' => $this->getExportStylesheets(),
'javascript' => $this->assetUrl('js/fan-chart.js'),
'javascript' => $this->assetUrl('js/fan-chart.min.js'),
]
);
}
Expand Down

0 comments on commit 3b8c400

Please sign in to comment.