Skip to content

Commit bb79902

Browse files
committed
Version 1.9.2
1 parent 440eeb2 commit bb79902

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
Version 1.9.2 – 2026-03-15
5+
--------------------------
6+
7+
### Bugfix
8+
9+
* Fix for PHP 8.5 (deprecated `curl_close`)
10+
11+
412
Version 1.9.1 – 2024-12-05
513
--------------------------
614

info.plist

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,14 @@ echo Workflow::getItemsAsXml();</string>
444444
<string>Changelog
445445
=========
446446
447+
Version 1.9.2 – 2026-03-15
448+
--------------------------
449+
450+
### Bugfix
451+
452+
* Fix for PHP 8.5 (deprecated `curl_close`)
453+
454+
447455
Version 1.9.1 – 2024-12-05
448456
--------------------------
449457
@@ -702,7 +710,7 @@ Version 1.1 – 2015-01-10
702710
<string>0</string>
703711
</dict>
704712
<key>version</key>
705-
<string>1.9.1</string>
713+
<string>1.9.2</string>
706714
<key>webaddress</key>
707715
<string>https://github.com/gharlan/alfred-github-workflow</string>
708716
</dict>

workflow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class Workflow
77
{
8-
public const VERSION = '1.9.1';
8+
public const VERSION = '1.9.2';
99
public const BUNDLE = 'de.gh01.alfred.github';
1010
public const DEFAULT_CACHE_MAX_AGE = 10;
1111

0 commit comments

Comments
 (0)