Skip to content

Commit 9a34ad3

Browse files
authored
Statamic v4 Support (#28)
* Bump versions * Apply code style * Update CP controllers * Switch to vite, update css * Cleanup * Update changelog * WIP * WIP * Commit * Update default template * WIP * WIP * WIP * WIP * Build assets
1 parent 4242cdd commit 9a34ad3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+6793
-18056
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
vendor
33
mix-manifest.json
4-
.php-cs-fixer.cache
4+
.php-cs-fixer.cache
5+
vite.hot

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.0.0 (2023-05-02)
4+
5+
* [new] Statamic 4 support
6+
* [break] The previously deprecated `mb:user:change_password_form`, `mb:user:has` and `mb:user:member` tags have been removed
7+
* Login starter template includes remember me checkbox
8+
- Dropped support for Statamic 3
9+
310
## 1.1.2 (2023-03-01)
411

512
* [new] Ability to switch the CP Members section off

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<!-- statamic:hide -->
22

3-
![Statamic](https://flat.badgen.net/badge/Statamic/3.2+/FF269E)
4-
![Packagist version](https://flat.badgen.net/packagist/v/jacksleight/statamic-memberbox)
5-
63
# Memberbox
74

85
<!-- /statamic:hide -->

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"require": {
20-
"statamic/cms": "^3.2"
20+
"statamic/cms": "^4.0"
2121
},
2222
"config": {
2323
"allow-plugins": {

0 commit comments

Comments
 (0)