Skip to content

Commit

Permalink
Release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentj committed Jul 11, 2023
1 parent 8302974 commit c874070
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## 1.0.8 - 2023-07-11

### Fixed

* Fix: correct built JS
* Install assets outside the assets/ directory, as it is reserved to Lizmap.

## 1.0.7 - 2023-07-06

### Changed
Expand Down
3 changes: 0 additions & 3 deletions pgrouting/install/upgrade_1_0_7__1_0_8.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ class pgroutingModuleUpgrader_1_0_7__1_0_8 extends jInstallerModule

public function install()
{
echo "pgroutingModuleUpgrader_1_0_7__1_0_8 start ".$this->entryPoint->getEpId()."\n";

if ($this->firstDbExec()) {
echo "pgroutingModuleUpgrader_1_0_7__1_0_8 firstDbExec\n";
$this->useDbProfile('pgrouting');
$db = $this->dbConnection();
$this->launchGrantIntoDb($db);
Expand Down
2 changes: 1 addition & 1 deletion pgrouting/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="pgrouting3liz.com" name="pgrouting" createdate="2021-04-29">
<version date="2023-07-06">1.0.7</version>
<version date="2023-07-11">1.0.8</version>
<label lang="en_US">pgrouting</label>
<description lang="en_US" />
<license URL="">Mozilla Public License : http://www.mozilla.org/MPL/</license>
Expand Down

0 comments on commit c874070

Please sign in to comment.