Skip to content

Commit

Permalink
Statamic v4 Support (#2)
Browse files Browse the repository at this point in the history
* Bump composer

* Code style

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* Improve field widths at small container sizes

* Cleanup

* WIP

* Rebuild assets
  • Loading branch information
jacksleight authored May 4, 2023
1 parent ef93667 commit 9defc91
Show file tree
Hide file tree
Showing 24 changed files with 5,056 additions and 24,729 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ composer.lock
vendor
node_modules
mix-manifest.json
.php_cs.cache
.php-cs-fixer.cache
vite.hot
160 changes: 0 additions & 160 deletions .php-cs-fixer.dist.php

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.0 (2023-05-04)

- [new] Statamic 4 support
- Improved field widths at small container sizes
- Dropped support for Statamic 3

## 0.3.1 (2022-11-07)

- [fix] Compatibilty with Statamic 3.3.50
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!-- statamic:hide -->

![Statamic](https://flat.badgen.net/badge/Statamic/3.3+/FF269E)
![Packagist version](https://flat.badgen.net/packagist/v/jacksleight/statamic-miniset)
![License](https://flat.badgen.net/github/license/jacksleight/statamic-miniset)

# Miniset

<!-- /statamic:hide -->
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"statamic/cms": "^3.3"
"statamic/cms": "^4.0"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit 9defc91

Please sign in to comment.