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

fix: image resize library update #174

Merged
merged 3 commits into from
Jan 2, 2024
Merged

fix: image resize library update #174

merged 3 commits into from
Jan 2, 2024

Conversation

64knl
Copy link
Member

@64knl 64knl commented Dec 19, 2023

Intervention Image has been updated to 3.0. This requires a new syntax.

@64knl 64knl marked this pull request as draft December 19, 2023 18:10
@64knl 64knl requested a review from keeama13 December 20, 2023 14:46
@64knl 64knl self-assigned this Dec 20, 2023
@64knl 64knl added the bug Something isn't working label Dec 20, 2023
@64knl 64knl marked this pull request as ready for review December 20, 2023 14:46
@64knl 64knl enabled auto-merge (squash) December 20, 2023 14:47
@64knl 64knl changed the title fix: image resize (work in progress) fix: image resize library update Dec 27, 2023
@64knl 64knl merged commit 708d90f into develop Jan 2, 2024
4 of 5 checks passed
@64knl 64knl deleted the fix/image-resize-update branch January 2, 2024 10:42
64knl added a commit that referenced this pull request Jan 11, 2024
* fix: add nullable (#163)

* feat: set null for searchitem (#166)

* fix: fallback to null for SearchItem

* style: formatting

* fix: only add column when it doesn't exist (#167)

* fix: only add column when it doesn't exist

* style: formatting

* fix: redirect after cms user save succes (#171)

* fix: autoload policies (#172)

* fix: autoload policies

* chore: remove autoloading policy from service provider

* chore: update intervention/image requirement from ^2.7 to ^3.0 (#173)

Updates the requirements on [intervention/image](https://github.com/Intervention/image) to permit the latest version.
- [Commits](Intervention/image@2.7.0...3.0.1)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René <rene@64k.nl>

* feat: model select (#104)

* feat: select model

* feat: display now working + modelselector

* fix: display id

* fix: possible null reference removed

* feat: minor changes

* feat: small fixes

* feat: return key value pair from model

* feat: export cms (#169)

* feat: import export

* feat: use file instead of database

* feat: move import/export to model

* fix: export from tableitem

* feat: move export to Trait

* style: formatting

* style: formatting

* fix: never use file as source of truth

* style: formatting

* chore: cleanup

* fix: use export to file

* feat: comment things that no longer work

* feat: add  meta data

* feat: list filenames

* feat: cleaner export

* feat: remove UI for import/export

* style: formatting

* feat: add import command

* feat: import from files

* feat: remove import UI

* feat: prevent editing tables with changes on disk

* feat: do not use id's in export for tables

* feat: optionally export ids

* feat: import ids when available

---------

Co-authored-by: Rene <rene@64k.nl>

* fix: image resize (work in progress) (#174)

* fix: image resize (work in progress)

* style: formatting

* fix: scaleDown

* fix: rename rights col in cms config table (#177)

* fix: rename rights col in cms config table

* style: formatting

---------

Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl>

* feat!: Childtable structure (#175)

* feat!: fetch childtable values as array

* fix: fetch all rows

* fix: pretend to be a contentblock anyway

* fix: create table error (#178)

* feat: decrease architecture requirement for insights (#183)

* fix: CMS users cannot be created as sub is not default null (#182)

* fix: CMS users cannot be created as sub is not default null

* fix: move to new migration

* fix: rename migration to proper php

* fix: do not crash on routing error (#181)

* style: formatting

* feat: add release-it package

* fix: do not automatically create github release

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: M.A. Peene <maarten@notfound.nl>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com>
Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com>
Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl>
64knl added a commit that referenced this pull request Jan 11, 2024
* fix: add nullable (#163)

* feat: set null for searchitem (#166)

* fix: fallback to null for SearchItem

* style: formatting

* fix: only add column when it doesn't exist (#167)

* fix: only add column when it doesn't exist

* style: formatting

* fix: redirect after cms user save succes (#171)

* fix: autoload policies (#172)

* fix: autoload policies

* chore: remove autoloading policy from service provider

* chore: update intervention/image requirement from ^2.7 to ^3.0 (#173)

Updates the requirements on [intervention/image](https://github.com/Intervention/image) to permit the latest version.
- [Commits](Intervention/image@2.7.0...3.0.1)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René <rene@64k.nl>

* feat: model select (#104)

* feat: select model

* feat: display now working + modelselector

* fix: display id

* fix: possible null reference removed

* feat: minor changes

* feat: small fixes

* feat: return key value pair from model

* feat: export cms (#169)

* feat: import export

* feat: use file instead of database

* feat: move import/export to model

* fix: export from tableitem

* feat: move export to Trait

* style: formatting

* style: formatting

* fix: never use file as source of truth

* style: formatting

* chore: cleanup

* fix: use export to file

* feat: comment things that no longer work

* feat: add  meta data

* feat: list filenames

* feat: cleaner export

* feat: remove UI for import/export

* style: formatting

* feat: add import command

* feat: import from files

* feat: remove import UI

* feat: prevent editing tables with changes on disk

* feat: do not use id's in export for tables

* feat: optionally export ids

* feat: import ids when available

---------

Co-authored-by: Rene <rene@64k.nl>

* fix: image resize (work in progress) (#174)

* fix: image resize (work in progress)

* style: formatting

* fix: scaleDown

* fix: rename rights col in cms config table (#177)

* fix: rename rights col in cms config table

* style: formatting

---------

Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl>

* feat!: Childtable structure (#175)

* feat!: fetch childtable values as array

* fix: fetch all rows

* fix: pretend to be a contentblock anyway

* fix: create table error (#178)

* feat: decrease architecture requirement for insights (#183)

* fix: CMS users cannot be created as sub is not default null (#182)

* fix: CMS users cannot be created as sub is not default null

* fix: move to new migration

* fix: rename migration to proper php

* fix: do not crash on routing error (#181)

* style: formatting

* feat: add release-it package

* fix: do not automatically create github release

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: M.A. Peene <maarten@notfound.nl>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com>
Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com>
Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants