File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
13
Version 1.9 – 2024-02-04
5
14
------------------------
6
15
Original file line number Diff line number Diff line change @@ -444,6 +444,15 @@ echo Workflow::getItemsAsXml();</string>
444
444
<string >Changelog
445
445
=========
446
446
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
+
447
456
Version 1.9 – 2024-02-04
448
457
------------------------
449
458
@@ -693,7 +702,7 @@ Version 1.1 – 2015-01-10
693
702
<string >0 </string >
694
703
</dict >
695
704
<key >version </key >
696
- <string >1.9 </string >
705
+ <string >1.9.1 </string >
697
706
<key >webaddress </key >
698
707
<string >https://github.com/gharlan/alfred-github-workflow </string >
699
708
</dict >
Original file line number Diff line number Diff line change 5
5
6
6
class Workflow
7
7
{
8
- public const VERSION = '1.9 ' ;
8
+ public const VERSION = '1.9.1 ' ;
9
9
public const BUNDLE = 'de.gh01.alfred.github ' ;
10
10
public const DEFAULT_CACHE_MAX_AGE = 10 ;
11
11
You can’t perform that action at this time.
0 commit comments