Skip to content

Commit f8d7629

Browse files
committed
Version 1.9.1
1 parent 0827561 commit f8d7629

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
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+
413
Version 1.9 – 2024-02-04
514
------------------------
615

info.plist

+10-1
Original file line numberDiff line numberDiff 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+
447456
Version 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>

workflow.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class 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

0 commit comments

Comments
 (0)