Skip to content

Commit

Permalink
Merge pull request #2 from twoldanski/bugfix/v1.0.2
Browse files Browse the repository at this point in the history
[BUGFIX] fix version handling
  • Loading branch information
lukaszuznanski authored Jan 27, 2022
2 parents e8724cf + 510caf6 commit ff32830
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Classes/CacheManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public function execute(): void
}

if (count($curlHandles) === 0) {
curl_multi_close($multiHandle);
return;
}

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"type": "typo3-cms-extension",
"description": "Fork from https://github.com/TYPO3-extensions/purge",
"minimum-stability": "stable",
"version": "1.0.0",
"license": ["GPL-2.0+"],
"keywords": ["TYPO3 CMS", "Purge"],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'title' => 'Cache Purger',
'description' => 'Purge cached URLs within Varnish instances',
'category' => 'misc',
'version' => '1.0.0',
'version' => '1.0.2',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'constraints' => [
Expand Down

0 comments on commit ff32830

Please sign in to comment.