Skip to content

Commit

Permalink
Updated extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
markseuffert committed Apr 25, 2024
1 parent 91a17fc commit 10357b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions system/extensions/update-available.ini
Expand Up @@ -97,14 +97,14 @@ Status: available
system/workers/catalan.php: catalan.php, create, update

Extension: Check
Version: 0.9.4
Version: 0.9.5
Description: Find broken links.
Developer: Anna Svensson
Tag: feature
DownloadUrl: https://github.com/annaesvensson/yellow-check/archive/refs/heads/main.zip
DocumentationUrl: https://github.com/annaesvensson/yellow-check
DocumentationLanguage: en, de, sv
Published: 2024-04-25 13:13:07
Published: 2024-04-25 15:31:57
Status: available
system/workers/check.php: check.php, create, update

Expand Down Expand Up @@ -304,14 +304,14 @@ system/workers/gallery-default-skin.svg: gallery-default-skin.svg, create, updat
system/workers/gallery-preloader.gif: gallery-preloader.gif, create, update

Extension: Generate
Version: 0.9.4
Version: 0.9.5
Description: Generate a static website.
Developer: Anna Svensson
Tag: feature
DownloadUrl: https://github.com/annaesvensson/yellow-generate/archive/refs/heads/main.zip
DocumentationUrl: https://github.com/annaesvensson/yellow-generate
DocumentationLanguage: en, de, sv
Published: 2024-04-25 13:12:00
Published: 2024-04-25 15:39:34
Status: available
system/workers/generate.php: generate.php, create, update

Expand Down
4 changes: 2 additions & 2 deletions system/extensions/yellow-extension.ini
Expand Up @@ -36,14 +36,14 @@ system/workers/edit-stack.svg: edit-stack.svg, create, update
content/shared/page-new-default.md: page-new-default.md, create, optional

Extension: Generate
Version: 0.9.4
Version: 0.9.5
Description: Generate a static website.
Developer: Anna Svensson
Tag: feature
DownloadUrl: https://github.com/annaesvensson/yellow-generate/archive/refs/heads/main.zip
DocumentationUrl: https://github.com/annaesvensson/yellow-generate
DocumentationLanguage: en, de, sv
Published: 2024-04-25 13:12:00
Published: 2024-04-25 15:39:34
Status: available
system/workers/generate.php: generate.php, create, update

Expand Down
4 changes: 2 additions & 2 deletions system/workers/generate.php
Expand Up @@ -2,7 +2,7 @@
// Generate extension, https://github.com/annaesvensson/yellow-generate

class YellowGenerate {
const VERSION = "0.9.4";
const VERSION = "0.9.5";
public $yellow; // access to API
public $files; // number of files
public $errors; // number of errors
Expand Down Expand Up @@ -163,7 +163,7 @@ public function generateStaticFile($path, $location, $analyse = false, $probe =
++$this->errors;
echo "\rERROR generating location '$location', ".$this->yellow->page->getStatusCode(true)."\n";
}
if ($this->yellow->system->get("coreDebugMode")>=1) {
if ($this->yellow->system->get("coreDebugMode")>=2) {
echo "YellowGenerate::generateStaticFile status:$statusCode location:$location<br/>\n";
}
return $statusCode;
Expand Down

0 comments on commit 10357b0

Please sign in to comment.