File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 1.9.1 – 2024-12-05
5+ --------------------------
6+
7+ ### Bugfix
8+
9+ * Fix for PHP 8.4 (@romantech )
10+ * Fix for branch names containing special chars like ` # `
11+
12+
413Version 1.9 – 2024-02-04
514------------------------
615
Original file line number Diff line number Diff line change @@ -444,6 +444,15 @@ echo Workflow::getItemsAsXml();</string>
444444 <string >Changelog
445445=========
446446
447+ Version 1.9.1 – 2024-12-05
448+ --------------------------
449+
450+ ### Bugfix
451+
452+ * Fix for PHP 8.4 (@romantech)
453+ * Fix for branch names containing special chars like `#`
454+
455+
447456Version 1.9 – 2024-02-04
448457------------------------
449458
@@ -693,7 +702,7 @@ Version 1.1 – 2015-01-10
693702 <string >0 </string >
694703 </dict >
695704 <key >version </key >
696- <string >1.9 </string >
705+ <string >1.9.1 </string >
697706 <key >webaddress </key >
698707 <string >https://github.com/gharlan/alfred-github-workflow </string >
699708</dict >
Original file line number Diff line number Diff line change 55
66class Workflow
77{
8- public const VERSION = '1.9 ' ;
8+ public const VERSION = '1.9.1 ' ;
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