File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 1.7.1 – 2022-01-01
5+ --------------------------
6+
7+ ### Bugfixes
8+
9+ * Fix deprecation warning when using PHP 8.1
10+
11+
412Version 1.7 – 2021-10-26
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.7.1 – 2022-01-01
448+ --------------------------
449+
450+ ### Bugfixes
451+
452+ * Fix deprecation warning when using PHP 8.1
453+
454+
447455Version 1.7 – 2021-10-26
448456------------------------
449457
@@ -650,7 +658,7 @@ Version 1.1 – 2015-01-10
650658 <string >0 </string >
651659 </dict >
652660 <key >version </key >
653- <string >1.7 </string >
661+ <string >1.7.1 </string >
654662 <key >webaddress </key >
655663 <string >https://github.com/gharlan/alfred-github-workflow </string >
656664</dict >
Original file line number Diff line number Diff line change 1414
1515class Workflow
1616{
17- const VERSION = '1.7 ' ;
17+ const VERSION = '1.7.1 ' ;
1818 const BUNDLE = 'de.gh01.alfred.github ' ;
1919 const DEFAULT_CACHE_MAX_AGE = 10 ;
2020
You can’t perform that action at this time.
0 commit comments