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

v4.0.6 #1499

Merged
merged 15 commits into from
Mar 22, 2021
Merged

v4.0.6 #1499

merged 15 commits into from
Mar 22, 2021

Conversation

Jeckerson
Copy link
Member

Fixed

  • Fixed model findFirst return type error #1478
  • Added trailing semicolon to scaffolding crud views getters #1477
  • Fixed optional options (namespace, abstract) checks on model create #1491
  • Fixed wrong request filtering #1468
  • Fixed empty namespace generation #1467
  • Removed model->getSource() method generation due to its becoming final in Phalcon\Mvc\Model #1297
  • Fixed model --force creation bugs #1317
  • Fixed mapping of PascalCase table fields #1463

BeMySlaveDarlin and others added 14 commits March 21, 2021 23:50
…return-type

ISSUE-1478: Fixed models generated findFirst() return type
…ailing-semicolon

ISSUE-1477: Added trailing semicolon to scaffolding crud views
…e-checks-on-model-create

ISSUE-1491: Fixed optional options checks on model create
…tpost-behavior

ISSUE-1468: Fixed wrong request filtering
…y-namespace-generation

ISSUE-1467: Fixed empty namespace generating
…get-source-method

ISSUE-1297: Removed getSource() method due to final implementation
…creation-bugs

ISSUE-1317: Fix model --force creation bugs
@Jeckerson Jeckerson added this to the 4.0.x milestone Mar 22, 2021
@codecov
Copy link

codecov bot commented Mar 22, 2021

Codecov Report

Merging #1499 (b89d1d2) into master (94d96c9) will increase coverage by 0.01%.
The diff coverage is 0.00%.

@@            Coverage Diff            @@
##           master   #1499      +/-   ##
=========================================
+ Coverage    3.15%   3.16%   +0.01%     
=========================================
  Files         111     111              
  Lines        5109    5079      -30     
=========================================
  Hits          161     161              
+ Misses       4948    4918      -30     

@Jeckerson Jeckerson merged commit ad7a6eb into master Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants