Bug(Images): Old Fullsize images no longer detected#835
Merged
itinerare merged 2 commits intoFeb 18, 2024
Conversation
itinerare
approved these changes
Feb 18, 2024
SpeedyD
approved these changes
Feb 18, 2024
itinerare
added a commit
that referenced
this pull request
Feb 22, 2024
* fix: convert remaining dates to casts * fix(characters): add backwards compatibility for preexisting fullsize images (#835) * Bug(Images): Old Fullsize images no longer detected * refactor: fix PHP styling --------- Co-authored-by: AW0005 <AW0005@users.noreply.github.com> * fix(users): update alias registration page birthday input (#843) * chore(workflows): consolidate linting, use reusable workflows (#758) * chore(deps-dev): bump spatie/laravel-ignition from 2.3.1 to 2.3.2 Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/spatie/laravel-ignition/releases) - [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md) - [Commits](spatie/laravel-ignition@2.3.1...2.3.2) --- updated-dependencies: - dependency-name: spatie/laravel-ignition dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps-dev): bump vue from 3.3.11 to 3.3.12 Bumps [vue](https://github.com/vuejs/core) from 3.3.11 to 3.3.12. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.3.11...v3.3.12) --- updated-dependencies: - dependency-name: vue dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * refactor: fix blade formatting * chore(workflows): consolidate linting, use reusable workflows - use concurrency group * chore(workflows): also run on release branch PRs * chore(workflows): run lint on PRs to any branch --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: itinerare <itinerare@users.noreply.github.com> * fix(admin/traits): Adding missing "without" filter options --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: itinerare <ad@itinerare.net> Co-authored-by: itinerare <63693594+itinerare@users.noreply.github.com> Co-authored-by: moif <104588768+AW0005@users.noreply.github.com> Co-authored-by: AW0005 <AW0005@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: itinerare <itinerare@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context: https://discord.com/channels/678909186683437056/1208583607506042992
Anyone on v2 with fullsize images who migrates to v3, wouldn't have the correct extensions in
fullsize_extensionbut inextensionso this makes it backwards compatible.