File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
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+
412Version 1.9.1 – 2024-12-05
513--------------------------
614
Original file line number Diff line number Diff 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+
447455Version 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 >
Original file line number Diff line number Diff line change 55
66class 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
You can’t perform that action at this time.
0 commit comments