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

Release 4.6.4 #1197

Merged
merged 16 commits into from
Feb 15, 2022
Merged

Release 4.6.4 #1197

merged 16 commits into from
Feb 15, 2022

Conversation

lcharette
Copy link
Member

@lcharette lcharette commented Feb 12, 2022

TODO

  • update release version
  • Update changelog

avsdev-cw and others added 10 commits January 10, 2022 15:55
Back in 2019 a PR was approved to allow "No Group". It looks like the ability for admins to create users without a group was overlooked.
Foreign Key constraint fails when an admin attempts to create a new user
Fix for AccountControllerTest when registration is disabled
PHP 7.4 modified the method_exists behaviour so that it no longer works as required. Alternative is to use is_callable, however this always returns true when __call is present (which it is). Laravel kindly provides a method for checking if a macro exists, so use that instead.
Resolves issue #1195 by adding last stable version 1.6.0 of RocketTheme.
Resolve #1195-Update composer.json
Handle the case where all roles are removed from a user
@lcharette lcharette added this to the 4.6.4 milestone Feb 12, 2022
@lcharette lcharette self-assigned this Feb 12, 2022
@codecov
Copy link

codecov bot commented Feb 12, 2022

Codecov Report

Merging #1197 (05539db) into master (15d713a) will increase coverage by 0.00%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1197   +/-   ##
=========================================
  Coverage     70.69%   70.69%           
- Complexity     1983     1986    +3     
=========================================
  Files           173      173           
  Lines          6903     6907    +4     
=========================================
+ Hits           4880     4883    +3     
- Misses         2023     2024    +1     
Impacted Files Coverage Δ
.../sprinkles/admin/src/Controller/UserController.php 99.23% <60.00%> (-0.38%) ⬇️
app/sprinkles/core/src/Database/Models/Model.php 73.07% <100.00%> (+3.84%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 15d713a...05539db. Read the comment docs.

@lcharette lcharette marked this pull request as ready for review February 15, 2022 01:22
@lcharette lcharette merged commit 91d43fd into master Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants