Skip to content

Commit

Permalink
Version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Dec 5, 2024
1 parent 0827561 commit f8d7629
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 1.9.1 – 2024-12-05
--------------------------

### Bugfix

* Fix for PHP 8.4 (@romantech)
* Fix for branch names containing special chars like `#`


Version 1.9 – 2024-02-04
------------------------

Expand Down
11 changes: 10 additions & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,15 @@ echo Workflow::getItemsAsXml();</string>
<string>Changelog
=========
Version 1.9.1 – 2024-12-05
--------------------------
### Bugfix
* Fix for PHP 8.4 (@romantech)
* Fix for branch names containing special chars like `#`
Version 1.9 – 2024-02-04
------------------------
Expand Down Expand Up @@ -693,7 +702,7 @@ Version 1.1 – 2015-01-10
<string>0</string>
</dict>
<key>version</key>
<string>1.9</string>
<string>1.9.1</string>
<key>webaddress</key>
<string>https://github.com/gharlan/alfred-github-workflow</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion workflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Workflow
{
public const VERSION = '1.9';
public const VERSION = '1.9.1';
public const BUNDLE = 'de.gh01.alfred.github';
public const DEFAULT_CACHE_MAX_AGE = 10;

Expand Down

0 comments on commit f8d7629

Please sign in to comment.