Skip to content

Commit af27df2

Browse files
authored
Merge pull request #22 from eclipxe13/version-0.4.4
Integrate with DockerHub
2 parents c318c9b + 10ebe77 commit af27df2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: docker
22
on:
3-
workflow_dispatch:
43
release:
54
branches: [ "master" ]
65
types: [ "published" ]

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
name: "Create and publish Phar"
1+
name: publish
22

33
on:
4-
workflow_dispatch:
54
release:
65
branches: [ "master" ]
76
types: [ "published" ]

docs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# `phpcfdi/cfditopdf` Changelog
22

3+
## Version 0.4.4 2024-11-08
4+
5+
- Add Docker Hub public image. Thanks to `@dreglad` for the inspiration.
6+
37
## Version 0.4.3 2024-11-08
48

59
- Fix compatibility with PHP 8.4.
610
- Allow dependence of `eclipxe/cfdiutils` to match versions `^2.31` and `^3.0`.
711
- Update license year to 2025.
8-
- Add Docker Hub public image. Thanks to `@dreglad` for the inspiration.
912

1013
These changes apply to the development environment:
1114

0 commit comments

Comments
 (0)