Skip to content

Commit

Permalink
Merge branch 'develop' into 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jun 21, 2022
2 parents df7b801 + 2a657db commit e069dab
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes for Craft CMS 4

## Unreleased
## 4.0.5 - 2022-06-21

### Added
- Added `craft\helpers\Number::isIntOrFloat()`.
Expand Down
28 changes: 14 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
'version' => '4.0.4',
'version' => '4.0.5',
'schemaVersion' => '4.0.0.9',
'minVersionRequired' => '3.7.11',
'basePath' => dirname(__DIR__), // Defines the @app alias
Expand Down

0 comments on commit e069dab

Please sign in to comment.