Skip to content

Commit 738cbdf

Browse files
authored
Merge pull request #16659 from niden-code/T16658-watermark
T16658 watermark
2 parents 04edb15 + 5e1b704 commit 738cbdf

File tree

4 files changed

+79
-78
lines changed

4 files changed

+79
-78
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ jobs:
101101
include:
102102
# Linux
103103
- { name: ubuntu-gcc, os: ubuntu-20.04, compiler: gcc }
104-
# macOS
105-
- { name: macos-clang, os: macos-12, compiler: clang }
104+
# # macOS
105+
# - { name: macos-clang, os: macos-latest, compiler: clang }
106106
# Windows
107107
- { php: '8.0', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
108108
- { php: '8.0', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }

CHANGELOG-5.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
- Fixed `Phalcon\Encryption\Crypt` to use `strlen` instead of `mb_strlen` for padding calculations [#16642](https://github.com/phalcon/cphalcon/issues/16642)
1515
- Fixed `Phalcon\Filter\Validation\Validator\File\MimeType::validate` to close the handle when using `finfo` [#16647](https://github.com/phalcon/cphalcon/issues/16647)
16+
- Fixed `Phalcon\Image\Adapters\AbstractAdapter::watermark` to correctly calculate the Y offset [#16658](https://github.com/phalcon/cphalcon/issues/16658)
1617

1718
### Removed
1819

0 commit comments

Comments
 (0)