Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1.0 #23

Merged
merged 27 commits into from
Jan 30, 2025
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a857e3e
first v13 compat fixes
mmunz Jan 3, 2025
743aed5
Add site sets
mmunz Jan 3, 2025
756638f
Fix dynamic properties in unit tests
mmunz Jan 3, 2025
1986a92
Update cests
mmunz Jan 3, 2025
f92892d
Upgrade github actions file
mmunz Jan 3, 2025
69cfccd
Require testing-framework 8
mmunz Jan 3, 2025
848aeb3
Update github action versions
mmunz Jan 3, 2025
2500470
Replace codeception-helper-module with custom helper functions
mmunz Jan 3, 2025
b07950d
Make unit tests work with phpunit 10
mmunz Jan 3, 2025
7235f44
remove codeception-helper-module
mmunz Jan 3, 2025
3dfc409
use fixed chromedriver port in CI
mmunz Jan 3, 2025
83e0923
Add TYPO3_PATH_APP env var when executing console commands in cests
mmunz Jan 5, 2025
4f44632
Explicitly install imagemagick which is not part of ubuntu-24.04 imag…
mmunz Jan 5, 2025
8ddfcf3
Use phpunit 10
mmunz Jan 5, 2025
2a9fec9
Fix enabling jsdebug and acceptance tests on v13
mmunz Jan 6, 2025
c38692a
Use own phpunit config file, no errors on deprecations
mmunz Jan 6, 2025
c0c055b
php style fixes
mmunz Jan 6, 2025
60ef486
Use artifacts v4 action
mmunz Jan 6, 2025
d4a44cf
increase xvfb screen size for gh actions codeception tests
mmunz Jan 6, 2025
25e394a
Fix image upscaling on v13. When using m no upscaling is possible any…
mmunz Jan 7, 2025
c9e1a39
dont stop running the cests on failed acceptance tests in CI
mmunz Jan 7, 2025
91fd088
update phpstan config
mmunz Jan 7, 2025
17c2a81
modernize php, more typing, modernize DI
mmunz Jan 9, 2025
033071e
add php8.3 to test matrix
mmunz Jan 9, 2025
a5e11c2
add php8.4 to test matrix
mmunz Jan 9, 2025
2fa205e
Update doc, add note about ratio box on ai:image
mmunz Jan 30, 2025
7fcc017
Prepare v1.1.0
mmunz Jan 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add site sets
mmunz committed Jan 3, 2025

Verified

This commit was signed with the committer’s verified signature.
sagikazarmark Márk Sági-Kazár
commit 743aed530d58e51fa284a13c00fab8b959dbc850
5 changes: 5 additions & 0 deletions Configuration/Sets/Default/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: c1/c1-adaptive-images
label: "C1 adaptive images: Default"
dependencies:
- typo3/fluid-styled-content
1 change: 1 addition & 0 deletions Configuration/Sets/Default/constants.typoscript
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'EXT:c1_adaptive_images/Configuration/TypoScript/constants.typoscript'
1 change: 1 addition & 0 deletions Configuration/Sets/Default/setup.typoscript
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'EXT:c1_adaptive_images/Configuration/TypoScript/setup.typoscript'
2 changes: 0 additions & 2 deletions Configuration/TypoScript/constants.txt

This file was deleted.

2 changes: 0 additions & 2 deletions Configuration/TypoScript/setup.txt

This file was deleted.