Skip to content

Commit

Permalink
Merge pull request #91 from davidhellmann/dev/craft-vite
Browse files Browse the repository at this point in the history
🔖 version: 4.0.12
  • Loading branch information
davidhellmann authored Sep 4, 2023
2 parents 971aacc + 9034695 commit 6198683
Show file tree
Hide file tree
Showing 87 changed files with 1,958 additions and 2,430 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ PLUGIN_FORMIE=
PLUGIN_IMAGERX=
PLUGIN_NAVIGATION=
PLUGIN_SEOMATIC=
PLUGIN_SUPER_DYNAMIC_FIELDS=
PLUGIN_HYPER=

# Xdebug
DBGP_IDEKEY=phpstorm
1 change: 0 additions & 1 deletion .valetphprc

This file was deleted.

1 change: 1 addition & 0 deletions .valetrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
# davidhellmann/craftcms-baukasten Change Log.
## 4.0.12 - 2023.09.04

### added

-

### updated
- (cms): CraftCMS (4.5.3)
- (plugin): Hyper (1.1.11)
- (plugin): Formie (2.0.35)
- (plugin): Navigation (2.0.20)
- (plugin): BlurHash (2.0.5)
- (plugin): Blitz (4.5.2)
- (plugin): Image Resizer (3.0.7)
- (plugin): ImagerX (4.2.2)
- (plugin): CKEditor (3.5.1)
- (plugin): Code Field (4.0.10)
- NPM Packages


### fixed
-

### removed
- plugin: palette
- plugin: redactor
- plugin: quickfield


## 4.0.11 - 2023.07.19

### added
Expand Down
Binary file modified baukasten-latest.sql.gz
Binary file not shown.
34 changes: 20 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
{
"require": {
"craftcms/ckeditor": "3.4.0",
"craftcms/cms": "4.4.16.1",
"craftcms/redactor": "3.0.4",
"dodecastudio/craft-blurhash": "2.0.4",
"amici/craft-super-dynamic-fields": "2.0.0.5",
"craftcms/ckeditor": "3.5.1",
"craftcms/cms": "4.5.3",
"dodecastudio/craft-blurhash": "2.0.5",
"doublesecretagency/craft-cpcss": "2.6.0",
"mmikkel/cp-clearcache": "1.3.0",
"mmikkel/cp-field-inspect": "^1.4.4",
"nystudio107/craft-code-field": "4.0.10",
"nystudio107/craft-emptycoalesce": "4.0.0",
"nystudio107/craft-minify": "^4.0.0-beta.2",
"nystudio107/craft-scripts": "^1.2.13",
"nystudio107/craft-seomatic": "4.0.30",
"nystudio107/craft-vite": "4.0.6",
"putyourlightson/craft-blitz": "4.5.0",
"putyourlightson/craft-blitz": "4.5.2",
"putyourlightson/craft-elements-panel": "2.0.0",
"putyourlightson/craft-sherlock": "4.3.0",
"putyourlightson/craft-sprig": "2.6.2",
"spacecatninja/imager-x": "4.2.1",
"spicyweb/craft-quick-field": "2.0.4",
"spacecatninja/imager-x": "4.2.2",
"studioespresso/craft-dumper": "3.0.1",
"trendyminds/craft-palette": "3.2.2",
"vaersaagod/matrixmate": "2.1.3",
"verbb/formie": "2.0.33",
"verbb/hyper": "1.1.9",
"verbb/image-resizer": "3.0.6",
"verbb/navigation": "2.0.19",
"verbb/formie": "2.0.35",
"verbb/hyper": "1.1.11",
"verbb/image-resizer": "3.0.7",
"verbb/navigation": "2.0.20",
"verbb/super-table": "3.0.9",
"vlucas/phpdotenv": "^5.4",
"yiisoft/yii2-redis": "^2.0.13"
Expand Down Expand Up @@ -81,5 +80,12 @@
"pre-install-cmd": "@pre-craft-update",
"post-update-cmd": "@post-craft-update",
"post-install-cmd": "@post-craft-update"
}
}
},
"repositories": [
{
"type": "composer",
"url": "https://composer.craftcms.com",
"canonical": false
}
]
}
Loading

3 comments on commit 6198683

@Metis77
Copy link

@Metis77 Metis77 commented on 6198683 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the db seed_db.gz got lost in this release.

@davidhellmann
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My Bad, sorry. I try to add another one

@davidhellmann
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Metis77 seed_db.gz is back!

Please sign in to comment.