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

Support Laravel 9 LTS #46

Merged
merged 358 commits into from
Jul 15, 2022
Merged

Support Laravel 9 LTS #46

merged 358 commits into from
Jul 15, 2022

Conversation

LukeTowers
Copy link
Member

See wintercms/winter#148 for more information.

bennothommo and others added 13 commits July 1, 2022 16:13
Co-authored-by: Luke Towers <github@luketowers.ca>
Co-authored-by: Luke Towers <github@luketowers.ca>
Temporary fix while waiting for twigphp/Twig#3719 to be merged.
Restores previous default value for BlockBuilder placeholder/get methods (changed in 1a46e9e which caused issues as the `placeholderFunction` method in the CMS module was checking for null, not an empty string. 

Technically speaking a block that doesn't exist with no default value provided should return null, so the original default parameter values were correct.
src/Auth/Manager.php Outdated Show resolved Hide resolved
LukeTowers and others added 3 commits July 12, 2022 23:37
Fixes issue introduced in 32df10c that caused double encoded URLs present in a URL's path (double encoded to survive Laravel's router that decodes path segments before routing) to be decoded during UrlGenerator actions which would break them as the output would no longer be double encoded as was specifically provided to the input. 

The above commit broke the ImageResizer encoded URLs in wintercms/winter
@LukeTowers LukeTowers marked this pull request as ready for review July 15, 2022 04:40
@LukeTowers LukeTowers changed the title [WIP] Support Laravel 9 LTS Support Laravel 9 LTS Jul 15, 2022
@LukeTowers
Copy link
Member Author

NOTE v1.1.9 will need to be reviewed and made live before this PR is merged into develop.

* develop:
  Apply fix from 1.0
  Add test case for trimStringAttributes flag
  Make string attribute value auto-trimming optional (#97)

# Conflicts:
#	src/Database/Attach/File.php
@LukeTowers LukeTowers merged commit c41c0b9 into develop Jul 15, 2022
@LukeTowers LukeTowers deleted the wip/1.2 branch July 15, 2022 06:59
@LukeTowers LukeTowers restored the wip/1.2 branch July 15, 2022 08:00
@LukeTowers LukeTowers deleted the wip/1.2 branch July 15, 2022 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants